ORA-14104: RECOVERABLE/UNRECOVERABLE may not be specified for partitioned tables/indices
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.
ORA-14105
Custom Search


More Oracle errors
ORA-39112Dependent object type string skipped, base object type string creation failed
QSM-01013nested aggregates or CONNECT BY/START WITH clause present
ORA-16105Logical Standby is already running in background
NZE-29193no CRL found using CRLDP mechanism
SQL*Loader-00963Error clearing user-side Ctrl-C handler
ORA-33002(XSAGDNGL00) In AGGMAP workspace object, the FLOOR argument of number must be less than the CEILING argument of number.
ORA-19269XQST0049 - variable string defined multiple times
TNS-12231TNS:No connection possible to destination
ORA-09701scnfy: maximum number of processes exceeded
ORA-24077cannot create propagation schedule for EXCEPTION queue string.string
ORA-00117PROTOCOL, ADDRESS or DESCRIPTION must be specified
ORA-27022skgfqsbi: could not allocate memory for media manager
ORA-13412invalid scale parameterstring
ORA-29346invalid tablespace list
ORA-24769cannot forget an active transaction
PGA-20928cannot open parameter file string
RMAN-08554channel string: restoring spfile from AUTOBACKUP string
SQL*Loader-00504Error skipping records in file (string)
NNL-00037Error number while sequencing through parameter table.
KUP-04060field string referenced by lobfile column string not found




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
ORA-14104RECOVERABLE/UNRECOVERABLE may not be specified for partitioned tables/indices