Recent content by inanme

  1. I

    Explain Plan Window improvements?

    Hi Marco, Do you have any plan about improving Explain Plan window. Current version provides basic support, no different than dbms_xplan.display. This window can be more useful. I will be happy to hear from you
  2. I

    ORA-01039: insufficient privileges on underlying objects of the view

    I always get this error message when i try to get execution plan of a query in Explain Plan Window, even when i am connected as owner of all objects. Thank you.
  3. I

    case wrong format

    hi, Pl/SQL developer can not format this code CREATE OR REPLACE PROCEDURE NONAME IS BEGIN FOR data IN 1 .. 10 LOOP CASE data WHEN 1 THEN DBMS_OUTPUT.PUT_LINE(data); END CASE; END LOOP; EXCEPTION WHEN case_not_found THEN...
  4. I

    vcs plugin

    Hello Marco, did you have any chance to check this?
  5. I

    copy column name from result grid

    Hi, Is it possible to copy only column name from result grid?
  6. I

    vcs plugin

    Hi, I agree with Sagizvi. The plug-in would be much more useful, if it looked recursively through the ClearCase sub-folders.
  7. I

    compare package

    hi all, Like Tools->Compare Table Data, is it possible to compare packages on different databases? Thank you.
  8. I

    pl/sql developer comsumes so much CPU while typing?

    Hi all, PL/SQL Developer(Version 7.1.2.1363) consumes so much processing time(~%35 of 2 GHz) while typing SQL on my machine. is it common? Can anybody approve this? have a nice day.
  9. I

    Change AutoSelect Character

    Hi all, As far as know SQL Window AutoSelect Statement feature looks for ';' character. I wonder it is possible to change this character, for instance to "new line". Thank you.
  10. I

    create plug-in using .NET DLL

    Hi all, I wonder if it is possible to use C# for creating plug-ins. That would be very nice and easy. Thank you.
  11. I

    debug (F9) starts in normal mode (F8)

    Marco, How can i compile anonymous block with debug information? Actually the problem mentioned above occurs when debugging anonymous blocks. configuration is the same as above. "Add debug information when compiling" this option is checked.
  12. I

    debug (F9) starts in normal mode (F8)

    Hi Marco, I am having the very problem. I can debug any procedure on oracle 9.2.0.7, but on the other hand i can not debug on oracle 10.2.0.2. I had thought some privilege missing before i saw this post. PL/SQL Developer Version 7.0.3.1123 (MBCS) Windows XP version 6,0 (build 2600) Service...
Back
Top