how to take back up of a DB object and re execute the object.
now trying to do :taking back up using dbms_metadata and storing the definition in table as clob and using dynamic execution(execute immediate). issue: dynamic execution is not accepting definition more than 32k characters.