Message Oracle PCC-00083 - Bind and define variables not allowed in CREATE statement

ERRORBind and define variables not allowed in CREATE statement
CAUSEHost 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.
ACTIONCorrect or remove the erroneous CREATE statement.