Skip to content

Instantly share code, notes, and snippets.

@vstoyanov
Created May 24, 2013 16:07
Show Gist options
  • Save vstoyanov/5644566 to your computer and use it in GitHub Desktop.
Save vstoyanov/5644566 to your computer and use it in GitHub Desktop.
dbca console call
dbca -silent -createDatabase \
-templateName /opt/oracle/product/11.2.0/db/assistants/dbca/templates/General_Purpose.dbc \
-gdbName dbname \
-sysPassword syspassword \
-systemPassword systempassword \
-emConfiguration NONE \
-disableSecurityConfiguration ALL \
-storageType FS \
-datafileDestination /oradata/icm \
-characterset AL32UTF8 \
-nationalCharacterSet AL16UTF16 \
-sampleschema true \
-memoryPercentage 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment