PCC-00110: Oracle extension to the WHENEVER statement
Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, a nonconforming keyword such as NOTFOUND, STOP, RAISE, or DO was used in the WHENEVER statement. (Note that NOT FOUND is ANSI-compliant.) For example, the offending code might look like: EXEC SQL WHENEVER SQLERROR STOP; 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 nonconforming keyword.
PCC-00111
Custom Search


More Oracle errors
ORA-00280change string for thread string is in sequence #string
ORA-19673error during proxy copy of file string
ORA-55302insufficient privileges string
ORA-19234XQST0014 - invalid or unsupported must-understand extension
ORA-19580string conversation not active
ORA-19726cannot plug data [string] at level string into database running at compatibility level string
DRG-11204user filter command is too long
ORA-41636invalid duration specification at the primitive event level
PCB-00310AT clause is an Oracle extension
IMP-00006failed to allocate memory of size number
ORA-27140attach to post/wait facility failed
ORA-32129cannot get information about this column
CLST-03100See the documentation for usage information.
ORA-26530unable to build materialized view refresh control list
PLW-05003same actual parameter(string and string) at IN and NOCOPY may have side effects
ORA-12821invalid value for INSTANCES
RMAN-06083error when loading stored script string
QSM-02183Expression to enable PCT not in PARTITION BY of analytic function or SPREADSHEET
ORA-26040Data block was loaded using the NOLOGGING option
ORA-13474invalid rasterDataTable name: 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-00110Oracle extension to the WHENEVER statement