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-19158FODC0004: invalid argument to fn:collection()
ORA-54616INIT: internal error [number, string]
RMAN-06022invalid level specified for image copy: number
AUD-00705unsupported input format
ORA-06804TLI Driver: could not bind an IPX address at initialization
TNS-12214TNS:missing local communities entry in TNSNAV.ORA
ORA-36273(XSCGMDLAGG12) Dimension workspace object appears more than once in the QDR.
ORA-07593ssprprv: Error release privileges
RMAN-06015error while looking up datafile copy name: string
TNS-03508Failed to create address string
ORA-25104UNRECOVERABLE option can only be used with ALTER INDEX REBUILD
PCC-02387Expecting an expression of type sql_cursor
ORA-12457security label exceeded maximum allowable length
PLS-00112end-of-line in quoted identifier
ORA-25464ROWID not specified for table alias: string
PLS-00454with a returning into clause, the table expression cannot be remote or a subquery
ORA-44901Unable to resolve symbolic link "string"
ORA-21601attribute is not an object
LPX-00317undefined decimal-format "~S"
ORA-37118The OLAP API library was not preloaded.




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