Database Error Messages

OCI-22905

Cannot access rows from unsupported input to TABLE operator.

Cause

Attempted to access rows using the TABLE operator and either the input type was an invalid collection, or it was unknown at parse time.


Action

Use a valid collection type as input to the TABLE operator or use CAST to cast the input to a valid collection type.