Exforsys
+ Reply to Thread
Results 1 to 4 of 4

export error

This is a discussion on export error within the Oracle Database forums, part of the Database category; while exporting I am getting the following error EXP-00056: ORACLE error 4021 encountered ORA-04021: timeout occurred while waiting to lock ...

  1. #1
    srilata is offline Junior Member Array
    Join Date
    Jul 2007
    Answers
    6

    export error

    while exporting I am getting the following error
    EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "SYS.DBMS_METADATA", line 1511
    I want an immedaite solution for this.


  2. #2
    srilata is offline Junior Member Array
    Join Date
    Jul 2007
    Answers
    6
    I am getting the following error while exporting
    EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "SYS.DBMS_METADATA", line 1511


  3. #3
    jyaseena is offline Junior Member Array
    Join Date
    Aug 2005
    Answers
    8
    What a poor site is this , nobody answering most of the questions....!!!!!!!!!!!


  4. #4
    DHANEESH.K is offline Junior Member Array
    Join Date
    Apr 2008
    Answers
    1
    Time out exception occurs when the table is locked by some other process and it is waiting for the for some time to get the lock to be released. You can wait for sometime and do the export again or kill those processes which is locking the table.

    While an export of a single table might work, exporting an entire user ("schema") will fail with the above error.

    This problem is caused when the metadata tables needed to perform an export are missing or invalid and can sometimes occur if you have dropped or modified the XMLDB schema.

    It is quite easily resolved, simply run the following script when connected as sysdba:

    $ORACLE_HOME/rdbms/admin/catmeta.sql


    Thanks
    Dhaneesh



    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...