We can use the DBMS_METADATA.GET_DDL which will retrieve the complete syntax of the table / index
Here is the example.
SELECT DBMS_METADATA.GET_DDL('TABLE','TEST_PRA','APPS') ddl FROM dual;
Here is the example.
SELECT DBMS_METADATA.GET_DDL('TABLE','TEST_PRA','APPS') ddl FROM dual;
No comments:
Post a Comment