Skip to Main Content

SQL Developer Data Modeler

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!

SQLDeveloper automatically adding "set define off" on "procedure exports"

Alain Leg.Mar 17 2021 — edited Mar 17 2021

Hi
I'm trying to make the "set define off" line added by SQLDeveloper disappear when I export my procedures, because this line is not part of the output of dbms_metadata.get_ddl('PROCEDURE', 'XXXX', 'MYACCOUNT')...
It may be excluded by a DBMS_METADATA.SET_TRANSFORM_PARAM action, but can't find which one...
Any help will be appreciated.
Thanks.
Alain

Comments
Post Details
Added on Mar 17 2021
0 comments
430 views