|
Hello Ramon
I think that you have an error in your
parameters.
As far as I know (not much) the second network card have a
different TCP/IP address.
You have to put this address in the added line in
listener.ora and add (load_balance=on).
(ADDRESS_LIST
=
(load_balance=on)
(ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1521)) ---> Original (ADDRESS = (PROTOCOL = TCP)(HOST = new network card address)(PORT = 1526)) ---> Added ) In the tnsnames you have to use load_balance=on
and put both addresses and ports in the address
list:
(description=
(address list=
(load_balance=on)
(address=(protocol=TCP,host=225.125.110.5,port=1521))
(address=(protocol=TCP,host=new network card
address,port=1526)) This way the clients will use both address.
Yechiel Adar
Mehish
|
- Listener load balance Ramon E. Estevez
- RE: Listener load balance Kevin Lange
- Re: Listener load balance Ramon E. Estevez
- Re: Listener load balance Yechiel Adar
- Re: Listener load balance Ramon E. Estevez
- RE: Listener load balance Kevin Lange
- Re: Listener load balance Yechiel Adar
- RE: Listener load balance Markham, Richard
- RE: Listener load balance Gogala, Mladen
- Re: Listener load balance Ramon E. Estevez
