Showing posts with label DDL. Show all posts
Showing posts with label DDL. Show all posts

Wednesday, January 30, 2008

Query the Table Creation Script

SELECT DBMS_METADATA.GET_DDL('TABLE','YOUR_TABLE_NAME') FROM DUAL;