ORA-00984 column not allowed here Cause: A column name was used in an expression where it is not permitted, such as in the VALUES clause of an INSERT statement. Action: Check the syntax of the statement and use column names only where appropriate. 单引号,兄弟
 insert into student values(1,'aa','aa','aa','aa','aa');