Database Administration (MOSC)

MOSC Banner

12c Identity column does not allow partition movement

edited Jul 29, 2015 11:03PM in Database Administration (MOSC) 4 commentsAnswered ✓

It appears that the new 12c Identity column does not allow one to move and compress partitions.

We have a procedure that compresses old partitions, and now have discovered that we get an error when we run this process.

alter table AUSUSEX_ORDER_STAT_SUMMARY move partition SYS_P6828 compress
            *
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-32795: cannot insert into a generated always identity column

Is there a workaround for this, apart from not using the column ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center