java.sql.SQLSyntaxErrorException: ORA-00904: "EXCEPTION": invalid identifier

java.sql.SQLSyntaxErrorException: ORA-00904: "EXCEPTION": invalid identifier
CREATE TABLE S_6500_67_SNAPSHOT_ROWDATA_201([MATERIAL] varchar2(2000), [OBJVERS] varchar2(2000))
Sourc‮e‬:www.lautturi.com

Correct the column name

ORA-00904 string: invalid identifier

Cause:

The column name entered is either missing or invalid.

Action:

Remove the invalid character from the statement or enclose the object name in double quotation marks.

Created Time:2017-09-02 13:42:07  Author:lautturi