Queries from V$BACKUP_PIECE_DETAILS or V$RMAN_STATUS Return Error ORA-01652
(Doc ID 2119607.1)
Last updated on JULY 01, 2021
Applies to:
Oracle Database Exadata Express Cloud Service - Version N/A and laterOracle Database Backup Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Oracle Database - Enterprise Edition - Version 11.2.0.2 to 12.1.0.2 [Release 11.2 to 12.1]
Information in this document applies to any platform.
Symptoms
Querying V$BACKUP_PIECE_DETAILS results in ORA-01652: unable to extend temp segment
SQL> set pagesize 0
set feedback off
select max(substr(handle,1,instr(handle,'/',-1,1))||'osfiles_'||sys_context('userenv','db_name')||'_'||substr(tag,-10)) from V$BACKUP_PIECE_DETAILS
where tag not like 'TAG%';
SQL>
from V$BACKUP_PIECE_DETAILS
*
ERROR at line 2:
ORA-01652: unable to extend temp segment by 256 in tablespace TEMP_1
SQL> select count(*) from V$BACKUP_PIECE_DETAILS;
select count(*) from V$BACKUP_PIECE_DETAILS
*
ERROR at line 1:
ORA-01652: unable to extend temp segment by 256 in tablespace TEMP_1
Changes
No changes done in the environment.
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 |
Changes |
Cause |
Solution |
References |