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
TNS-01404Max Load: string
ORA-01325archive log mode must be enabled to build into the logstream
NNO-00110line string: unknown data type "string", data ignored
ORA-09961Unable to restore termination signal handler
QSM-02002DISTINCT aggregate measure in SELECT list
TNS-01171Event detection broke for dispatcher: string
DRG-50704Net8 listener is not running or cannot start external procedures
ORA-29540class string does not exist
ORA-31624A job cannot be modified after it has started.
LPX-01053[XQDY0053]
PLS-00732Illegal overload of ellipsis in formal parameter list
SQL*Loader-00307Warning: conflicting lengths number and number specified for column string table string
ORA-31662metadata transform name can not be defaulted
QSM-01077materialized view, string, is grouping at a higher level than query
ORA-22344can not specify CONVERT TO SUBSTITUTABLE option for ALTER TYPE other than NOT FINAL change
ORA-30041Cannot grant quota on the tablespace
ORA-12336cannot login to database (link name string)
ORA-14164subpartition "string": INITRANS value must be less than MAXTRANS value
DRG-10308no server with the required string personality mask is running
ORA-53012cannot find the <UNMAPPED_ELEM> tag value in the metadata schema




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