Streams Apply Fails With ORA-10655: Segment Can Be Shrunk
Last updated on OCTOBER 04, 2016
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
Source database (11.2.0.4.7) captures DDLs that may need to be skipped in the form of:
alter index "owner"."table_name" modify partition "AOT_PART_201508" shrink space CHECK
Thus apply will fail with:
ORA-10655: Segment can be shrunk
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 147
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 261
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 468
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 147
ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 261
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 468
The issue is similar to the one discussed on Doc ID 18193833.8, where the same error happens for an ALTER TABLE command, here the problem is with the ALTER INDEX command instead.
Changes
Implemented ALTER INDEX command on source to shrink partition space.
Cause
Sign In with your My Oracle Support account |
|
Don't have a My Oracle Support account? Click to get started |
My Oracle Support provides customers with access to over a
Million Knowledge Articles and hundreds of Community platforms