« Oracle: using substitution variables in sqlplus | Home | Oracle: plan of the running query »

Oracle: using DBMS_METADATA for getting table structure


set long 5000

select dbms_metadata.get_ddl('TABLE','EMP','SCOTT');

Topics: Oracle, reverse | Submitter: checkthis

Comments

You must be logged in to post a comment.