Skip to content

Instantly share code, notes, and snippets.

View vstoyanov's full-sized avatar

Vasil Stoyanov vstoyanov

  • Prague, Czech Republic
View GitHub Profile
@vstoyanov
vstoyanov / gist:5644566
Created May 24, 2013 16:07
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 \