-
Notifications
You must be signed in to change notification settings - Fork 15
ORA-20202: Invalid path format: NULL #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I had the same problem with an Oracle 11g database. With XE everthing worked fine. The problem has been be solved by adding the orai18n.jar to the classpath (add it to /lib dir and in utplsql.bat). Maybe it should be added by default? This was really nasty to trace back. |
I'll try it tomorrow. How did you figured it out? |
The Oracle Doc - JDBC FAQ mentions
utPLSQL-cli communicates wuth utPLSQL using API with ADT's. To support different character sets, we would need to include the file in our client bundle. @viniciusam - any thoughts? |
Yes, we should bundle the library with the client and I'm already working on a PR for that. |
Now it works for me also, thanks! |
Uh oh!
There was an error while loading. Please reload this page.
With a fresh utplsql install on a 11g database, when trying to run tests with utplsql-cli, I get this error:
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.
The text was updated successfully, but these errors were encountered: