Oracle Error PLS-00436: implementation restriction: cannot reference fields of BULK In-BIND table of records or objects

Oracle Error Message

PLS-00436: implementation restriction: cannot reference fields of BULK In-BIND table of records or objects

Reason for the Error

table(bulk_index).field is not supported at run-time.

Solution

Use FOR loop with instead of the FORALL DML statement (MERGE/INSERT/DELETE/UPDATE).