I have a Windows 2000 machine with the Oracle client 9.2.0.3 installed along with PL/SQL Developer version 5.1.0.657. We are using a nameserver, not TNSNAMES for translation (onames)
PL/SQL Developer will connect just fine, but then doing anything as simple as a select * from any table causes the app to hang for some time while initializing, and then to return an ORA-12154. If we connect from the client with the tnsnames, everything works fine.
I know there is a bug with the Oracle client version 9.1 about multiple connections using onames, but this can't be the issue here since I am on 9.2.
Another very odd thing is that when I show the Help -> About dialog in PL/SQL Developer it shows that the version of the OCI it is using is 8.1. Shouldn't this show 9.x? It shows the path to the OCI as C:\oracle\ora90\bin\oci.dll. There is only one oracle home on the machine and that is the correct home path.
Also curiously it shows the oracle version as 9.0.1.3.0, even though the client is patched up to 9.2.0.3.
I have a TAR open with Oracle support on this issue, but it is getting nowhere. Is this an issue with PL/SQL Developer? It seems odd that the about dialog would show seemingly incorrect information.
Any help would be greatly appreciated. We would like to upgrade all of our developer's client Oracle installs to 9, but we can't do this until this issue is fixed. The problem does not occur on the 8.1.7 clients.
PL/SQL Developer will connect just fine, but then doing anything as simple as a select * from any table causes the app to hang for some time while initializing, and then to return an ORA-12154. If we connect from the client with the tnsnames, everything works fine.
I know there is a bug with the Oracle client version 9.1 about multiple connections using onames, but this can't be the issue here since I am on 9.2.
Another very odd thing is that when I show the Help -> About dialog in PL/SQL Developer it shows that the version of the OCI it is using is 8.1. Shouldn't this show 9.x? It shows the path to the OCI as C:\oracle\ora90\bin\oci.dll. There is only one oracle home on the machine and that is the correct home path.
Also curiously it shows the oracle version as 9.0.1.3.0, even though the client is patched up to 9.2.0.3.
I have a TAR open with Oracle support on this issue, but it is getting nowhere. Is this an issue with PL/SQL Developer? It seems odd that the about dialog would show seemingly incorrect information.
Any help would be greatly appreciated. We would like to upgrade all of our developer's client Oracle installs to 9, but we can't do this until this issue is fixed. The problem does not occur on the 8.1.7 clients.