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-01182cannot create database file string - file is in use or recovery
NNC-00407alias loop in name request
ORA-33270(DBERR05) Analytic workspace string already exists.
RMAN-06197Total System Global Area string bytes
PGU-39620TG rc %4li, string
ORA-15465STRIPE_COLUMNS of string is less than the minimum of string
ORA-38754FLASHBACK DATABASE not started; required redo log is not available
PLS-01505ALTER is non-ANSI
ORA-19576datafile string not defined in control file
IMG-00577invalid quantize argument
NNL-00807Queries received, type SOA: number
ORA-30176invalid format code used in the format string
ORA-40181invalid transformation definition for column string
PLS-01463STDDEV is not a standard set function
ORA-19883Unused Block Optimization stopped for datafile string
NZE-28861SSL connection would block
ORA-38768resizing datafile string failed
ORA-44820Number of Work Request Classes is less than specified
ORA-39016Operation not supported when job is in string state.
ORA-34000(MODCOMP13) You cannot use both workspace object and workspace object as model dimensions, because they are both surrogates of dimension workspace object.




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