Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-64149

invalid alter XML Index operation

Cause

An attempt was made to alter an XML Index that was already being modified using NONBLOCKING ADD_GROUP or ADD_COLUMN, or alter an XML Index with rebuild option and NONBLOCKING operation.


Action

Call DBMS_XMLINDEX.PROCESS_PENDING to finish pending work then run NONBLOCKING COMPLETE to finish existing NONBLOCKING operation, or run NONBLOCKING ABORT to cancel existing NONBLOCKING operation.