Hi,
I can see table structures in toad using create_scripts option. But i have an requirement that using procedure i need to export the same DDL scripts into .sql file. I know one functionality which retrieves the DDL scripts as follows:
Select dbms_metadat.get_ddl('TABLE','TABLE_NAME') from dual.
The above query will give output in CLOB datatype which i cannot export into .sql file.
Can anyone help me in this?
Regards,
Nagalakshmi