The issue started when i installed the server version with already existing client version of oracle 10G.
BackGround : The oracle client version 10G was installed (at c:/oracle) to connect database residing in other country. So we can just connect to it and have limited access to it.
Path => c:/oracle/ora_client/network/admin/listener.ora
So to work as admin I installed 10G server at the same location c:/oracle on windows. I can now work as server.
Path => c:/oracle/product/db_1/network/admin/listener.ora
But the issue arises when i try to connect with my application installed to setup connection as a client (to server residing in other country), it fails and throws an error ORA-12154.
So, do i have to uninstall my server version (just incase the confusion might have arrived due to the presence of two oracle databases) ?
How can I fix it ? What has been the probable cause for it ? Please advise !