Creating oracle DB, just modify sample scripts below.
ORACLE_BASE=/u04/app/base
ORACLE_HOME=/u04/soft
ORACLE_SID=wro18c
export ORACLE_SID ORACLE_HOME ORACLE_BASE
export PATH=$ORACLE_HOME/bin:$PATH
dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbName wro18c -sid wro18c -sysPassword orcl -systemPassword orcl -sampleSchema true -initParams _exadata_feature_on=true
Other interesting workaround...
No comments:
Post a Comment