PLS-00387: INTO variable cannot be a database object
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.
PLS-00389
Custom Search


More Oracle errors
ORA-01564rollback segment is not PUBLIC
ORA-41107invalid argument: service string cannot be found
ORA-24321inconsistent parameters passed
ORA-13475invalid GeoRaster object for output
ORA-01147SYSTEM tablespace file string is offline
ORA-31446this session does not own the lock handle for string
ORA-01514error in log specification: no such log
LSX-00264attribute "~S" is prohibited (may not occur)
QSM-01212query rewrite not possible when SAMPLE clause is present in FROM
OCI-21703cannot flush an object that is not modified
ORA-19273XQST0053 - empty string in namespace declaration
O2U-00209Attribute or function name to be translated was not found
ORA-06761TLI Driver: error sending orderly release
ORA-12619TNS:unable to grant requested service
ORA-31089schema "string" does not target namespace "string"
SQL*Loader-00260TERMINATED BY EOF option available only with LOBFILE option
ORA-36964(XSRELTBL09) workspace object is not a valid level relation.
ORA-24281invalid access past the maximum size of LOB parameter string
DRG-11219malformed mail configuration file, line string
ORA-32339cannot alter materialized view with the PMOP




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00387INTO variable cannot be a database object