PCC-00119: Value of const variable in INTO clause will be modified
Cause: A variable declared with the type specifier "const" was used in an INTO clause. Such variables should not be modified and should not be used in an INTO clause.
Action: Check the spelling of all identifiers in the INTO clause. If necessary, remove "const" from the host variable declaration or use a different host variable.
PCC-00120
Custom Search


More Oracle errors
ORA-02170FREELIST GROUPS storage option not allowed
DIA-48238Invalid Surrogate Length Specified [string] [string]
ORA-54545holes incorrectly defined
ORA-31181PL/SQL DOM handle accesses node that is no longer available
SQL*Loader-00286ROWS parameter is not supported when loading an IOT.
TNS-00209Tracing : string
ORA-23654Attempting to set the oldest SCN to a greater value (string) than the current one (string) at Apply string
ORA-12490DBHIGH cannot be lowered
ORA-44712Invalid XPath in XLIFF document used for merging
ORA-01645previous attempt to make read write is half complete
ORA-22605FDO handle [string] is not initialized
LPX-00313cannot construct XML comment with content: ~S
ORA-53013cannot find the <ATTRIBUTE_TAG> value: string in the dictionaries
ORA-01969You must specify RESETLOGS or NORESETLOGS
ORA-44304service string does not exist
ORA-19529Pattern string in initialization parameter string has an Oracle Managed Files file name.
ORA-30132invalid key index supplied
ORA-02313object type contains non-queryable type string attribute
ORA-16954SQL parse error.
ORA-16238attempt to use version 9 log




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
PCC-00119Value of const variable in INTO clause will be modified