Recent content by Ameen

  1. A

    SQL-Window enhancement request: exec a script before run SELECT

    Hello there is a handy script (file login.sql) used to run a script whenever a command-window is opened. It would by nice if the same functionality exists for SQL-Window , as we can not run SQL statement inside SQL-window, for example, we want to update the data in SQL-Window from the grid...
  2. A

    Error getting wrapped packages text

    Any news ?
  3. A

    Export Tables enhancement request: Split STORAGE option

    export data: export user objects: Hello it would be nice addition if we can split the STORAGE option to 2 : - include tablespace only - include full storage parameters because sometimes we want to use to default storage parameter of the destination database (production DB may differ from...
  4. A

    Compare Table Data enhancement request: Ignore PK and use selected UK

    Hello in some cases when we want to compare the same table between 2 schemas, the data in PK in these tables is different for the same record (e.i. when use different sequence to fill the ID column(s) , or manually adding the same record in the second database (schema) but we were forced to use...
  5. A

    Compare Table Data enhancement request: Add WHERE to compare subset of the data

    Hello It is really a time consuming when we want to compare just 1 table between 2 schemas, and these tables are too large and we want to figure out the differences in a subset of data only, as we know in advance where the differences could be. By applying WHERE clause to filter the dataset we...
  6. A

    Compare Table Data bug: not using column name to compare

    In other situation when tables have structure like this : source table: ID 1 CODE LANG_ID VALIDATE_IN_LOV Y DESCR Langauge Code USER_UPDATABLE Y destination table: ID 1 CODE LANG_ID VALIDATE_IN_LOV Y USER_UPDATABLE Y DESCR Langauge Code by comparing the too tables...
  7. A

    Error getting wrapped packages text

    Sadly this error still exists in v16 , !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. A

    Compare Table Data bug: not using column name to compare

    Hello Compare table data page has a bug , when the source and the destination tables have the same columns but in different order, the error (column-name have different data type appears) please compare by name not by position, for example tab1.col1 is date, while tab2.col1 is number.... plsql...
  9. A

    Thank You

    20 years using PLSQL Developer, hats off with love AllroundAutomations.
  10. A

    Edit table bug : enable constaint

    It still exist in version 12 !!!
  11. A

    Error getting wrapped packages text

    It still exist in version 12 !!!
  12. A

    A bug in "create package" window

    Sadly this error still exists in v11.06 !!! :(
  13. A

    Onwer name missed when export user objects

    Sadly this error still exists in v11.06 !!! :(
  14. A

    Duplicate owner name when export user objects

    Sadly this error still exists in v11.06 !!! :(
  15. A

    Edit table bug : enable constaint

    Sadly this error still exists in v11.06 !!! :(
Back
Top