PCC-02354: A file included with #include may not contain SQL statements
Cause: The Pro*C Precompiler reads header files referenced in #INCLUDE directives and uses the values defined in them. But the precompiler never generates code using statements in header files, so use of SQL statements in these files is illegal.
Action: Move the SQL statement(s) into the main body of the application or use EXEC SQL INCLUDE to check that the included file is precompiled.
PCC-02355
Custom Search


More Oracle errors
ORA-28024must revoke grants of external roles to this role/user
ORA-33920(MAKEDCL34) The string SURROGATE must have one of the following data types: ID, NTEXT, TEXT, NUMBER, DATETIME, TIMESTAMP, or INTEGER.
DRG-10101no value for argument: string
ORA-19638file string is not current enough to apply this incremental backup
ORA-28022cannot grant external roles to global user or role
QSM-00752the parameter string contains an invalid combination of options string
DRG-50951Unable to resolve element name for attribute string
ORA-02296cannot enable (string.string) - null values found
ORA-38428too many attributes selected for indexing
ORA-12840cannot access a remote table after parallel/insert direct load txn
ORA-13241specified dimensionality does not match that of the data
PGU-42022VALUES clause must be the only clause at level 88
ORA-02438Column check constraint cannot reference other columns
TNS-01033Listener Parameter File string
LCD-00218error in file [string]
LFI-00138Unable to perform string on a name object that is string.
ORA-15160rolling migration internal fatal error in module string,string
NNO-00074downloading region from server string
PROT-00715Device/File integrity check failed
ORA-16607one or more databases have failed




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-02354A file included with #include may not contain SQL statements