Database Error Messages

ORA-30768

Cannot evaluate pipelined function

Cause

Pipelined functions can only be used in a TABLE expression in the from clause.


Action

Use a non-pipelined function instead.