How to fix the Oracle error ORA-14112: RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition?

In this post, you’ll learn more about the Oracle ErrorORA-14112: RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-14112: RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition

Reason for the Error ORA-14112: RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition

Description of a partition or subpartition found in CREATE TABLE/INDEX statement contained RECOVERABLE or UNRECOVERABLE clause which is illegal

How to fix the Error ORA-14112: RECOVERABLE/UNRECOVERABLE may not be specified for a partition or subpartition ?

You can fix this error in Oracle by following the below steps

Remove offending clause. Use LOGGING or NOLOGGING instead.

Tags :

Leave Your Comment