-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Milestone
Description
With a fresh utplsql install on a 11g database, when trying to run tests with utplsql-cli, I get this error:
$ ./utplsql run scott/tiger@devdbas:1521/dev.world -c
ORA-20202: Invalid path format: NULL
ORA-06512: at "UT3.UT_RUNNER", line 99
ORA-06512: at line 1
Closed Connection
I inspected the problem, and it seems that the a_paths array arrives empty in the ut_runner.run procedure, even though utplsql-cli sends 'scott' in it.
- tested on Ubuntu 16.04
- Oracle Java used:
$ java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
- utplsql v3.0.3.1266
- utplsql-cli downloaded from https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-test-20170927.zip
- also tested on a Windows 7 machine
- also tested on another 11g database