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!

New server with two network interface cards

sharonkovacMar 25 2013 — edited Mar 25 2013
We have a new Solaris T4 server that has two NICs. We've given each NIC an IP. The idea is to put the hostname in the tnsnames.ora file and let the server decide which NIC to use.

DATABASE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST =HOSTNAME)(PORT = 1551))
(CONNECT_DATA = (SID = DATABASE))
)

In my listener.ora file I have

DATABASE =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROCDATABASE))
(ADDRESS= (PROTOCOL= TCP)(Host= 10.1.99.xxx)(Port= 1551))
(ADDRESS= (PROTOCOL= TCP)(Host= 10.1.99.yyy)(Port= 1551))
)

Has anyone done anything like this before?

Thanks,
Sharon
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2013
Added on Mar 25 2013
3 comments
154 views