Database Error Messages

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

ORA-22900

the SELECT list item of THE subquery is not a collection type

Cause

The THE subquery must SELECT a nested table or VARRAY item.


Action

change the subquery to SELECT a nested table or VARRAY item.