Create Second Database on same Server
I am running Oracle Database 11g Release 1 Enterprise Edition (11.1.0.6) on Oracle Enterprise Linux 5 Update 2. I am using ASM and it is installed at /u01/app/asm/product/11.1.0/asm as asm user. I have one installed database at /u01/app/oracle/product/11.1.0/db_1 as oracle user. I understand that DBCA is used to create the database using GUI.
Do I run DBCA from 1st db ORACLE_HOME/bin?
Do I specify /u01/app/oracle/product/11.1.0/db_2 for the ORACLE_HOME of the second database?
Lastly, how can easily switch between one database and the other if the homes are different?
0