How To Create an Initialization Parameter File?
Submitted by: AdministratorThis 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 .configscriptsinit.ora .databaseinitggl_ini.ora
>edit .databaseinitggl_ini.ora
(replace XE by ggl)
In this example, only the SID is changed from XE to ggl. All other parameters are maintained as is.
Submitted by: Administrator
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 .configscriptsinit.ora .databaseinitggl_ini.ora
>edit .databaseinitggl_ini.ora
(replace XE by ggl)
In this example, only the SID is changed from XE to ggl. All other parameters are maintained as is.
Submitted by: Administrator
Read Online Oracle Database Job Interview Questions And Answers
Top Oracle Database Questions
☺ | How To Write Date and Time Interval Literals in Oracle? |
☺ | How To View the Dropped Tables in Your Recycle Bin? |
☺ | How Run SQL*Plus Commands That Are Stored in a Local File? |
☺ | How To Run SQL*Plus Commands in SQL Developer? |
☺ | How To Use IN Conditions in Oracle? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |