Database Error Messages

ORA-32583

Input CURSOR to table function must project PARTITION BY columns.

Cause

An attempt was made to pass a CURSOR argument to a pipelined table function whose projected columns did not include all the columns specified in the PARTITION BY, ORDER BY, or CLUSTER BY clauses of the pipelined table function.


Action

Ensure that the columns projected from the CURSOR argument of a pipelined table function includes the PARTITION BY, ORDER BY, and CLUSTER BY columns of the pipelined table function.