ERROR | RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition |
CAUSE | Description of a partition or subpartition found in CREATE TABLE/INDEX statement contained RECOVERABLE or UNRECOVERABLE clause which is illegal |
ACTION | Remove offending clause. Use LOGGING or NOLOGGING instead. |