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.
OCI-22905
cannot access rows from a non-nested table item
Cause
attempt to access rows of an item whose type is not known at parse time or that is not of a nested table type
Action
use CAST to cast the item to a nested table type
OCI-22905
cannot access rows from a non-nested table item
Cause
attempt to access rows of an item whose type is not known at parse time or that is not of a nested table type
Action
use CAST to cast the item to a nested table type