Hi
I am try to connect oracle database via web server which one is
installed IIS 7.5.
But getting error like this
"ORA-12154: TNS:could not resolve the connect identifier to specified
connect"
Then i checked (oracle 11.2.0 client) tnsnames.ora
I hope entries are correct.
livedb=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = testsys)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = livedb)
)
)
I think so IIS might referring some where tnslisner.ora file.
Please help me to solve this problem
Thanks in advance
Nakkeeran.k