Hi All,

I am using “CDC Designer for Oracle by Attunity” tool to configure CDC in Oracle .
I am working with Oracle RAC Database . Please let me know what should be connection string to be used ?
Tnsnames.ora file has below entry :
DWTST_TAF =
(DESCRIPTION=
(FAILOVER=ON)
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST=HOST1-vip)(PORT=1522))
(ADDRESS=(PROTOCOL=TCP)(HOST=HOST2-vip)(PORT=1522))
)
(CONNECT_DATA=(SERVICE_NAME=DWTST)(SERVER=DEDICATED)
(FAILOVER_MODE=(TYPE=select)(METHOD=preconnect)(RETRIES=20)(DELAY=3))
)
)
Also , Host file has the needed entry .
Thanks in Advance...