Simple dbca command line creation

dbca -silent \
     -createDatabase -templateName "General_Purpose.dbc" \
     -nodelist "expressdb1,expressdb2" \
     -gdbName express.home \
     -sid express \
     -sysPassword ExpressCMH1 \
     -systemPassword ExpressCMH1 \
     -emConfiguration NONE \
     -datafileDestination +DATA \
     -redoLogFileSize 50 \
     -storageType ASM \
     -asmsnmpPassword ExpressCMH1 \
     -characterSet AL32UTF8 \
     -nationalCharacterSet AL16UTF16
  

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.