« 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.

Keep on coding