dbms_streams_adm.remove_streams_configuration Failed with 'ORA-01652: unable to extend temp segment by 128 in tablespace TEMP'
(Doc ID 1510777.1)
Last updated on JANUARY 02, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.4 [Release 10.2 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
When trying to remove the downstream capture configuration, below error is being occured
SQL> exec dbms_streams_adm.remove_streams_configuration;
BEGIN dbms_streams_adm.remove_streams_configuration; END;
*
ERROR at line 1:
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 160
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 231
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 469
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 1913
ORA-06512: at line 1
BEGIN dbms_streams_adm.remove_streams_configuration; END;
*
ERROR at line 1:
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 160
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 231
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 469
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 1913
ORA-06512: at line 1
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 |