Recent content by John Duffy

  1. J

    Debugging not possible in single session mode

    Hi - don't worry I've found the setting :)
  2. J

    Debugging not possible in single session mode

    Hi, PL/SQL Developer 9.0.6 I'm getting the above message and desperately need to do some debugging! It works fine on another database - so is it the database or the PL/SQL environment I need to change? I've tried the ALTER SESSION solutions I've found on the net and they don't work. Can anyone...
  3. J

    Compile gives errors but does not indicate them

    Just to let you know that this problem has (think goodness) mysteriously gone away - at least for the present! All I was doing was tweaking code to reduce the number of compiler hints and warnings in case there was some kind of limit or something was masking an error.. Desperate I know...
  4. J

    Compile gives errors but does not indicate them

    Hi, Thanks Mike, for your thoughts. Unfortunately no change! I have since pushed the file through SQLPlus and basically get the same result. The errors I can see with "show errors" are just the same hints that PL/SQL Developer gives me. My only recourse at present is to cut the source into...
  5. J

    Compile gives errors but does not indicate them

    Hi Al, Thanks for this idea. I did think about something similar - I pushed the whole lot though the PL/SQL Developer command window but without it telling me anything new. I'll try your idea in the morning. Best wishes John
  6. J

    Compile gives errors but does not indicate them

    Hi, I am using PL/SQL Developer v7.0.3.1123 on Oracle 10g. I've hit a problem I don't know how to get around: I am compiling quite a large package, and it is failing to compile with the normal message "Compiled with errors". However, the error(s) are not indicated by the usual yellow highlighted...
Back
Top