ORA-29836
failed to validate indextype operator operator_name
- operator_name: The name of the operator that could not be validated.
Cause
One of the operators that was referenced by the indextype could not be validated implicitly.
Action
Recompile the operators referenced by the indextype. Use the USER_INDEXTYPE_OPERATORS, ALL_INDEXTYPE_OPERATORS, or DBA_INDEXTYPE_OPERATORS views to identify the dependent operators of the indextype.
ORA-29836
failed to validate referenced operators
Cause
One of the operators referenced cannot be compiled.
Action
Try to recompile the operators which are referenced by this indextype. Use USER_INDEXTYPE_OPERATORS view to find out the referenced operators.
ORA-29836
failed to validate referenced operators
Cause
One of the operators referenced cannot be compiled.
Action
Try to recompile the operators which are referenced by this indextype. Use USER_INDEXTYPE_OPERATORS view to find out the referenced operators.