meta données pour cette page
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| oracle:install19c:install_binaires_applyru [16/11/2025 15:37] – mdl | oracle:install19c:install_binaires_applyru [16/11/2025 16:30] (Version actuelle) – mdl | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== 1.1 - Oracle 19c - Install Binaires + APPLYRU ====== | ====== 1.1 - Oracle 19c - Install Binaires + APPLYRU ====== | ||
| Il est possible d' | Il est possible d' | ||
| + | |||
| + | Il faut au préalable installer les prérequis documentés dans [[install_binaires|1 - Oracle 19c - Install Binaires]] | ||
| * nous disposons des fichiers suivants: | * nous disposons des fichiers suivants: | ||
| Ligne 15: | Ligne 17: | ||
| + | * décompression du **RU 19.29** dans une arborescence dédiée | ||
| + | <code bash> | ||
| + | [oracle@oracle1 Downloads]$ mkdir / | ||
| + | [oracle@oracle1 Downloads]$ cd / | ||
| + | [oracle@oracle1 Patch_192900]$ unzip ../ | ||
| - | mkdir / | + | [oracle@oracle1 |
| - | cd / | + | |
| - | unzip ../ | + | |
| - | + | ||
| - | [oracle@oracle1 | + | |
| total 5229876 | total 5229876 | ||
| -rwxr-xr-x. 1 oracle oinstall 3059705302 16 nov. 11:44 Oracle_Database_19.3.0.0.0.zip | -rwxr-xr-x. 1 oracle oinstall 3059705302 16 nov. 11:44 Oracle_Database_19.3.0.0.0.zip | ||
| Ligne 26: | Ligne 29: | ||
| -rwxr-xr-x. 1 oracle oinstall | -rwxr-xr-x. 1 oracle oinstall | ||
| drwxr-xr-x. 3 oracle oinstall | drwxr-xr-x. 3 oracle oinstall | ||
| + | </ | ||
| + | * Préparation des variables nécessaires | ||
| + | <code bash> | ||
| + | [oracle@oracle1 Patch_192900]$ export | ||
| + | [oracle@oracle1 Patch_192900]$ export ORACLE_BASE=/ | ||
| + | [oracle@oracle1 Patch_192900]$ export ORACLE_HOME=$ORACLE_BASE/ | ||
| + | [oracle@oracle1 Patch_192900]$ export ORA_INVENTORY=/ | ||
| + | [oracle@oracle1 Patch_192900]$ export CV_ASSUME_DISTID=OEL7.6 | ||
| + | </ | ||
| + | * création d'un second **ORACLE_HOME** | ||
| + | <code bash> | ||
| + | [oracle@oracle1 Patch_192900]$ mkdir -p $ORACLE_BASE/ | ||
| + | </ | ||
| - | export | + | * décompression des binaires |
| - | export ORACLE_BASE=/ | + | <code bash> |
| - | export ORACLE_HOME=$ORACLE_BASE/ | + | [oracle@oracle1 Patch_192900]$ cd $ORACLE_HOME |
| - | export ORA_INVENTORY=/ | + | [oracle@oracle1 dbhome_2]$ |
| - | export CV_ASSUME_DISTID=OEL7.6 | + | </ |
| - | + | ||
| - | mkdir -p $ORACLE_BASE/ | + | |
| - | + | ||
| - | cd $ORACLE_HOME | + | |
| - | unzip -oq / | + | |
| + | * ajout de la dernière version **OPATCH** | ||
| + | <code bash> | ||
| [oracle@oracle1 dbhome_2]$ rm -Rf ./OPatch | [oracle@oracle1 dbhome_2]$ rm -Rf ./OPatch | ||
| [oracle@oracle1 dbhome_2]$ unzip -oq / | [oracle@oracle1 dbhome_2]$ unzip -oq / | ||
| Ligne 47: | Ligne 60: | ||
| OPatch succeeded. | OPatch succeeded. | ||
| + | </ | ||
| - | il faut mini 9524.949MB d' | ||
| + | * installation **ORACLE_HOME** | ||
| + | * avec l' | ||
| + | * il faut mini 9524.949MB d' | ||
| + | <code bash> | ||
| ./ | ./ | ||
| -responseFile ${ORACLE_HOME}/ | -responseFile ${ORACLE_HOME}/ | ||
| Ligne 93: | Ligne 110: | ||
| Successfully Setup Software with warning(s). | Successfully Setup Software with warning(s). | ||
| + | </ | ||
| + | * Post Setup script | ||
| + | <code bash> | ||
| [root@oracle1 ~]# / | [root@oracle1 ~]# / | ||
| Check / | Check / | ||
| + | </ | ||
| | | ||
| | | ||
| + | * Nous disposons désormais d'un **ORACLE_HOME** directement patché en 19.29 | ||
| + | <code bash> | ||
| + | [oracle@oracle1 dbhome_2]$ sqlplus /nolog | ||
| + | |||
| + | SQL*Plus: Release 19.0.0.0.0 - Production on Sun Nov 16 16:48:15 2025 | ||
| + | Version 19.29.0.0.0 | ||
| + | |||
| + | Copyright (c) 1982, 2025, Oracle. | ||
| + | |||
| + | SQL> | ||
| + | </ | ||