PCC-00056: FOR clause not allowed on SELECT statement at line number in file string.
Cause: A FOR clause was used with a SELECT statement. This is not allowed as data returned from the last loop in the execution of the SELECT overwrites data returned in a previous loop.
Action: Remove the FOR clause from the SELECT statement and use a host- language construct to iteratively execute the SELECT statement.
PCC-00060
Custom Search


More Oracle errors
TNS-00511No listener
TNS-04046Invalid specification for source
KUP-04050error while attempting to allocate number bytes of memory
ORA-14043only one partition may be added
ORA-24125Object string.string has changed
ORA-30175invalid type given for an argument
ORA-27359duplicate reference to attribute string of job string
QSM-01087query grouping on a column that cannot be derived from materialized view, string
ORA-00826cannot set SGA_TARGET or MEMORY_TARGET for an ASM instance
PLS-00612Number of attributes do not match in SET clause
RMAN-06018duplicate operand specified in backup specification: string
PLS-00312a positional parameter association may not follow a named association
ORA-30179invalid argument index used in a format code
DIA-48429Variable name [string] is an invalid identifier
ORA-14192cannot modify physical index attributes of a Hash index partition
ORA-32117Source LOB is null
ORA-41642Missing "string" element in the rule condition
ORA-41026serial# field string is invalid
RMAN-10028network error number-number occurred during remote RPC
ORA-13111cannot add topo_geometry layer [string] to topology




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-00056FOR clause not allowed on SELECT statement at line number in file string.