Hello out there is there a way to prevent the extension from asking for values for substitution variables?
Consider this:
select 'W&F' from dual;
Even after issuing
set define off
I'm constantly asked for a value for “F”. The only way is to set the character to “@” or something like that.
Kind regards,
Lothar