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-22291Open LOBs exist at transaction commit time
EXP-00045Cannot export SYSTEM Tablespace for Point-in-time Recovery or Transportable Tablespace
ORA-14251Specified subpartition does not exist
ORA-01136specified size of file string (string blocks) is less than original size of string blocks
ORA-19293XQST0058: It is a static error if multiple schema imports specify the same target namespace
ORA-07502scgcmn: $enq unexpected return
OCI-31001Invalid resource handle or path name "string"
ORA-07405sptrap: cannot setup alternate signal stack.
ORA-38484FUNCTION/PACKAGE/TYPE string does not exist
RMAN-10006error running SQL statement: string
DGM-16979Unable to log on to the primary or standby database as SYSDBA
RMAN-06088datafile copy string not found or out of sync with catalog
ORA-33295(DBERR20) An attached analytic workspace is blocking this command.
ORA-55456no valid rules index for this model-rulebase combination
QSM-02145GROUP BY clause is present but no aggregate functions are used
NZE-28885No certificate with the required key usage found.
RMAN-08017channel string: starting archived log restore to default destination
ORA-24308illegal define position
ORA-12623TNS:operation is illegal in this state
ORA-35561(XSRWLD01) Object workspace object is not a valid target.




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