Bug Report: Procedure Window

ScottMattes

Member³
This is weird, but hopefully easily corrected.

A co-worker opened a package from the DB and the window pane with the function/procedure/variable list is blank (in both the spec and body).

The same thing happened opening a package from the PC harddrive.

BUT, they compile with no errors, so it isn't some sort of coding error.

Any thoughts on what is causing this?
 
Could it be that the package code is not properly recognized by the Code assistant? May be some unusual statements. I had this a lot in previous versions when multiplying the results of two case statements.
 
If the PL/SQL Developer version is the same, and the source is the same, then there must be some low-level issue involved. To obtain some more diagnostic information, can you modify the shortcut and add the debug parameter? For example:

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

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
Marco,
Sorry, but can't do that.

It might be mox nix though. This user was sitting at a PC logged to someone else's LAN account and going into Oracle with her Oracle id. I found out today that when she got her LAN account and used it there was no problem. Why that should be I know not, but the problem has disappeared for now.

Thank you.
 
Back
Top