ORA-12154: TNS Could not resolve the connect identifier specified.

Hi,

I'm having the following error ORA-12154: TNS Could not resolve the connect identifier specified.

With SQL developer with same TNS I'm able to connect but with PLSQL developer I'm having the issue. Please help me in resolving the issue.

Thanks,
Kishore
 
Can you start PL/SQL Developer without connecting, go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Thanks. Can you start C:\Oracle\ora112\bin\sqlplus.exe and check if it allows you to connect to the same database?

C:\Oracle\ora112\bin\sqlplus.exe

Enter user-name: @
Enter password:
 
Hi,

Here is the result

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Data Mining and Real Application Testing options
 
Back
Top