Oracle Error ORA-30987: XML Index on XML DB repository does not exist

Oracle Error Message

ORA-30987: XML Index on XML DB repository does not exist

Reason for the Error

An attempt was made to operate on a non-existent XML Index on XML DB repository.

Solution

First create the index using DBMS_XDB_ADMIN.CREATEREPOSITORYXMLINDEX. Try the operation again.