Oracle Error Message
ORA-22879: cannot use the LOB INDEX clause for partitioned tables
Reason for the Error
An attempt was made to specify a LOB INDEX clause in a CREATE TABLE or ALTER TABLE statement for a partitioned table.
Solution
Remove the LOB INDEX clause.