SQL tutorial | Interview questions | Oracle
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Start a Specific Oracle Instance?

Go down

How To Start a Specific Oracle Instance? Empty How To Start a Specific Oracle Instance?

Post by Micheal Tue Jan 19, 2010 7:36 pm

A simple way to start a specific Oracle instance is to start the instance with the PFILE option as shown in the following example:
>.\bin\sqlplus /nolog
SQL> CONNECT / AS SYSDBA
Connected.
SQL> STARTUP NOMOUNT PFILE=$ORACLE_HOME/database/initFYI_ini.ora
ORA-02778: Name given for the log directory is invalid
The PFILE option allows you to specify the initialization parameter file of a specific Oracle
instance. But the initialization parameter file created in Step 3 has some problem with the log
directory.

Micheal
Admin

Posts : 243
Join date : 2010-01-10

http://sql-tutorial.co.cc

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum