Saturday, May 4, 2013

Creating database silently with dbca

For a change creating database with silent option.
Set the environment variables to reflect the correct ORACLE_HOME


dbca -silent -createDatabase -templateName General_Purpose.dbc \
-gdbname maze -sid maze -responseFile NO_VALUE -sysPassword xxxxxx -systemPassword xxxxx \
-emConfiguration none -redoLogFileSize 100 -datafileDestination /u01/app/oracle/oradata1/maze -characterSet AL32UTF8 \
-totalMemory 300


Displaying silent creation of database


You sure have few options to create database!!!!

No comments:

Post a Comment