Rman uses a lot Of Temporary Segments ORA-1652: Unable To Extend Temp Segment
(Doc ID 357765.1)
Last updated on OCTOBER 20, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
RMAN backup reports errors as well in the alert.log
EXEC SQL AT TARGET select round(sum(MBYTES_PROCESSED)) ,round(sum(INPUT_BYTES))
,round(sum(OUTPUT_BYTES)) from V$RMAN_STATUS start with (RECID=:b1 and STAMP=:b2) connect by
prior RECID=parent_recid
DBGSQL: EXEC SQL at TARGET FETCH/CLOSE of prior statement [08:02:55.670]
DBGSQL: sqlcode=-30928 [08:04:25.374]
,round(sum(OUTPUT_BYTES)) from V$RMAN_STATUS start with (RECID=:b1 and STAMP=:b2) connect by
prior RECID=parent_recid
DBGSQL: EXEC SQL at TARGET FETCH/CLOSE of prior statement [08:02:55.670]
DBGSQL: sqlcode=-30928 [08:04:25.374]
ORA-1652: unable to extend temp segment by 640 in tablespace TEMP
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |