cancel
Showing results for 
Search instead for 
Did you mean: 

Starting Listener for a DB in RAC Cluster environment.

Former Member
0 Kudos

Hi,

Title: Starting Listener for a DB in RAC Cluster environment.

We have 10 DBs running on 2 Nodes in RAC environment. One of the DB, let us assume - ERP1 and ERP2 is down and we have to start it. For that, first the listener has to be started.

srvctl start listener -n nodename -


> This command starts all the listeners running on that node. But all other DBs are running fine, we want to start only the listener related to this DB. What is the command for this.

Many thanks.

Regards,

Mohan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can execute the command, below;

srvctl stop listener -n <NODE> -l <LISTENER_NAME>

You can find the detaled information on the document, below under the "srvctl start listener" title

http://download.oracle.com/docs/cd/B28359_01/rac.111/b28254/srvctladmin.htm

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hi Orkun,

Thanks for your quick reply.

If i dont know the Listener name then where to find the Listener name?

Regards,

Mohan.

Former Member
0 Kudos

Hi,

Can somebody help me with my above question.

Regards,

Mohan.

Former Member
0 Kudos

Hi Mohan,

You can display the list of listeners registered to the Oracle clusteware on the node, by using command, below;

srvctl config listener -n node_name

Best regards,

Orkun Gedik

Former Member
0 Kudos

Dear Orkun,

Thanks a ton!

Regards,

Mohan.

Answers (0)