DBMS_METADATA PL/SQL Supplied Package

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wallflowers

    DBMS_METADATA PL/SQL Supplied Package


    Hi,

    I am using dbms_metadata PL/SQL supplied package to extract all the
    objects from the oracle database into files. So far I have generated the
    source code for Functions & Triggers. Functions seems to be absolutely
    fine. But there seems to be some kind of a problem with Triggers. Some
    of the triggers were'nt extracted completely and some were. Not quite
    sure why this is happening. I am using exactly the same code for
    functions & triggers.

    Is anybody aware as to what could be the problem. Or if there is a bug
    with the dbms_metadata package.

    Any help is highly appreciated.

    Thanks in advance.
    Hari

    --
    Posted via http://dbforums.com
Working...