aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

OCI-30938: No prefix defined for namespace 'string' (particle string)

OCI-30938: No prefix defined for namespace 'string' (particle string)
Cause: An XML namespace mapping (xmlns:=) must be defined for each particle (element or attribute) stored in an schema-constrained XMLType document.
Action: Add an xmlns attribute definition (attribute name="xmlns:prefix" and value="namespace URL") to the current XMLType document. The safest place to add this attribute is in the root node of the document to ensure that the mapping will be in scope.

请先 登录 后评论

1 个回答

小智
OCI-30938:没有为命名空间' string ' 定义的前缀(粒子串),
.原因:必须为存储在模式约束的XMLType文档中的每个粒子(元素或属性)定义XML命名空间映射(xmlns: = )。,
.操作:将xmlns属性定义(attribute name =“xmlns:prefix”和value =“namespace URL”)添加到当前的XMLType文档中。添加此属性的最安全的地方在文档的根节点中,以确保映射将在范围内。,
.
请先 登录 后评论