RE: RE : datapump errors
Date: Fri, 4 Dec 2009 14:39:35 -0000
Message-ID: <2F802216565E44489600A03F763219A8751617_at_mia.SEFASBRISTOL>
This does seem to have been the issue. I had to increase sga_target and then increase the stream pool from 0.
Datapump then worked OK.
Not sure why this was suddenly required. Have restarted database and am monitoring memory.
John Dunn
Sefas Innovation Limited.
Tel: + 44 (0) 117 373 6122
P Please consider the environment before printing this email
-----Original Message-----
From: Bertrand Guillaumin [mailto:bertrand.guillaumin_at_digora.com]
Sent: 04 December 2009 14:28
To: Richard.Goulet_at_parexel.com; John Dunn
Subject: RE : datapump errors
Hi,
Also I have seen problems when the streams_pool_size is 0 and sga management is AUTO(use of sga_target).
The SGA is full and cannot make space for the stream pool. Maybe increasing streams_pool_size will resolve your problem.
B.Guillaumin
DBA Consultant
DIGORA
De : oracle-l-bounce_at_freelists.org [oracle-l-bounce_at_freelists.org] de la part de Goulet, Richard [Richard.Goulet_at_parexel.com] Date d'envoi : vendredi 4 décembre 2009 15:11 À : JDunn_at_sefas.com; oracle-l digest users Objet : RE: datapump errors
Take a look in dba_datapump_jobs. The job may still be in there and even if it's not really functioning you can't start a new job by the same name till you clear this one. Sometimes connecting with impdp/expdp and attaching to the job will allow you to kill it, but sometimes it's already dead, just the master table, which has the same name as the job, hasn't been deleted yet. Simply drop that table and it should clear up nicely.
Dick Goulet
Senior Oracle DBA/NA Team Lead
PAREXEL International
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of John Dunn Sent: Friday, December 04, 2009 6:32 AM
To: oracle-l digest users
Subject: datapump errors
I have run datapump on a regular basis on the same schema but now get the errors below:
There have been no database upgrades or anything
Any ideas?
Connected to: Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_SQL_FILE_FULL_01 for user PRODUCER
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 600
ORA-39080: failed to create queues "KUPC$C_1_20091204112459" and "KUPC$S_1_20091
204112459" for Data Pump job
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 1555
ORA-04031: unable to allocate 376 bytes of shared memory ("streams pool","unknow
n object","streams pool","kwqbsinfy:cco")
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Dec 04 2009 - 08:39:35 CST