12c Identity column does not allow partition movement
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 ?