Im looking to connect to a Aspect Call Centre using an ODBC connection. I can currently connect to our own site as it is configured in the tnsnames.ora file however this file is protected and can not be changed!
I have searched high and low and cannot find a solution. From what I can tell i must use a DNS-Less connection or possibly a fileDNS.
Looking to convert this out of the .ora file into a string to connect.
DNS_NAME.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = ServerAddress)
(Port = 0000)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = ServerAddressBackup)
(Port = 0000)
)
)
(CONNECT_DATA = (SID = ACC)
)
)
I have searched high and low and cannot find a solution. From what I can tell i must use a DNS-Less connection or possibly a fileDNS.
Looking to convert this out of the .ora file into a string to connect.
DNS_NAME.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = ServerAddress)
(Port = 0000)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = ServerAddressBackup)
(Port = 0000)
)
)
(CONNECT_DATA = (SID = ACC)
)
)