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 Create an Initialization Parameter File?

Go down

How To Create an Initialization Parameter File? Empty How To Create an Initialization Parameter File?

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

This is Step 3. To run an Oracle database as an Oracle instance, you need to create an
initialization parameter file, which contains a set of initialization parameters.
The easiest way to create an initialization parameter file to copy from the sample file provided by
Oracle. You can do this in a command window as shown below:
>cd $ORACLE_HOME
>copy .\config\scripts\init.ora .\database\initFYI_ini.ora
>edit .\database\initFYI_ini.ora
(replace XE by FYI)
In this example, only the SID is changed from XE to FYI. All other parameters are maintained as is.

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