In Toad 8.0 type the following into the editor window:
select * from dual;
====
In Toad 8 if you did a search for "dual" with the double quotes and replace with "%1 Hello" without the double quotes you'll get
select * from dual Hello;
In Toad 9 you cannot do a search for "dual" with double quotes.
====
In Toad 8 if you did a search for "dual" without the double quotes and replace it with "%1 Hello" without the double quotes you'll get
select * from d Hello;
In Toad 9.0.1, if you search for "dual" no double quote and replace with "%1 Hello" you'll end up with
select * from %1 Hello
WORKAROUND:
None
STATUS:
Waiting for fix in a future release of Toad for Oracle.