How to fix the Oracle error ORA-29852: keyword IS is missing?
In this post, you’ll learn more about the Oracle ErrorORA-29852: keyword IS is missing with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-29852: keyword IS is missing
Reason for the Error ORA-29852: keyword IS is missing
IS keyword must be specified with Create Index statement for domain indexes.
How to fix the Error ORA-29852: keyword IS is missing ?
You can fix this error in Oracle by following the below steps
Use IS keyword and then specify the indextype name.
Leave Your Comment