
Generate DDL Source Code with SQL
Von Tobias Arnhold →
3.27.2013
I just found this little piece of code to create DDL source code. SELECT dbms_metadata.get_ddl(replace(OBJECT_TYPE, ' ', '_'), OBJECT_NAME,OWNER) as...