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
ORA-12204TNS:received data refused from an application
PCC-00041Unable to open output file "string"
ORA-14623Value string does not exist in subpartition string
ORA-29558JAccelerator (NCOMP) not installed. Refer to Install Guide for instructions.
DIA-48914File position is not in right format
NNC-00431NS address does not match any of the current addresses
ORA-07240slemrd: seek error.
ORA-15030diskgroup name "string" is in use by another diskgroup
IMG-020072FF07 - positional color feature cannot be determined
O2I-00110Internal error in OTT component O2I
IMG-00211metadataType value "string" is invalid
NID-00304Datafile string - reverted
DIA-48499The value of the keyword "string" exceeds the maximum length string
ORA-12643Client received internal error from server
PCC-02047CMD-LINE: Option is not allowed inline:
ORA-29253Invalid count argument passed to procedure dbms_sql.define_array
ORA-31089schema "string" does not target namespace "string"
TNS-01409Instance "string"
ORA-25249dequeue failed, dequeue not allowed for queue string.string
ORA-33456(ESDREAD08) Discarding compiled code for workspace object because number is a(n) string, which string did not expect to find in a compiled




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