估计是权限不够的问题.
可以试着把如下权限赋予一下.
GRANT CREATE ANY TABLE  TO PUBLIC;

解决方案 »

  1.   

    ORA-00922 错误原因:missing or invalid option  Cause An invalid option was specified in defining a column or storage clause. The valid option in specifying a column is NOT NULL to specify that the column cannot contain any NULL values. Only constraints may follow the datatype. Specifying a maximum length on a DATE or LONG datatype also causes this error.  Action Correct the syntax. Remove the erroneous option or length specification from the column or storage specification.