Showing posts with label ORA-14260: incorrect physical attribute specified for this partition. Show all posts
Showing posts with label ORA-14260: incorrect physical attribute specified for this partition. Show all posts

Friday, 16 March 2012

ORA-14260: incorrect physical attribute specified for this partition

ORA-14260: incorrect physical attribute specified for this partition

Cause: User specified INITRANS, MAXTRANS, STORAGE, PCTFREE, PCTUSED, and or or (NO(LOGGING option to a Hash partition via ALTER TABLE ADD or MOVE PARTITION command which is illegal. Only TABLESPACE may be specified.

Action: Remove invalid option(s)