PCC-00104: FOR clause is an Oracle extension
Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, the FOR clause was used in an array-processing SQL statement. For example, the offending code might look like: EXEC SQL FOR :limit INSERT INTO EMP (EMPNO, JOB, DEPTNO) VALUES (:emp_number, :job_title, :dept_number); This informational message is issued by the FIPS Flagger when FIPS=YES.
Action: No action required. However, for ANSI/ISO compliance, do not use the FOR clause.
PCC-00105
Custom Search


More Oracle errors
NZE-28864SSL connection closed gracefully
ORA-06266NETNTT: bad write length
RMAN-11005conflicting media information for piece "string"
ORA-41634invalid duration specification in rule properties: "string"
PGU-00327command not available in this mode
ORA-22897no scope clause specified for user-defined REF column "string"
ORA-36982(XSRELGID03) The destination variable/relation workspace object must be dimensioned by all dimensions of the source relation workspace object that have more than one value in status.
ORA-09947Unable to allocate connection attributes structure
ORA-31422owner schema string does not exist
RMAN-20220control file copy not found in the recovery catalog
ORA-27161request for Oracle binary information failed
ORA-12855cannot run parallel or insert direct load in a loopback
ORA-40214duplicate setting: string
ORA-44302NULL network name is not permitted
DRG-11218malformed mail line, line string
RMAN-08048channel string: starting incremental level string datafile backup set
ORA-38869datafile string has been restored from an RMAN backup with undo block compression.
PCB-00216OCCURS ASCENDING/DESCENDING clause not allowed for "string"
LFI-00136Unable to change type of open file.
ORA-47005error renaming Factor Type string, string




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-00104FOR clause is an Oracle extension