utPLSQL / utPLSQL-PLSQL-Developer

utPLSQL Plugin for PL/SQL Developer
Apache License 2.0
24 stars 10 forks source link

Testrunner shows up with ORA-12154 #15

Closed rkelterer closed 3 years ago

rkelterer commented 3 years ago

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

simasch commented 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

rkelterer commented 3 years ago

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

simasch commented 3 years ago

Can you please set the TNS_ADMIN environment variable and point it to the directory where your tnsnames.ora is:

https://docs.oracle.com/en/database/oracle/oracle-database/19/ntqrf/about-tns-admin-parameter.html#GUID-7EE1F936-F108-4575-941C-63E0011B0CC0

rkelterer commented 3 years ago

I set TNS_ADMIN and started SQLDeveloper and now then GUI shows up the Tests.

Thanks and best wishes from Austria Raimund

simasch commented 3 years ago

Great that it works! Greetings from Switzerland

rkelterer commented 3 years ago

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

simasch commented 3 years ago

That's indeed strange. I'm using the Oracle .NET managed client and this obviously needs the TNS_ADMIN or ORACLE_HOME environment variable.