Recent content by GDA

  1. G

    BEQUEATH clause in VIEW not supported ?

    If we create a view with the clause "bequeath current_user" the view is correctly created but when we browse the object in view or edit the retrieved sql is not correct as it does not show the bequeath clause. DATABASE version is 19c, PSD Version is 12.0.7.1837 Besides also the...
  2. G

    Tools configuration , no more folder menu

    With PSD 12 "Configure Tools / MENU " is no more available. Is there any way or workaround with PSD 12 to organize custom tools in afolder/sub-folder menus as in the old versions ?
  3. G

    SQL window missworking : select count(*) from Informix dblink returns wrong number of rows

    Issue description: the statement select count(*) from Informix via dblink, does not work fine if it is launched in SQL-window. Examples: SELECT COUNT(1) FROM "systables"@DBL_KPD ; SELECT * FROM "systables"@DBL_KPD ; When running in command-window the results are always correct; When running...
  4. G

    compare user objects not able to show ddl diff on anonymous constraints

    Ok, that will be great ! "Compare user objects" is already a powerful and very useful tool. I think that any enhancement to overcome current limits will be appreciated by all. Thanks for your answer.
  5. G

    compare user objects not able to show ddl diff on anonymous constraints

    I ' m new to this forum so I do not know if this issue is something already known to support team or not. Can someone, please, let me have some comments on this. Thanks in advance. By the way The version I'm using is the following: is PL/SQL Developer Version 9.0.6.1665
  6. G

    compare user objects not able to show ddl diff on anonymous constraints

    It seems that the tool "compare user objects" is not able to show the DDL difference among tables in presence of "anonymous constraints" (i.e. when the name is not defined by the user but is system generated). For example : -- STEP 1 : On the source schema I create a table with...
Back
Top