Relation ORACLE_SID et init.ora
Bonsoir,
Sous unix la relation entre l'instance et l'init.ora se fait par convention de nomage, non ?
Sois je fais :
Code:
1 2 3 4 5
|
ORACLE_SID=TEST
export ORACLE_SID
connect internal
startup |
dans ce cas oracle ira chercher $ORACLE_HOME/dbs/initTEST.ora
Sois je fais
Code:
1 2 3
|
connect internal
startup pfile = "/oradat1/TEST/initTEST.ora |
Mais faire ça :
Code:
1 2 3 4 5
|
ORACLE_SID=TEST
export ORACLE_SID
connect internal
startup pfile = "/oradat1/TEST/initTEST.ora |
C'est ceinture et bretelles... Non