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-00285: %s may be used only in conventional path.

1 Answers  


ORA-02493: invalid file increment size in NEXT clause

1 Answers  


ORA-36266: (XSCGMDLAGG00) Invalid context for the AGGREGATION function

1 Answers  


ORA-07591: spdde: $GETJPIW failure

1 Answers  


ORA-01486: size of array element is too large

1 Answers  






TNS-00143: Illegal PREFERRED_CMANAGERS entry in TNSNAV.ORA

1 Answers  


ORA-19666: cannot do incremental restore of the controlfile

1 Answers  


ORA-02723: osnpui: cannot send break signal

1 Answers  


ORA-14508: specified VALIDATE INTO table not found

1 Answers  


PCC-00081: Scale specification not allowed for given datatype

1 Answers  


ORA-24366: migratable user handle is set in service handle

1 Answers  


ORA-07419: sfareq: Database writer got error in timing function.

1 Answers  


Categories