PCB-00303: Dynamic SQL and PL/SQL are Oracle extensions to ANSI SQL
Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, dynamic SQL or embedded PL/SQL was used. For example, the offending code might look like: EXEC SQL EXECUTE BEGIN SELECT ... END; 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 dynamic SQL or embedded PL/SQL.
PCB-00304
Custom Search


More Oracle errors
ORA-24780cannot recover a transaction while in an existing transaction
ORA-40271no statistically significant features were found
ORA-00841MEMORY_TARGET not supported on this system
TNS-01172Listener has shut down since all listen addresses have been deallocated
PCC-00115Array required here
ORA-01245offline file string will be lost if RESETLOGS is done
ORA-26686cannot capture from specified SCN
DRG-13002preference string is not a MULTI_LEXER
ORA-28345cannot downgrade because there exists encrypted column
PROT-00302Failed to initialize ocrdump
ORA-41662number of primitive events in the composite event exceeds maximum limit
NNC-00428invalid meta-data data item
ORA-37135(XSCCOMP19) The COMPRESSED COMPOSITE workspace object in the current defined partition template should be unique or global.
ORA-24320unable to initialize a mutex
DIA-49416Earlier package sequence applied with FORCE option [string] [string]
ORA-16039RFS request version mismatch
CLSR-00531Can not get primary group name
ORA-06259NETNTT: cannot read from remote process
PGU-42001ALL not valid in VALUE(S) clause at level 88
PLS-00143duplicate external LANGUAGE specification in subprogram expression




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-00303Dynamic SQL and PL/SQL are Oracle extensions to ANSI SQL