Hello everyone
lets say that using dbca ( a tool for creating new databases) I will create a new database on the same machine I created my first database with its own service, own instance name and so on ... the question is , when creating a new database, does a new listener is created ? (havent run the dbca yet) a new database console is created? or the same one could be used
This because I have an Oracle Soa Suite 12c install BUT I need to use Oracle WebCenter Content 11G AND they are different since OWC Content uses 11G SOA Suite RCU thus, the schemas and object might be different .. Im on prevention mode because I havent tried to do the install
What I really need to know ...
When I create a new DB using dbca , a new listener command will have to be executed?, a new dbconsole :
now I use
$ORACLE_HOME/bin/lsnrctl start
$ORACLE_HOME/bin/emctl start dbconsole
on sql plus I will have to run each database (startup) by its name?
$ORACLE_HOME/bin/sqlplus
#startup NEWDATABASE
all of this doubts come because I will have to do all of these on the same machine
Thank you in advanced!!!
EA