ORA-06510: PL/SQL: unhandled user-defined exception
Hello
The following procedure
BEGIN
FOR c2 IN (select a.index_source,a.fts_text
from mam_assets a where a.rowid = 'AAADM7AAFAABPpNAAC' or update of a.fts_text, a.index_source)
LOOP
ctxsys.ctx_doc.ifilter(c2.index_source, c2.fts_text);
END LOOP;
END
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "CTXSYS.CTX_DOC", line 1294
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "CTXSYS.DRVDISP", line 306
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at line 4
Thanks and regards
ankush