PLS-00633: RETURN statement in a pipelined function cannot contain an expression
Cause: A RETURN statement in a pipelined function contains an expression, which is not allowed. Pipelined functions must send back values to the caller by using the PIPE statement.
Action: Remove the expression from the RETURN statement and use a PIPE statement to return values. Else, convert the function into a non-pipelined function.
PLS-00634
Custom Search


More Oracle errors
TNS-00299Response from Navigator: string
TNS-04085Password not changed since last save.
PROC-00102Cluster services error [string]
ORA-06702TLI Driver: cannot allocate context area
ORA-08186invalid timestamp specified
ORA-26808Apply process string died unexpectedly.
ORA-01191file string is already offline - cannot do a normal offline
ORA-53012cannot find the <UNMAPPED_ELEM> tag value in the metadata schema
ORA-02297cannot disable constraint (string.string) - dependencies exist
RMAN-06092error while looking up backup piece
TNS-00276Navigator: Tracing is now OFF
PLS-00902A READ-ONLY bind variable used in OUT or IN-OUT context
PGU-42010level-number with number digits exceeds maximum of two
ORA-55514Backing out a DDL transaction
PCC-00080TYPE identifier already TYPEd
ORA-16638could not get the instance status
ORA-37113OLAP API initialization error: (string)
ORA-38425attribute set used for an index object may not be unassigned
ORA-36236(XSANALYZ06) the AW format must be 11.0.0.0 or higher to use the ANALYZE command
PLS-00327"string" is not in SQL scope here




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00633RETURN statement in a pipelined function cannot contain an expression