create text user_datasorce on BLOB >4000 and varchar2
I am using Oracle 11.2.0.3.
I want to create oracle text index for two columns on different tables using user_datastore. One of the column is BLOB and another is varchar2(512).
I am getting ORA-06502: PL/SQL: numeric or value error while creating the user_datastore procedure possible because my blob are > 4000. I saw following in support.oracle.com ( USER_DATASTORE Procedure for Text Index fails with DRG-12604 DRG-50857 (Doc ID 730503.1)) but is only has workaround
for CLOB.
Thanks.