PCB-00308: 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 table-processing SQL statement. For example, the offending code might look like: EXEC SQL FOR :LIMIT INSERT INTO EMP (EMPNO, JOB, DEPTNO) VALUES (:EMPNUM, :JOB, :DEPTNO) END-EXEC. 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.
PCB-00309
Custom Search


More Oracle errors
NZE-28837no wallet descriptor
ORA-00486ASMB process terminated with error
ORA-09855removeCallback: bad message format.
QSM-01053NORELY referential integrity constraint on table, string, in TRUSTED/STALE TOLERATED integrity mode
ORA-02439Unique index on a deferrable constraint is not allowed
ORA-09912Malloc of name buffer(s) failed.
NZE-29158Unable to open library.
TNS-12543TNS:destination host unreachable
RMAN-06927Cannot specify NEW DATABASE clause more than once
QSM-02189materialized view definition changes
ORA-16175cannot shut down database when media recovery is active
NNL-00955Hash tables enlarged: number
ORA-08198Flashback Table is not supported on object tables, nested tables
ORA-30371column cannot define a level in more than one dimension
ORA-16736unable to find the destination entry of standby database "string" in V$ARCHIVE_DEST
ORA-12453label string already exists
NNL-00256Server-generated requests now do not request forwarding
NNO-00305trace level changed from number to number
PGU-00317version of tool conflicts with version [string] of DATA
ORA-22289cannot perform string operation on an unopened file or LOB




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