Recent content by RogerK

  1. R

    Lowercase Filename when saving

    Ok, thanks
  2. R

    Lowercase Filename when saving

    Depending on the type of object the initial filename is saved in lowercase (seems to be the default) or uppercase (at least for procedures). Is there a way to tell the system always to save in a defined case ?
  3. R

    Problem debugging in different schema

    Hi, i was able (unfortunaltly only in a test environment) to obtain the create any procedure privilege, which is necessary to see package bodies in different schemas when using all_xx views and it works ! Does that mean PL/SQL-Developer does not use dba_views though requested in that case ? The...
  4. R

    Problem debugging in different schema

    No impossible, my DBA won't give me that privilege ------------------------- Roger
  5. R

    Problem debugging in different schema

    I forgot one thing. My Oracle version is 9.2.0.6 ---------------------- Roger
  6. R

    Problem debugging in different schema

    Thanks for your comments. But all the prerequisits you mentioned are fullfilled (Debug Info added, dba_objects, dba_source accessible, USE DBA Views enabled). Any ideas ? -------------------------- Roger
  7. R

    Problem debugging in different schema

    Though having the "debug any procedure" privilege and the debug object privilege (through a role), debugging a package in a different schema does not work. When using the test-window, the debugging process calls and correctly processes the function, but does not step into it, even when i try to...
Back
Top