ORA-00902 invalid datatypeCause: The datatype entered in the CREATE or ALTER TABLE statement is not valid.Action: Correct the syntax.可以上oracle公司网页上去查:http://technet.oracle.com/doc/server.815/a67785/e900.htm#1656

解决方案 »

  1.   

    对不起,看错了错误号
    ORA-00904 invalid column nameCause: The column name entered is either missing or invalid. Action: Enter a valid column name. A valid column name must begin with a letter, be less than or equal to 30 characters, and consist of only alphanumeric characters and the special characters $, _, and #. If it contains other characters, it must be enclosed in double quotation s. It may not be a reserved word.