PCC-00109: 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.
PCC-00110
Custom Search


More Oracle errors
ORA-24308illegal define position
DIA-48486The file [string] exceeds the maximum length [string]
ORA-32158Invalid type passed
ORA-28267Invalid NameSpace Value
TNS-01113save_config_on_stop can either be ON or OFF
ORA-37135(XSCCOMP19) The COMPRESSED COMPOSITE workspace object in the current defined partition template should be unique or global.
ORA-16620one or more databases could not be reached for a delete operation
ORA-31203DBMS_LDAP: PL/SQL - Init Failed.
ORA-16008indeterminate control file checkpoint
TNS-12654Authentication conversion failed
ORA-30752column or table string is not substitutable
QSM-01263query rewrite not possible when query references a dictionary table or view
DRG-11609URL store: unable to open local file specified by string
ORA-13340a point geometry has more than one coordinate
PCC-02109SQLCHECK=NONE is no longer supported.. using SYNTAX
ORA-15035no disks belong to diskgroup "string"
ORA-28511lost RPC connection to heterogeneous remote agent using SID=string
ORA-15109conflicting protection attributes specified
ORA-01752cannot delete from view without exactly one key-preserved table
IMG-00607unable to write to destination image




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