Hi
I am trying to export a couple of 10.2.0.4 databases using EXPDP utility by executing the below command ...,
expdp full=Y directory=BACK_DIR dumpfile=Full_%U.dmp logfile=Full.log parallel=2
But they fail with the below errors...
ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while calling DBMS_METADATA.FETCH_XML_CLOB [PROCACT_SCHEMA:"LANSWP"]
ORA-04031: unable to allocate 1207992352 bytes of shared memory ("shared pool","XDbD/PLZ01TcHgNAgAIIegtw==","qmxlu subheap","qmemNextBuf:Large Alloc")
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.KUPW$WORKER", line 6313
----- PL/SQL Call Stack -----
object line object
handle number name
70000003f664338 15032 package body SYS.KUPW$WORKER
70000003f664338 6372 package body SYS.KUPW$WORKER
70000003f664338 2396 package body SYS.KUPW$WORKER
70000003f664338 6944 package body SYS.KUPW$WORKER
70000003f664338 1314 package body SYS.KUPW$WORKER
70000003f08e910 2 anonymous block
Job "SYS"."FULLBKP_EXPDP" stopped due to fatal error at 16:04:37
Any help or advise is much appreciated.
Thanks a lot for your time.
---Veera