PLS-00387: INTO variable cannot be a database object



PLS-00387: INTO variable cannot be a database object..

Answer / guest

Cause: An item in the INTO list of a FETCH or SELECT
statement was found to be a database object. INTO introduces
a list of user-defined variables to which output values are
assigned. Therefore, database objects cannot appear in the
INTO list.

Action: Check the spelling of the INTO list item. If
necessary, remove the item from the INTO list or replace it
with a user-defined output variable.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

SQL*Loader-00508: record formating error in data file string

1 Answers  


ORA-06503: PL/SQL: Function returned without value

1 Answers  


ORA-25304: Queue Table has primary/secondary instance affinity. Cannot add buffer

1 Answers  


ORA-07534: scginq: $getlki unexpected return on lockid string

1 Answers  


QSM-01108: maximum number of disjuncts exceeded in the query string

1 Answers  


ORA-07847: sllfop: $CONNECT failure

1 Answers  


PLS-01452: This function is not part of the ANSI standard

1 Answers  


ORA-27011: skgfrd: cannot read from file opened for write

1 Answers  


RMAN-08030: allocated channel: string

1 Answers  


RMAN-08549: database name (or lock name space) used for search: string

1 Answers  


ORA-30200: Wrong NLS item was passed into OCINlsGetInfo()

1 Answers  


TNS-01304: ns secondary err code: number

1 Answers  


Categories