Frank Shams (frank.shams@technet.net) wrote:
: Hi,
: I have the following problem:
: I like to set up a database which is located in another directory then
: %ORACLE_HOME%\DATABASE. When I try to startup the instance via the
: Server Manager with STARTUP MOUNT EXCLUSIVE the following error message
: appears:
: MGR-00310 Unable to open "SYS:ORANW732\DATABASE\INIT%SID%.ORA"
: Where can I specify the necessary parameter to tell the server manager
: where to find the INIT%SID%.ORA according to the oracle instance?
:
: Thanks in advance...
: Ulrich
:
Ulrich,
You can use the PFILE parameter:
STARTUP PFILE=/home/oracle/test/initTHESID.ora
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 150+ Oracle tips, visit my Web Page: <->
<-> <->
<-> www.arikaplan.com <->
<-> <->
<-> email: akaplan@interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Back to Ari Kaplan's Home Page