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
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
No comments:
Post a Comment