Recent content by markpace

  1. M

    Autoreplace, some remarks

    It worked, thank you Marco!
  2. M

    Autoreplace, some remarks

    I have this entry in my AutoReplace file: TO_C=TO_CHAR('[#]','DD/MM/YYYY') When I type TO_C + TAB, the string is replaced as defined: TO_CHAR('[#]','DD/MM/YYYY') (I mean, even the '[#]' is typed), and the cursor places after the right parenthesis, and not instead of the '[#]'. Same situation...
  3. M

    Autoreplace, some remarks

    Marco, your example doesn't work with me (trial version 7.1.4.1390); can you think of a setting that can prevent it from working? Thanks a lot, Mark
  4. M

    Possible bug? Export User Objects for partitioned tables

    Marco, thanks for you attention. rbrooker, thank you for your hint: I can use it just as a workaround, as it doesn't allow you to include/exclude storage parameters; very useful anyway. Mark
  5. M

    Possible bug? Export User Objects for partitioned tables

    Hello there, I don't know if this is a bug or I'm doing something wrong; I've tried to generate the SQL file for a by-range partitioned table with by-list subpartitions; I've checked all the options (include Privileges, Storage and Owner), but the partition options are not generated, it is...
  6. M

    Enhancement suggestion: DDL export

    Hello there, I'd like to suggest to add more options in the DDL extract dialog, for example: Keywords and names case selection, include "drop", include/exclude prompts and spool. Just my penny. Thanks, Mark
  7. M

    Custom Browser Folders

    Hello there, I think that Indexes and Constraints should be visible in Folders just like Tables and other objects, and should be possible to work on them (drop, extract DDL, and so on) Just my opinion, but I think it would greatly improve PL/SQL Developer. Mark
Back
Top