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_rac:3-install_oracle_home [14/09/2025 16:33] – mdl | oracle:install19c_rac:3-install_oracle_home [20/11/2025 12:12] (Version actuelle) – mdl | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Install ORACLE_HOME RAC ====== | + | ====== |
| Ligne 48: | Ligne 48: | ||
| # -- FOLDERS | # -- FOLDERS | ||
| INVENTORY_LOCATION=/ | INVENTORY_LOCATION=/ | ||
| - | ORACLE_HOME=/ | + | ORACLE_HOME=/ |
| ORACLE_BASE=/ | ORACLE_BASE=/ | ||
| # | # | ||
| Ligne 109: | Ligne 109: | ||
| <code bash> | <code bash> | ||
| [oracle@oracle2 db_home1]$ ./ | [oracle@oracle2 db_home1]$ ./ | ||
| + | </ | ||
| + | |||
| + | * Post Install scripts sur les deux noeuds en tant que ROOT | ||
| + | <code bash> | ||
| + | [root@oracle2 bin]# / | ||
| + | Check / | ||
| + | |||
| + | |||
| + | root@oracle3 ~]# / | ||
| + | Check / | ||
| + | </ | ||
| + | |||
| + | * personnalisation bash_profile ORACLE | ||
| + | **__oracle2__** | ||
| + | <code BASH> | ||
| + | # .bash_profile | ||
| + | |||
| + | # Get the aliases and functions | ||
| + | if [ -f ~/.bashrc ]; then | ||
| + | . ~/.bashrc | ||
| + | fi | ||
| + | |||
| + | # User specific environment and startup programs | ||
| + | |||
| + | PATH=$PATH: | ||
| + | |||
| + | export PATH | ||
| + | # | ||
| + | ##### Oracle Env ##### | ||
| + | export ORACLE_BASE=/ | ||
| + | export ORACLE_HOME=$ORACLE_BASE/ | ||
| + | ##export ORACLE_SID= | ||
| + | export LD_LIBRARY_PATH=\$ORACLE_HOME/ | ||
| + | export CLASSPATH=\$ORACLE_HOME/ | ||
| + | PATH=$PATH: | ||
| + | |||
| + | </ | ||
| + | **__oracle3__** | ||
| + | <code BASH> | ||
| + | # .bash_profile | ||
| + | |||
| + | # Get the aliases and functions | ||
| + | if [ -f ~/.bashrc ]; then | ||
| + | . ~/.bashrc | ||
| + | fi | ||
| + | |||
| + | # User specific environment and startup programs | ||
| + | |||
| + | PATH=$PATH: | ||
| + | |||
| + | export PATH | ||
| + | # | ||
| + | ##### Oracle Env ##### | ||
| + | export ORACLE_BASE=/ | ||
| + | export ORACLE_HOME=$ORACLE_BASE/ | ||
| + | ##export ORACLE_SID= | ||
| + | export LD_LIBRARY_PATH=\$ORACLE_HOME/ | ||
| + | export CLASSPATH=\$ORACLE_HOME/ | ||
| + | PATH=$PATH: | ||
| </ | </ | ||