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