Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: what is use the parameter "adress_list" int the listener.ora
FreeDBA wrote:
> Hi,
> I would like understand the contains of listener.ora, partularly the
> Address-List parameter.
> I have multiple database and so multiple listener.ora.
> In some listener there is the adress_list parameter and son other there
> is nothing abour adress_list !!!!!
I recall that we used multiple address lines as part of getting Connection Manager working. It allowed for Oracle to communicate across a firewall, with one server acting as a gateway to another one. The firewall can be restricted to only allow communication between the two servers, and then the clients are told to connect *first* to the nearest server, and then to the one on the other side of the firewall.
Or something along those lines...
BD Received on Thu Aug 24 2006 - 12:17:07 CDT
![]() |
![]() |