New test window takes very long time to open when record type parameters are involved

ariffe

Member
Steps to replicate:
1. In object browser (or from program window) - locate a procedure that takes a record type parameter.
2. Right click on procedure name and select "test" from the context window.
3. Application takes over 5 minutes to open test window.

Is there a preference or setting I need to adjust to avoid this long delay?
 
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 or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Back
Top