Skip to Main Content

Database Software

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.

Multiple listener on RAC 11.2

RTunitnOct 14 2009 — edited Oct 24 2009
Hi all,
I'm planning to migrate my RAC to a brand new 11.2 on rhel 5.4 64 bit

This the situation:
- grid installed on 2 node rac
- 2 vip with standard listener on 1521
- 2 scan vip (I know ... 3 is better, but for a 2 node installation I cant throw away another ip...) with correspective scan listener on 1521
- rac database DB1,which register with standard listener on port 1521

Now I need to create a 2nd rac database "DB2" so it register with only a 2nd listener on port, let's say, 1522.
This would permit me to create acl on firewall: connection to DB1->port 1521, connection to DB2->port 1522

Here's come the problem: how can I add a second listener on a different port?

I've added a listener with

srvctl add listener -l LISTENER_2 -p 1522

now I have to add a scan listener which listen on port 1522:

srvctl add scan_listener -l LISTENER2_ -p 1522
PRCS-1028 : Single Client Access Name listeners already exist


What I'm missing?
I'm lost in 11.2 doc, and also on metalink I cant find anything that helps me...

Regards,
Roberto

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 21 2009
Added on Oct 14 2009
3 comments
6,623 views