ORA-14104: RECOVERABLE/UNRECOVERABLE may not be specified
for partitioned tables/indices



ORA-14104: RECOVERABLE/UNRECOVERABLE may not be specified for partitioned tables/indices..

Answer / guest

Cause: CREATE TABLE/INDEX statement used to create a
partitioned table/index contained RECOVERABLE or
UNRECOVERABLE clause which is illegal

Action: Remove offending clause. [UN]RECOVERABLE is being
deprecated in V8 and will be obsoleted in V9. To duplicate
semantics of UNRECOVERABLE clause, create an object with
NOLOGGING option and then ALTER it specifying LOGGING. To
duplicate semantics of RECOVERABLE clause, create an object
with LOGGING option.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNF-04007: Error reading input file

1 Answers  


SQL-02115: Code interpretation problem -- check COMMON_NAME usage

1 Answers  


ORA-13464: error loading GeoRaster data: string

1 Answers  


TNS-12684: encryption/crypto-checksumming: Diffie-Hellman seed too small

1 Answers  


ORA-09883: Two Task interface: oratab file does not exist

1 Answers  






ORA-01336: specified dictionary file cannot be opened

1 Answers  


ORA-30337: multiple JOIN KEY clauses specified for the same parent level

1 Answers  


EXP-00081: Exporting access control for table/view "string" as non-DBA.

1 Answers  


SQL*Loader-00929: Error parsing insert statement for table string.

1 Answers  


ORA-01570: MINEXTENTS must be no larger than the string extents currently allocated

1 Answers  


QSM-01610: a lossy join in equivalence, string, between tables, string, not found in query

1 Answers  


ORA-31414: error(s) occurred during change table advance

1 Answers  


Categories