文档解释
ORA-19255: XQST0035 – too many declarations of string in imported schemas
Cause: Two schemas were imported that defined the same name in the same symbol space and in the same scope.
Action: Fix the schema imports to remove the name conflict.
。
ORA-19255:XQST0035是基于XML查询(XQuery)语言的错误,表示在导入的模式中声明了太多字符串。
官方解释
常见案例
一般处理方法及步骤
1.检查导入的模式中字符串声明的数量,并尝试减少数量。
2.如果有多个字符串,那么可以尝试合并它们以减少定义的次数。
3.当准备好XML Schema准备完毕时,可以使用编译器来编译它以测试正确性。