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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
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 |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| web.config gives error if i store string that contin "&" character in appSettings | mahehs_k_anjani | Microsoft .NET | 2 | 09-06-2006 05:21 AM |
| Comp.Sys.Acorn.FAQ part 2 of 4 | Paul Vigay | Tech FAQ | 0 | 05-31-2004 08:00 PM |
| Apple II Csa2 FAQs: Error List, Part 8/25 | rubywand@swbell.net | Tech FAQ | 0 | 05-04-2004 09:01 AM |
| Kerberos FAQ, v2.0 (last modified 8/18/2000) | Ken Hornstein | Tech FAQ | 0 | 04-17-2004 07:28 AM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 07:26 AM |