Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-06510: PL/SQL: unhandled user-defined exception

user649703Aug 15 2008 — edited Aug 15 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2008
Added on Aug 15 2008
1 comment
698 views