Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SET DEFINE OFF is not working

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

Comments
Post Details
Added on Oct 18 2024
1 comment
394 views