Recent content by rhalpain

  1. R

    Recompile all invalid objects using a single statement

    We are also interested in how this is done.
  2. R

    Enhancement Request : Compare Tool Database/File

    Great! We have the same problem - production pwd is not known to developer so only DBA can do compares.
  3. R

    find / replace want

    Can you add an option to wrap so we don't have to always first go to the top to know that everything was searched?
  4. R

    Enhancement Request : Compare Tool Database/File

    Would it be possible to choose the schema and DB to compare? In our environment the objects on the test DB reside in a separate schema (same schema name as production DB) so the compare tool is useless for developers as it only allows comparison of your current schema to another DB. Currently...
  5. R

    Import/Export

    Is there a way to batch the PL/SQL Developer Import/Export functionality in a script? I have some rather large tables and like taking advantage of the compression offered here. Because of the time involved, I would rather execute a script that logs into one DB, exports a list of tables, and then...
  6. R

    Enhancement Request

    I really like the autorecovery feature in v5.1.3 and often use it for more than it was designed. I like to keep all of my open work (saved & unsaved) together. When I have to jump on another tasks and don't have the memory to launch another instance, I simply launch task manager, go to the...
  7. R

    Code Navigation

    I have several local functions/procedures within a procedure in a package body. Is there a way to navigate directly to the body (the BEGIN) of the main procedure. My current method is to double-click on the next first-level procedure, scroll up and place my cursor on the END, and do a CNTL-M to...
  8. R

    Code Contents is out of sync

    The Code Contents feature is a must-have for navigation in the Program Editor. I really like the way it keeps your location highlighted as you move through the code and have come to depend on it. My only problem is that it only shows the location of the first level when you have nested...
  9. R

    Compare User Objects

    In our environment all developers log on to each DB with the same id and use the same schema (ie: test@test1 using prod schema, read@prod1 using prod schema). The Compare User Objects defaults to the current user's schema. Is there a way to specify the schema of the object I want to compare?
Back
Top