PLS-00633: RETURN statement in a pipelined function cannot
contain an expression



PLS-00633: RETURN statement in a pipelined function cannot contain an expression..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-38438: getVarchar not possible due to "string" datatype in the attribute set

1 Answers  


SQL*Loader-00553: file not found

1 Answers  


ORA-37076: (XSMCSESS04) workspace object is not the type of dimension that can have session-only values. Valid types are TEXT and NTEXT.

1 Answers  


NNL-00240: Starting "string"...

1 Answers  


ORA-13216: failed to update spatial index

1 Answers  






RMAN-06508: MAXSETSIZE string kbytes should be greater than blocksize string bytes

1 Answers  


ORA-04935: unable to get/convert SCN recovery lock

1 Answers  


ORA-19806: cannot make duplex backups in recovery area

2 Answers  


RMAN-08150: created global script string

1 Answers  


ORA-06933: CMX: error during attach

1 Answers  


ORA-12656: Cryptographic checksum mismatch

1 Answers  


ORA-25327: Array size is invalid

1 Answers  


Categories