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
You sure have few options to create database!!!!
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