Oracle Error Message
PLS-01501: Options in CREATE TABLE statement is non-ANSI.
Reason for the Error
CREATE TABLE allows only the definition of the structure of a table. None of the .SPACE__name. .PCTFREE__numeric_literal. .cluster. is ANSI. Sect. 6.2
Solution
None