Oracle Password File. [message #58415] |
Mon, 25 August 2003 10:53 |
Kartik Nair
Messages: 15 Registered: August 2003
|
Junior Member |
|
|
Is it a 'MUST' that the password file be in the $ORACLE_HOME/dbs directory?
Can I change the destination directory for the oracle password file destination? The reason being I have multiple instances for the same installation.
Thanks in advance.
|
|
|
Re: Oracle Password File. [message #58422 is a reply to message #58415] |
Tue, 26 August 2003 02:45 |
Mark
Messages: 284 Registered: July 1998
|
Senior Member |
|
|
Hy,
it's not a "must", but doesn't matter if you run 1 or more instance on same installation, each file is identified by ORACLE_SID enviroment variable at creation time:
ORACLE_SID=<SID>; export ORACLE_SID
orapwd file=$PATH/orapw<SID> password=<password>
bye
mark
|
|
|