Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Net services

Re: Oracle Net services

From: Daniel <danielroy10junk_at_hotmail.com>
Date: 5 Jul 2005 06:52:28 -0700
Message-ID: <1120571548.698619.154380@z14g2000cwz.googlegroups.com>


1- (HOST=)s­ales1-server is the name of the first server hosting a listener. (HOST=)sales2-server is the name of the second server hosting a listener (pointing to the same service). 2- "nodes" mean "server" in this context. They are called s­ales1-server and s­ales2-server in this example. 3- It means that 2 listeners, on 2 different servers ("nodes"), point to the same "service" (sales.us.acme.co­m).

The only thing I'm missing is that, since the listener has to reside on the database server, we need the database to reside on both servers. I suspect that you therefore need some kind of Data Guard setup between these 2 nodes. Or maybe it's 2 separate databases simply having the same service name, and you can use whatever method if you want them both to be in sync.

Daniel Received on Tue Jul 05 2005 - 08:52:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US