How to extract metadata for an object from Oracle 7.3.4.3.0
KVVRMay 30 2013 — edited May 30 2013Hi All,
One of the Prod database is on Oracle7, Release 7.3.4.3.0 with the 64-bit.
I need to get the code used in procedure, functions, packages and triggers in this database, to replicate the issues in Oracle 10g.
I know dbms_metadata.get_ddl() is used to get the metadata. However this is not available in Oracle7. So could some one advice how to get metadata in Oracle 7.
Thanks,