ORA-06575 Please Help
I get this error attempting to run stored procedures deployed
with JDeveloper 9i:
ORA-06575: Package or function SP_SHOW_PROPERTY is in an invalid state.
It does appear that the classes have loaded and resolved correctly from inspecting the loadjava output and the user_objects table. dbms_java works and the JVM is installed.
I'm attempting to call the function as the same user/password@schema used to deploy it.
The database is also 9i. Please help!