PCC-02206: Host variables are not permitted within a DDL
statement
Answer / guest
Cause: A Data Definition Language statement cannot use host
variables. For example, the statement CREATE TABLE
:table_name (c1 char(10)); is illegal, because the name of
the table in a CREATE TABLE statement cannot be represented
using host variable.
Action: Use dynamic SQL to create the names of database
objects (tables, views, columns, etc.) at runtime. See the
Programmer's Guide to the Oracle Precompilers, Release2.2
for information about dynamic SQL.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-15063: diskgroup "string" lacks quorum of string PST disks; string found
ORA-15030: diskgroup name "string" is in use by another diskgroup
EXP-00060: an object type had multiple TYPE BODYs
ORA-16163: LGWR network server host attach error
ORA-21610: size [string] is invalid
ORA-03234: unable to extend index string.string subpartition string by string in tablespace string
ORA-13481: the destination type is not supported
ORA-14400: inserted partition key does not map to any partition
RMAN-06470: DEVICE TYPE is supported only when automatic channels are used
TNS-00271: Connection Manager
ORA-12226: TNS:operating system resource quota exceeded
SQL*Loader-00805: %s not supported by External Table