Silent Installation/Database Creation Problems
I am installing on a hosted server without a display so I was not able to run the GUI installer and have a database created as part of the installation process. So now I am trying to create a database with the dbca utility. I have run the following command:
dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname wbbi -sid wbbi -responseFile NO_VALUE -characterSet AL32UTF8 -memoryPercentage 30 -emConfiguration LOCAL
The command completed without error.
When I try to start the database with the following initwbbi.ora file:
db_name='ORCL'
memory_target=768M
processes = 150
audit_file_dest='/u01/app/oracle/admin/orcl/adump'