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 for new connections

jariolaJan 8 2025 — edited Jan 8 2025

Is there way set define off for all new connections or specific connection?

I did try use startup sql script as proposed for SQL Developer classic in below link, but can't get it working in SQL Developer for VS Code.

https://forums.oracle.com/ords/apexds/post/how-to-set-define-off-in-sql-developer-6407

Here is my setting

File contains line

set define off;
This post has been answered by Lothar Armbrüster on Jan 8 2025
Jump to Answer
Comments
Post Details
Added on Jan 8 2025
2 comments
209 views