Create Database in Silent Mode
After the Oracle Home is relinked, we have to create the Database using dbca
However there are some issues with the Graphics Display or there is no graphics terminal available.
In this case, we plan to create the database using silent mode.
1. Set up the Environment variables.
ORACLE_HOME
PATH
mkdir -p /u01/app/oracle/oradata
2. Use DBCA to create the database
dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbName ORCLDEV.channels.com.sa -sid ORCLDEV -sysPassword sys -systemPassword oracle123 -emConfiguration NONE -datafileDestination /u01/app/oracle/oradata -storageType FS -characterSet AL32UTF8
Copying database files
1% complete
3% complete
37% complete
Creating and starting Oracle instance
40% complete
45% complete
50% complete
55% complete
56% complete
60% complete
62% complete
Completing Database Creation
66% complete
70% complete
73% complete
85% complete
96% complete
100% complete
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/ORCLDEV/ORCLDEV.log" for further details.
After the Oracle Home is relinked, we have to create the Database using dbca
However there are some issues with the Graphics Display or there is no graphics terminal available.
In this case, we plan to create the database using silent mode.
1. Set up the Environment variables.
ORACLE_HOME
PATH
mkdir -p /u01/app/oracle/oradata
2. Use DBCA to create the database
dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbName ORCLDEV.channels.com.sa -sid ORCLDEV -sysPassword sys -systemPassword oracle123 -emConfiguration NONE -datafileDestination /u01/app/oracle/oradata -storageType FS -characterSet AL32UTF8
Copying database files
1% complete
3% complete
37% complete
Creating and starting Oracle instance
40% complete
45% complete
50% complete
55% complete
56% complete
60% complete
62% complete
Completing Database Creation
66% complete
70% complete
73% complete
85% complete
96% complete
100% complete
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/ORCLDEV/ORCLDEV.log" for further details.
No comments:
Post a Comment