ORA-22879: cannot use the LOB INDEX clause for partitioned tables
What triggered the Error:
attempt was made to specify a LOB INDEX clause in a CREATE TABLE or ALTER TABLE statement for a partitioned table.What should we do to fix it:
move the LOB INDEX clause.