Skip to Main Content

SQL Developer

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!

4.2 EA2 How to influence DDL generation in sql tab of table

GünterFeb 21 2017 — edited Feb 22 2017

Is it possible to influence the generation of the table ddl in the sql-tab ?

In previous releases it was possible to influence this by custom calls to DBMS_METADATA.set_transform_param e.g. :

EXECUTE dbms_metadata.set_transform_param(transform_handle=>dbms_metadata.session_transform, NAME=>'SEGMENT_ATTRIBUTES', VALUE=>TRUE);

Regards Günter

This post has been answered by Gaz in Oz on Feb 21 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2017
Added on Feb 21 2017
1 comment
245 views