Another Test Issue

After using the Test Function to test a stored function, when I close the test window and try to test another stored function I get the following

ORA-20004" syntax error attempting to parse "?O%$#@"
ORA-06512: at "SYS.DBMS_DESCRIBE"
line 87
ORA-00911: invalid character at line 1

I'm using Oracle DBMS 9.2.0.1.0, PL/SQL Developer 8.0.0.1480

Any thoughts?

Could this be related to my other post?
 
I don't think it's related. To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
Back
Top