Recent content by rjoffe

  1. R

    Enhancment Request - Compare User Objects - Multiple Schemas

    We would like to see an enhancement for the compare user objects to allow us to compare multiple schemas against multiple schemas. Thanks, Ron
  2. R

    Compare User Objects - Dependant types

    When comparing two schemas, we often run into dependancy issues with types. For example, I have two types, one is a table of objects, and the other is a table of the first type: create or replace type T_object as object ( var1 number ,var2 number); create or replace type...
  3. R

    Compare Table Objects - Force View

    When comparing two schemas with the compare table objects tool, is it possible when applying views to add the "force" keyword, i.e: create or replace FORCE view view_name ..... Thanks, Ron
  4. R

    Saving Desktop Layout

    I want to be able to start pl/sql Developer with a layout that includes: - Empty Sql Window - Sessions Window - A pair of plot windows Is this possible ? Thanks, Ron
  5. R

    Saving Preferences With Multiple Apps Open

    If I am running two instances of PL/SQL developer, and change a preference (say create a custom browser folder) in one instance, then exit that instance, followed by exiting the second instance, those preferences are lost since they seem to be overwritten when pl.sql developer exits. Any ideas...
  6. R

    Lockup during Export User Objects from Remote DB

    Marco, Thanks for the quick response. There is a clock cursor active, and I am not able to utilize any PL/SQL function (i.e. all locked up). I have tried all Session Modes, same issue. Currently utilizing Multi. What else can i provide to try and track down this issue? Ron
  7. R

    Lockup during Export User Objects from Remote DB

    We are experiencing problems when exporting user objects from remote databases. The problem symptoms are of PL/SQL Developer jsut locking up during the middle of the export when we have chosen multiple (all) objects to export. The only solution is to end-task the app and start over. This issue...
Back
Top