Recent content by malin

  1. M

    export table performance issue

    Hi, is it possible to export table without searching for all tables in database ? It takes long time and pl/sql developer is terminated when tables are searching. I use 9.2 version. Kind regards, Malin
  2. M

    search and replace with regular expression

    Thanks for the answer. regards, Marcin
  3. M

    search and replace with regular expression

    Hello, I use a regular expression pattern to add quotation marks to strings. It works in other text editors but it does not work in pl/sql developer. Example: text pad: find: ^.*$ replace: ,'&' notepad ++: find: ^(.*)$ replace: ,'\1' What should I type in replace field to make...
Back
Top