I recently hosted a single web application on one of my development servers. I am using oracle, asp.net and c #. When I run the application on the server, everything works fine, but when I try to run the application outside the server (for example, using my computer), I get this error:
ORA-12154: TNS:could not resolve the connect identifier specified
If I run the application on my computer with visual studio, it works fine.
Oracle is installed on server "A", and the application is located on server "B". Server "A" is in one domain, and server "B" is in another domain. My computer is in the same domain with server "A".
On my computer I can find the tnsname.ora file in C: \ oracle \ product \ 10.2.0 \ client_1 \ NETWORK \ ADMIN, but on server "B" I can not find it anywhere
any idea? Thanks for the help.
source
share