HomeOracleOracle Error PLS-00630: pipelined functions must have a supported collection return type

Oracle Error PLS-00630: pipelined functions must have a supported collection return type

Oracle Error Message

PLS-00630: pipelined functions must have a supported collection return type

Reason for the Error

A pipelined function was specified with an unsupported return type. The following are not supported as return types of pipelined functions:

– non-collections,

– PL/SQL tables,

– associative arrays,

– collections of PL/SQL types: rowid, mlslabel, long, long raw, boolean, binary_integer, pls_integer, string and urowid The following restrictions apply:

– If the return type is a collection of records, then each of the attributes of the record must be a supported type.

– A collection of records must not contain a record type as one of its attributes.

Solution

Specify a supported collection type as the pipelined function return type.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...