DNS Server for VIP
183703Jun 16 2008 — edited Jun 16 2008Here is the example i am trying to use, while connecting to the database from the client machine.
We are building a Domain Name System (DNS) server. Do we need to include the VIP Address in the DNS list ?
RAC =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.lynx.co.uk)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.lynx.co.uk)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = RAC.WORLD)
)
)
Thanks
Prasad