PLS-00400: different number of columns between cursor SELECT
statement and return value



PLS-00400: different number of columns between cursor SELECT statement and return value..

Answer / guest

Cause: In a cursor declaration, a return type (such as
RETURN emp%ROWTYPE) was specified, but the number of
returned column values does not match the number of
select-list items.

Action: Change the cursor return type or the select list so
that the number of returned column values matches the number
of select-list items.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13290: the specified unit is not supported

1 Answers  


ORA-01908: EXISTS keyword expected

1 Answers  


ORA-32151: Environment not specified

1 Answers  


ORA-01223: RESETLOGS must be specified to set a new database name

1 Answers  


ORA-14175: a subpartition maintenance operation may not be combined with other operations

1 Answers  






NZE-29035: Pseudo Random Number Generator is needed

1 Answers  


ORA-14049: invalid ALTER TABLE MODIFY PARTITION option

1 Answers  


ORA-25221: enqueue failed, signature specified queue not supporting non-repudiation

1 Answers  


DRG-50703: listener startup error

1 Answers  


DRG-10833: feedback failed

1 Answers  


NZE-28836: Wallet is not open.

1 Answers  


ORA-13411: subset results in null data set

1 Answers  


Categories