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:apex:installation [22/09/2024 08:48] – mdl | oracle:apex:installation [03/11/2024 16:30] (Version actuelle) – mdl | ||
|---|---|---|---|
| Ligne 23: | Ligne 23: | ||
| * as root | * as root | ||
| - | * SYS password => OraclePDB2024 | + | * SYS password => OracleCDB2024 |
| <code bash> | <code bash> | ||
| / | / | ||
| Ligne 175: | Ligne 175: | ||
| * ORDS Autostart Script | * ORDS Autostart Script | ||
| + | <code bash> | ||
| + | cd / | ||
| + | touch ords | ||
| + | chmod +x / | ||
| + | vi ords | ||
| + | # | ||
| + | # # File: / | ||
| + | # # chkconfig: 2345 99 10 | ||
| + | # description: | ||
| + | # | ||
| + | start(){ su - oracle -c "cd /u01 / | ||
| + | |||
| + | </ | ||
| + | |||
| + | * Autostart | ||
| + | <code bash> | ||
| + | systemctl enable ords | ||
| + | chkconfig --add ords | ||
| + | chkconfig ords on | ||
| + | </ | ||