Creating a New DB Instance
Steps for Creating New DB instance:
1) Log-in to the DB server as oracle user.
2) Move to the location $ORACLE_HOME/bin
3) Execute the following command (oradb1 is the new db name)
dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname oradb1 -sid oradb1 -responseFile NO_VALUE -characterSet AL32UTF8 -memoryPercentage 30-emConfiguration NONE
After running the above command , the following output will be generated
Copying database files
1% complete
3% complete
1% complete
3% complete