Initialization files [message #50205] |
Wed, 06 March 2002 02:24 |
Eddy Confer
Messages: 17 Registered: January 2002
|
Junior Member |
|
|
I just installed 9i and created a database. Where is it reading the init file from? There is an init.ora file in the oraclehomeadmindbnamepfile directory. There is also an initdbfilename.ora file in the oraclehomeora90database directory as well as something called spfiledbname.ora. If I change parameters in the init.ora files in the oraclehomeadmindbnamepfile directory I see now change.
|
|
|
Re: Initialization files [message #50208 is a reply to message #50205] |
Wed, 06 March 2002 04:10 |
tommy
Messages: 22 Registered: July 2000
|
Junior Member |
|
|
The database defaults to reading the initSID.ora in $ORACLE_HOME/dbs. If you want you can create a symbolic link to your oraclehomeadmindbnamepfile
dir and have your initSID.ora file there.
|
|
|
Re: Initialization files [message #50215 is a reply to message #50205] |
Wed, 06 March 2002 07:07 |
Wei Lang
Messages: 23 Registered: March 2002
|
Junior Member |
|
|
By defualt, it read oraclehomeora90database. But if you open the init.ora file under that directory, it redirect you to oraclehomeadmindbnamepfile. You also can startup database by using spfile. If you change init parameters while database is online, after shutdown and restart, you can not see the changes. If you restart database with spfile, then change is there. You can sync spfile and init.ora file by using "alter database ..."
Wei
|
|
|