Recent content by jure

  1. J

    Compare user objects, identity columns

    Sometimes when comparing tables with identity columns, diff is shown when sequence values of these columns differ. This does not happen always, but I haven't figured out in which cases. Please see attached images. It would be nice to have a checkbox on the "Options" tab of "Compare user...
  2. J

    Feature request: reload cache button

    It would be great to have a button that would reload the cache of user objects that is used for autocomplete. For example, if I create a table in one SQL window, the table name can't be autocompleted in another SQL window unless I disconnect and reconnect to the database.
  3. J

    Test window - clob variable doesn't get passed to procedure

    When testing a procedure with clob parameter, the value of clob bind variable is not passed to the procedure. Example: - Create a procedure create or replace package pkg_clob is procedure print_clob(p_clob in clob); end; / create or replace package body pkg_clob is procedure...
  4. J

    Export user objects, "Select directory" icon

    When selecting "Output file" in "Export user objects", the icon for "Select directory" becomes invisible or barely visible when a path is longer then the input field. Please see attached image.
  5. J

    Closing PL/SQL Developer

    Hello, when I click X in the upper right corner to close PL/SQL Developer, a Confirmation dialog pops up ("Save changes to SQL Window...?") with a checkbox option "Do the same for all windows". This option is very neat but it doesn't appear when I close PL/SQL Developer from the taskbar (i.e...
  6. J

    Export user objects: indexes on materialized views not exported

    Hello, I've created some indexes on my materialized views (MV) - the indexes are actually created on the underlying tables. I would like these indexes to be exported when exporting MV with the Export user objects tool. Right now I have to manually edit all of the exported MV files and add...
  7. J

    Export user objects ignores encoding preference

    Hello, In preferences I set encoding to "Always ANSI". Despite this setting my objects are exported in UTF8 when using Export user objects tool. PLSQL Developer 10.0.5.1710 Regards, Jure
  8. J

    Nologging indexes

    Hello, can you please add support for nologging indexes? Right now this option is ignored when editing/exporting indexes. Regards, Jure
  9. J

    Test window: Profiler/Trace tab

    Hello, when executing Test window code, PL/SQL Developer freezes if you click on Profiler or Trace tab until the code in the Test window is executed. PL/SQL Developer 10.0.5.1710, Windows 7. Regards, Jure Test case: execute the following code in test window and click on one of the tabs...
  10. J

    Feature request: defining connections

    Hello, one more request... option to "Connect in New Instance (of PL/SQL Developer)" when I right-click on the connection. Regards, Jure
  11. J

    Feature request: defining connections

    Hello, when defining connections: 1. Add "Test connection" button 2. I can already create a folder and specify a Database on this folder. So when I define a connection inside this folder and leave "Database" field empty, PL/SQL Developer should connect to the database defined on the parent...
  12. J

    Feature request: package body contents - icons

    When editing package body I'd like to see (in contents window) which procedures/functions are declared in packaged specification. Maybe there could be different icons for private/public package members. Regards, Jure
  13. J

    Close SQL window: Shift+click vs. right click + Close Window

    I guess I've unknowingly been using Ctrl instead of Shift :). Thanks for the info.
  14. J

    Close SQL window: Shift+click vs. right click + Close Window

    When closing SQL Window with Shift+click I have to click Yes to close it. On the other hand I have to click No when closing it with right click + Close window. It would be nice to have the same close dialog for both methods. Regards, Jure
  15. J

    very slow closing of windows

    gad, I mean disconnect PL/SQL Developer from database (click menu Session and then Log off... All). This is not actually a solution to your problem, it's just a workaround for not having to wait 30s for each window to close - instead you will just have to wait 30s once.
Back
Top