Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

when creating a new database, does a new listener is created ? Enterprise Manager and Listener on sa

EAAR-ITCOct 5 2015 — edited Oct 6 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2015
Added on Oct 5 2015
15 comments
985 views