Owner's Manual

Table Of Contents
Installing Oracle 11g R1 Database (Single Node) 39
18
Select
Enable Archiving
and click
Next
.
19
In the
Database Content
window, click
Next
.
20
In the
Initialization Parameters
window, select
Typical
and click
Next
.
21
In the
Security Settings
window, click
Next
.
22
In the
Automatic Maintenance Tasks
window, click
Next
.
23
In the
Database Storage
window, click
Next
.
24
In the
Creation Options
window, select
Create Database
and click
Finish
.
25
In the
Confirmation
window, click
OK
to create the database.
NOTE: Creating the seed database may take more than an hour.
NOTE: While creating the seed database if you get an error message ORA-
03113: end-of-file on communication channel, click Abort
and go back to the Initialization Parameters window. Select custom SGA and
PGA size and increase the SGA size and reduce the PGA size. Click Next and
continue with the installation.
When the database creation completes, the
Password Management
window is displayed.
26
Click
Exit
.
27
When database creation completes, type the following commands to add
the ORACLE_SID environment variable entry in the
oracle
user profile:
echo "export ORACLE_SID=oradb" >>
/home/oracle/.bash_profile
source /home/oracle/.bash_profile
This example assumes that
oradb
is the global database name that you
defined in DBCA.