There are two types of researchers. Those who have done something and those who haven't. The latter will say there are 143 ways to do something, and the former will say 142 of them don't work. - Quote from a System V researcher
Tuesday, May 26, 2009
Extracting Oracle DDL Statements
select dbms_metadata.get_ddl('TABLE','C_FEATURE','QA') From dual;