aiaiDBA

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

13718043309

010-86462881

DRG-13300: document size bigger than string bytes

DRG-13300: document size bigger than string bytes
Cause: size of the document being indexed is larger than the maximum supported size for the VARCHAR2 interface of stored procedure
Action: use the CLOB interface for the stored procedure

请先 登录 后评论

1 个回答

小智
DRG-13300:文件大小大于字符串字节,
.原因:索引的文档的大小大于存储过程的VARCHAR2接口的最大支持大小,
.操作:对存储过程使用CLOB接口,
.
请先 登录 后评论