Oracle DBMS_METADATA Package
Posted by Matt Barker | Filed under Oracle
A recent archiving exercise for a client saw the need to recreate a number of objects in the database. You could search through an find the object definitions in your source code, then cut and paste to recreate the objects in the correct order. But why not make Oracle work for you and use the [...]
Tags: dbms_metadata, Oracle, sql

