Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00432

implementation restriction: cannot use FORALL and BULK COLLECT INTO together in SELECT statements

Cause

SELECT statement contains both the FORALL and BULK COLLECT INTO phrases.


Action

Dn not use FORALL and BULK COLLECT INTO together in SELECT statements.