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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
315 views