Due to some problems with Oracle on my system I was forced to re-install the client software. Now PL/SQL Developer will not connect to the database giving a "ORA-12154: TNS:could not resolve the connect identifier specified"
I've seen this error before so I assumed that PL/SQL Developer was pointed to the wrong Oracle Home. I only have one home, but tried to specify this directly instead of having it auto detect. I still get the same error. My next guess was that it had something to do with the TNSName file, so I checked that but everything looks fine. I also have a copy of Benthic Golden, which is able to connect without any problem. Also SQL Plus is working fine too. I tried re-installing PL/SQL Developer and deleted the entire installation directory after uninstalling, but I still have the same difficulty.
I'm out of ideas. Can someone please point me in the right direction?
Information retrieved from support info:
Thanks,
Matt
I've seen this error before so I assumed that PL/SQL Developer was pointed to the wrong Oracle Home. I only have one home, but tried to specify this directly instead of having it auto detect. I still get the same error. My next guess was that it had something to do with the TNSName file, so I checked that but everything looks fine. I also have a copy of Benthic Golden, which is able to connect without any problem. Also SQL Plus is working fine too. I tried re-installing PL/SQL Developer and deleted the entire installation directory after uninstalling, but I still have the same difficulty.
I'm out of ideas. Can someone please point me in the right direction?
Information retrieved from support info:
Code:
PL/SQL Developer
Version 7.0.2.1076 (MBCS)
251.36388 - 50 user license
Windows XP version 5.5 (build 3790) Service Pack 1
Physical memory : 1,048,040 kB (387,096 available)
Paging file : 2,532,808 kB (1,917,320 available)
Virtual memory : 2,097,024 kB (1,931,792 available)
Parameters
C:\Program Files\PLSQL Developer\plsqldev.exe
Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Preference Files
C:\Program Files\PLSQL Developer\Preferences\Default\Default.ini
C:\Program Files\PLSQL Developer\Preferences\ruwem\default.ini
Plug-Ins
Aliases
auto
cf00
cf01
cf02
cf03
...
Homes
OraClient10g_home1 (C:\Oracle\product.2.0\client_1)
DLLs
C:\Oracle\product.2.0\client_1\bin\oci.dll
TNS File
C:\Oracle\product.2.0\client_1\Network\Admin\tnsnames.ora
Using
Home: OraClient10g_home1
DLL: C:\Oracle\product.2.0\client_1\bin\oci.dll
OCI: version 9.2
Matt