Start of change

-20330   THE object-type IDENTIFIED BY XML uri-type1 uri1 AND XML uri-type2 uri2 IS NOT FOUND IN THE XML SCHEMA REPOSITORY

Explanation

The processing of the statement or command required the use of an XML SCHEMA from the XML schema repository that could not be found. uri-type1 is NAMESPACE and uri-type2 is LOCATION. If either value was null on the request, the corresponding uri1 or uri2 is the empty string.

object-type
The type of object.
uri-type1
NAMESPACE.
uri1
The URI that corresponds to the namespace. If uri-type1 was null on the request, uri1 is an empty string.
uri-type2
LOCATION.
uri2
The URI that corresponds to the location. If uri-type2 was null on the request, uri2 is an empty string.

System action

The statement cannot be processed.

Programmer response

Add the missing XML schema to the XML schema repository, and reissue the statement.

SQLSTATE

4274A

22532

End of change