Hi,
I was trying to get DDL for all the tables under my own schema 'A'. Below are the steps i tried, but i was unsuccessful
1. logged in as a user A
2. And the ran query
SELECT DBMS_METADATA.get_ddl ('TABLE', 'XYZ')
FROM user_tables
o/p
(HugecloB)
{code}
Any idea how i can get the DDL for all the tables under my own schema ?
Thank you so much!
Edited by: user642297 on Feb 4, 2011 12:05 PM
Edited by: user642297 on Feb 4, 2011 12:05 PM
Edited by: user642297 on Feb 4, 2011 12:05 PM
Edited by: user642297 on Feb 4, 2011 12:07 PM