Wednesday, January 30, 2008

Query the Table Creation Script

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

No comments: