dbms_metadata to extract db metadata
Hi,
We are using Oracle 9i, 10g and 11g db. We are currently working on extraction of db metadata for one of our projects.
For that purpose, we would like to generate DDL (eg. for all objects owned by existing db user), including grants and permissions.
I believe the same can be done using Oracle supplied package 'dbms_metadata'.
Please suggest as to how the same can be achieved.
Thanks,
Rahul