Error compiling in 9i Program Window

I keep receiving the following message everytime I try to compile a package via the program window against 9i database. Then it disconnects.

Error Message: ORA-01041: internal error. hostdev extension doesn't exist

If I use the command window, everything compiles normally..

When compiling the same package on 8i, it works just fine..

Is anyone running into the same issue?
 
If a compilation causes such an error, then I suspect a problem with the "debug information" mode. To verify this, go to Tools > Preferences > Debugger tab page, disable the "Add debug information when compiling" option, and retry the compilation.
 
Back
Top