Data Pump throwing errors [message #648086] |
Tue, 16 February 2016 04:34 |
|
manishdba007
Messages: 27 Registered: September 2014 Location: India
|
Junior Member |
|
|
Hi all,
Our Dev DB is a bit corrputed and i want to take a dump of it before situation gets worse.
I am trying to estimate dump size of my DB but getting errors . Please find below executed commands and errors -
[oracle@******* dpdump]$ expdp directory=DATA_PUMP_DIR NOLOGFILE=y ESTIMATE_ONLY=y
Export: Release 11.2.0.4.0 - Production on Tue Feb 16 18:30:32 2016
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Username: / as sysdba
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
UDE-31623: operation generated ORACLE error 31623
ORA-31623: a job is not attached to this session via the specified handle
ORA-06512: at "SYS.DBMS_DATAPUMP", line 3326
ORA-06512: at "SYS.DBMS_DATAPUMP", line 4551
ORA-06512: at line 1
Apart from this i have seen some blogs saying that for DP we need some parameters has to be set -
streams_pool_size , sga_target , memory_target these all are set to 0 right now . Is it true that without these we cant perform any DP operation ? Is there any way to take dump of this DB without bouncing ?
Thanks in advance
Manish sharma
|
|
|
|
|
|
Re: Data Pump throwing errors [message #648105 is a reply to message #648100] |
Tue, 16 February 2016 10:26 |
|
manishdba007
Messages: 27 Registered: September 2014 Location: India
|
Junior Member |
|
|
Hi,
Alert log is showing below kind of errors -
Thu Feb 11 14:57:30 2016
Corrupt Block Found
TSN = 41, TSNAME = SMP_QA2_DATA
RFN = 39, BLK = 3123, RDBA = 163580979
OBJN = 111813, OBJD = 111813, OBJECT = CALL_CODING, SUBOBJECT =
SEGMENT OWNER = SMP_QA2, SEGMENT TYPE = Table Segment
Corrupt Block Found
TSN = 41, TSNAME = SMP_QA2_DATA
RFN = 39, BLK = 3123, RDBA = 163580979
OBJN = 111813, OBJD = 111813, OBJECT = CALL_CODING, SUBOBJECT =
SEGMENT OWNER = SMP_QA2, SEGMENT TYPE = Table Segment
Errors in file /u01/app/oracle/diag/rdbms/smpdb/SMPDB/trace/SMPDB_ora_59868.trc (incident=41186):
ORA-01578: ORACLE data block corrupted (file # 39, block # 3123)
ORA-01110: data file 39: '/u08/SMPDB/appdata/QA2/SMP_QA2_DATA.ora'
Rgds
Manish
|
|
|
|
|
|
|
|