How to fix the Oracle error ORA-22879: cannot use the LOB INDEX clause for partitioned tables?
In this post, you’ll learn more about the Oracle ErrorORA-22879: cannot use the LOB INDEX clause for partitioned tables with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-22879: cannot use the LOB INDEX clause for partitioned tables
Reason for the Error ORA-22879: cannot use the LOB INDEX clause for partitioned tables
An attempt was made to specify a LOB INDEX clause in a CREATE TABLE or ALTER TABLE statement for a partitioned table.
How to fix the Error ORA-22879: cannot use the LOB INDEX clause for partitioned tables ?
You can fix this error in Oracle by following the below steps
Remove the LOB INDEX clause.
Leave Your Comment