Recent content by comknw

  1. C

    Debug trigger code of other schema

    Hello Mr.Kalter, Thanking you for your help again. It's actually possible to debug packages, procedures etc. from other users. But the trigger which is calling the packages could not be stepped thru. I even could not see the trigger code. On the first step into, the first package called is...
  2. C

    Debug trigger code of other schema

    Hello, I know that you mention in one of your articles "You can only debug PL/SQL-Objects which re yours. Orca". But I've the following problem: Pre-infromation: There is a user(schema) let's say 'APPLICATION_OWNER' which owns all objects. The user is logging in by its own name let's say...
  3. C

    Debugger hangs in trigger, if cursor gets over :new columns

    If you want to read a :new or ld column the whole PL/SQL Developer hangs (loops) and won't be accessible any more.
Back
Top