ORA-25190: an index-organized table maintenance operation may not becombined with other operations Cause: ALTER TABLE statementattempted to combine an index-organized table
maintenance operation (e.g. changing physical attributes) with some other
operation (e.g. ADD constraint) which is illegal Action: Ensure that aindex-organized table maintenance operation is the sole
operation specified in ALTER TABLE statement;