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

TNS-01111: Log status can either be ON or OFF

1 Answers  


TNS-00317: Failed to contact Connection Manager

1 Answers  


PLS-00411: Number of values in aggregate and in subquery don't match

1 Answers  


ORA-19723: Cannot recreate plugged in read-only datafile string

1 Answers  


ORA-31214: DBMS_LDAP: PL/SQL - Invalid LDAP mod type.

1 Answers  






ORA-02723: osnpui: cannot send break signal

1 Answers  


RMAN-10015: error compiling PL/SQL program

1 Answers  


ORA-12528: TNS:listener: all appropriate instances are blocking new connections

2 Answers  


NZE-28782: data source is not allocated

1 Answers  


RMAN-06079: database must be mounted to perform recovery

1 Answers  


RMAN-20299: DBMS_RCVMAN package not compatible with the recovery catalog

1 Answers  


ORA-19924: there are no row with id string

1 Answers  


Categories