ERROR | 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 |
ERROR | 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 |