Recent content by he

  1. H

    Version 11: Macros won't work in SQL result grid

    In Version 11 (all subversions) macros won't work in SQL result grid. When the text caret is in a cell of the SQL result grid neither record nor playing macros is possible. Although the buttons in the toolbar are activated. In Version 10 (and before) it worked. Please fix it!
  2. H

    More Problems with custom linked queries (10.0.5.1710)

    Hello, Thank you for fixing Problem with custom linked queries when no foreign key constraints defined. But I'v found two more problems with this new feature: 1) If you selected only views, then the new function "custom linked query" is not available. The "Linked Query" button shows simply no...
  3. H

    Bug: Custom Linked Query not availiable (10.0.4.1708)

    Hello, if you selected a table for which no foreign key constrains are defined, then the new function "custom linked query" is not available. The "Linked Query" button shows simply no submenu. The new function "custom linked query" is for me one of the key innovations of version 10. Please...
  4. H

    Debug modified code

    Hello Marco, thank you for your question. I think I've got it out now. You're right, the Code Tab will refresh when the code has manipulated in the same instance of PL/SQL Developer in which is debugged. But when you use multiple instances (with different users on the same db at the same time)...
  5. H

    Debug modified code

    Hallo, with PL/SQL Developer it is possible to debug modified code. Szenario: PL/SQL Developer runs in "multi session mode". 1) Open a "Test Window" 2) Call a PL/SQL routine in the database. 3) Debug the code and finish the debug (abort or run) The Code is now open in a new tab of the "Test...
  6. H

    Multiple statements in Explain Plan Window

    Thanks Gustavo, that's what I ment. Marco, would you please take this on the list of requested features?
  7. H

    Multiple statements in Explain Plan Window

    Hello, if you have multiple statements in the SQL Window and then press F5 (Explain Plan Window), all statements are taken into the Explain Plan Window. Then comes an ORA-00911 error. How can I get only the selected statement in the Explain Plan Window? Thanks, he
  8. H

    PL/SQL Developer Variables

    Hello the variables are a very useful feature inPL/SQL Developer. Unfortunately they work only in a SQL Window. In a Test Window it is not possible to use the variables, because it appears a ORA-06550 error. But is is possible to write a PL/SQL Script with variables in a Test Window, then...
  9. H

    Multiple statements in SQL Window

    This Feature is indeed very useful for multiple select statements. For multiple update statements I prefer the Command Window (Tab Editor) or a little Script in a Test Window. In this context: If you have multiple statements in the SQL Window and then press F5 (Explain Plan Window), all...
  10. H

    Roles/Priviliges neede for Dedug

    Sorry, but it doesn't work for me. Here my test-case: The user "developer" is the owner of the package "my_pack". The package "my_pack" is compiled with debug informations. The user "my_user" has the privileges for "my_pack" and all objects that are referenced by "my_pack". Both users...
Back
Top