PCC-00107: The CONNECT statement is Oracle implementation dependent
Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, the CONNECT statement was used to log on to ORACLE. For example, the offending code might look like: EXEC SQL CONNECT :username IDENTIFIED BY :password; This informational message is issued by the FIPS Flagger when FIPS=YES.
Action: No action required. However, for ANSI/ISO compliance, specify the AUTO_CONNECT command-line option instead of using a CONNECT statement.
PCC-00108
Custom Search


More Oracle errors
UDE-00020Data Pump client is incompatible with Data Pump API.
ORA-14005missing RANGE keyword
ORA-06592CASE not found while executing CASE statement
ORA-02363error reading from file: string
LPX-00230invalid character ~1u (~2x) found in a Name or Nmtoken
ORA-39765stream must be reset before used in a column array conversion
DIA-49454Archive is missing or empty [string] [string]
ORA-28046Password change for SYS disallowed
ORA-00357too many members specified for log file, the maximum is string
ORA-38606FI support threshold not between [0, 1]
TNS-00126Missing Connection Manager name and address in TNSNET.ORA
ORA-01513invalid current time returned by operating system
ORA-53031cannot delete dictionary document: string
ORA-01628max # extents (string) reached for rollback segment string
ORA-37083Invalid object string
DRG-12410could not process CTX EXEC tag
O2F-00301Error attempting to read from the INTYPE file
ORA-09300osncon: unable to connect, DPMI not available
ORA-30676socket read or write failed
RMAN-06719file "string" (string bytes) retrieved from catalog




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-00107The CONNECT statement is Oracle implementation dependent