How to fix the Oracle error ORA-14003: GLOBAL clause contradicts previosly specified LOCAL clause?

In this post, you’ll learn more about the Oracle ErrorORA-14003: GLOBAL clause contradicts previosly specified LOCAL clause with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-14003: GLOBAL clause contradicts previosly specified LOCAL clause

Reason for the Error ORA-14003: GLOBAL clause contradicts previosly specified LOCAL clause

CREATE INDEX statement contained a LOCAL clause and a GLOBAL clause

How to fix the Error ORA-14003: GLOBAL clause contradicts previosly specified LOCAL clause ?

You can fix this error in Oracle by following the below steps

Specify GLOBAL or LOCAL clause, but not both

Tags :

Leave Your Comment