PCC-00083: Bind and define variables not allowed in CREATE statement
Cause: Host variables cannot appear in a CREATE statement. If the makeup of a CREATE statement cannot be known until run time, a dynamic SQL statement must be used to execute it. That is, the program must accept or build the CREATE statement at run time, store it in a host string, then EXECUTE it.
Action: Correct or remove the erroneous CREATE statement.
PCC-00085
Custom Search


More Oracle errors
ORA-53043tag string is referenced by unknown document
NNL-00243Processing of modification requests is now enabled
ORA-00844Parameter not taking MEMORY_TARGET into account, see alert log for more information
RMAN-06009using target database control file instead of recovery catalog
DIA-48414The string in the execution option exceeds maximum length [string]
ORA-13216failed to update spatial index
DRG-11501identifier string found in place of column name on line string
ORA-16827Flashback Database is disabled
CLSD-01609CSSD detected a network split. Details in string.
PROC-00011Cannot perform cluster registry operation because key is NULL.
NCR-02003NCRF: Invalid type passed to format interpreter.
ORA-36969(XSRELTBL19) Merged family relation cannot take INHIERARCHY option.
RMAN-06141cannot specify ARCHIVELOG LIKE option with RESTORE
ORA-41714invalid use of window specification with SESSION/TRANSACTION duration
ORA-13534Current SQL count(string) reached maximum allowed (string)
ORA-47104error updating Command Rule string for string.string, string
DIA-48198OS command to change the file permissions failed
ORA-47404NULL trust level for Factor string
DRG-13002preference string is not a MULTI_LEXER
NCR-04027NCRR: Operation 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-00083Bind and define variables not allowed in CREATE statement