I tried with below code but unable to get the DDL script,
SELECT DBMS_METADATA.get_ddl ('TABLE', 'TABLE_NAME', 'OWNER') FROM dual
Is there any oracle system table where we can see definition of External table.
I tried with below code but unable to get the DDL script,
SELECT DBMS_METADATA.get_ddl ('TABLE', 'TABLE_NAME', 'OWNER') FROM dual
Is there any oracle system table where we can see definition of External table.
DBMS_METADATA.GET_DDL will work for external tables just fine, eg
You can also get additional information from xxx_EXTERNAL_TABLES