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
ORA-19597file string block size string does not match set block size of string
ORA-02427create view failed
ORA-32805identifier for string too long, maximum length is string characters
ORA-19752block change tracking is already enabled
TNS-12535TNS:operation timed out
ORA-14157invalid subpartition name
ORA-31626job does not exist
ORA-22897no scope clause specified for user-defined REF column "string"
KUP-04088data sampling is not supported by this access driver
ORA-36640(XSDUNION19) Concat dimension workspace object cannot be changed to UNIQUE because base dimension workspace object does not have a TEXT or ID datatype.
RMAN-06004ORACLE error from recovery catalog database: string
NID-00603No datafiles found in database
TNS-03601Failed in route information collection
ORA-39786Number of columns does not match between export and import databases
NNL-00895Requests refused, processing disabled: number
OCI-22316input type is not a collection type
ORA-30741WITH HIERARCHY OPTION can be specified only for SELECT privilege
QSM-02154MV is not fast refreshable even with view merging
ORA-19714length for generated name longer than string
PROC-00101Operating System error [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-00107The CONNECT statement is Oracle implementation dependent