ORA-19283: XQST0031 – It is a static error if the version number specified in a version declaration is not supported by the implementation. ORACLE 报错 故障修复 远程处理
文档解释
ORA-19283: XQST0031 – It is a static error if the version number specified in a version declaration is not supported by the implementation.
Cause: The query contained a version declaration not supported by this implementation.
Action: Change the version declaration to 1.0 which is the version supported by this implementation.
。
Ora-19283 XQST0031错误是指指定在版本声明中的版本号,不被执行程序支持。
官方解释
常见案例
1.在XQuery文件中,声明了不被支持版本号,会引发Ora-19283 XQST0031错误。
2.当XQuery实现版本号声明与XQuery Prolog中版本号不一致时,便会引发Ora-19283 XQST0031错误。
一般处理方法及步骤
1.确保XQuery Prolog中版本号与实际XQuery实现版本号一致。
2.在XQuery文件中使用被XQuery实现支持的版本号,而不是不被支持的版本号。