Connection dropped on package compile

LaurenM

Member
Hi Allround
I'm running ver: 7.0.3.1123

Whenever I compile a package I get a "ORA-03114 not connected to oracle" error. Is there something I am missing? I just upgraded to Windows 7 last week, so some setting(s) could be missing. Some ideas would be greatly appreciated.

Thanks,
Lauren
 
If a compilation causes such an error then I suspect a problem with the "debug information" mode. To verify this, go to the Tools > Preferences > Oracle / Debugger page, disable the "Add debug information when compiling" option, and retry the compilation.

You can also explicitly exclude specific objects from debug information. On the same debugger tab page you can add a line with the name (or owner.name) of the program unit to the "NEVER add debug info for objects" list.
 
Back
Top