Closed rkelterer closed 3 years ago
Hi Raimund,
What Oracle Client are you using?
If you have Oracle XE installed locally did you set TNS_ADMIN as environment variable?
Thanks, Simon
Hi Simon,
I use the automatic detection and the plsql-developer in multi session mode. The database is a 12.1.0.1. standard edition. I set my installed 11g client explicitly - but no change in error message.
kind regards Raimund
Can you please set the TNS_ADMIN environment variable and point it to the directory where your tnsnames.ora is:
I set TNS_ADMIN and started SQLDeveloper and now then GUI shows up the Tests.
Thanks and best wishes from Austria Raimund
Great that it works! Greetings from Switzerland
It looks like that PlsqlDeveloper takes the information from the registry [HKLM\Software\Oracle] together with the "Oracle_Home" from properties to setup the TNS configuration. The plugin does that only over the environment.
Thanks again for fast response Raimund
That's indeed strange. I'm using the Oracle .NET managed client and this obviously needs the TNS_ADMIN or ORACLE_HOME environment variable.
Hi,
after installing the dll and creating a test, which I can execute successfully from the commandline, I tried to press the "Run all tests from current user" then I am getting an ORA-12154. The same error shows up when I try to run the test from the "Objects" window with right click and select "Run utPLSQL Test". Die I miss a configuration step ?
kind regards Raimund