Recent content by MarkL

  1. M

    Enhancement request: DDL: have option to not include storage parameters

    When generating DDL, I would like the option to not include pctfree/initrans/maxtrans/storage... and only include the tablespace.
  2. M

    Cannot reset password when account expires

    I'm having the same problem with Version 12.0.5.1828 (64 bit). Is there any update on this?
  3. M

    Enhancement: option to limit affected rowcount for DML

    I'm looking for something that happens after each DML is executed to warn the user if they update N number of rows so that they have a chance to stop the remaining commands and rollback if necessary. There is a competing product that has this:http://www.querytool.com/help/1382.htm
  4. M

    Enhancement: option to limit affected rowcount for DML

    I would like to have a preference setting to limit the rows for a single DML statement to a specified limit (e.g., 1000 rows). If the limit is exceeded, show a message box such as "DML exceeded 1000 rows" and have continue or cancel (rollback and stop script) buttons.
  5. M

    Enhancement: notification options upon sql completion

    When executing a long running sql/command/test window, it would be very nice to be able to have checkboxes to select from one or more of the following options to notify you of its completion: 1. email 2. play sound 3. popup window Each of these options would have success and failure...
  6. M

    Enhancement: result grid: add "sql inserts" to "Export Results" menu

    In the SQL Window results grid, it would be helpful if the "Export Results" menu had an option for "sql inserts". I know this can be done from Tools/Export tables. But it would be handy to have it here.
Back
Top