Creating a Database with Silent DBCA


Creating a Database with Silent DBCA


dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname test.oracle.com -sid test -responseFile NO_VALUE -characterSet AL32UTF8 -memoryPercentage 30

Enter SYSTEM user password:
password
Enter SYS user password:
password

Copying database files
1% complete
3% complete
11% complete
18% complete

100% complete
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/test/test.log" for further details.

[oracle@prod ~]$ dbca -help

dbca  [-silent | -progressOnly] { }  | { [ [options] ] -responseFile   } [-continueOnNonFatalErrors ]

  : -createDatabase | -configureDatabase | -createTemplateFromDB | -createCloneTemplate | -generateScripts | -deleteDatabase | -createPluggableDatabase | -unplugDatabase | -deletePluggableDatabase | -configurePluggableDatabase


No comments:

Post a Comment