PLS-00436: implementation restriction: cannot reference fields of BULK In-BIND table of records
Cause: table(bulk_index).field is not supported at run-time yet.
Action: Use FOR loop with plain FORALL DML statement (SELECT or INSERT or DELETE or UPDATE) instead
Cause: table(bulk_index).field is not supported at run-time yet.
Action: Use FOR loop with plain FORALL DML statement (SELECT or INSERT or DELETE or UPDATE) instead
No comments:
Post a Comment