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!

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.

Sql Data Modeler - DDL Script

User_NRYK9Apr 27 2021

hi, may i set somewhere how i desire the ddl script preview of a Table or of Trigger may appear?
how free am i to set the appearence of a ddl script? ie what i decide to set about the appearence.
i.e. now i have
CREATE INDEX SCHEMA.XNS4_TABLE_NAME ON
SCHEMA.TABLE_NAME (
COLUMN_1
ASC,
COLUMN_2
ASC )
LOGGING;
and i would like
CREATE INDEX SCHEMA.XNS4_TABLE_NAME ON SCHEMA.TABLE_NAME (
COLUMN_1 ASC, COLUMN_2 ASC ) LOGGING;

Comments

Post Details

Added on Apr 27 2021
1 comment
268 views