151 RMAN-00201 to RMAN-20517
- RMAN-00201: Do you really want to execute the above repair (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00202: Do you want to open the database (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00203: Do you want to open resetlogs the database (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00204: Do you really want to delete the above objects (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00205: Do you really want to drop all backups and the database (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00206: Do you really want to drop the database (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00207: Do you really want to unregister the database (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00208: Want to unregister the database with target db_unique_name (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00209: Do you really want to change the above failures (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00210: Do you really want to catalog the above files (enter YES or NO)?
-
Cause: This is a user prompt.
- RMAN-00211: Error occurred getting response - assuming NO response
-
Cause: An error occurred reading user response.
- RMAN-00212: "string" is an invalid response - please re-enter.
-
Cause: An incorrect response was entered.
- RMAN-00550: parser package failed to load
-
Cause: lpmloadpkg() return an error indication.
- RMAN-00551: initialization of parser package failed
-
Cause: The parser package initialization routine returned an error.
- RMAN-00552: syntax error in command line arguments
-
Cause: The arguments supplied to RMAN could not be parsed, or no arguments were supplied at all.
- RMAN-00553: internal recovery manager package failed to load
-
Cause: lpmloadpkg() return an error indication.
- RMAN-00554: initialization of internal recovery manager package failed
-
Cause: The internal package initialization routine returned an error.
- RMAN-00555: target database connect string must be specified
-
Cause: The TARGET parameter was not specified.
- RMAN-00556: could not open CMDFILE "string"
-
Cause: An error occurred when trying to open the file.
- RMAN-00557: could not open MSGLOG "string"
-
Cause: An error occurred when trying to open the file.
- RMAN-00558: error encountered while parsing input commands
-
Cause: The parser detected a syntax error.
- RMAN-00562: username too long
-
Cause: The specified user name exceeds the maximum allowable username length.
- RMAN-00563: password too long
-
Cause: The specified password exceeds the maximum allowable password length.
- RMAN-00564: host data too long
-
Cause: The SQL*NET host connect string exceeds the maximum allowable length.
- RMAN-00565: unable to read input file
-
Cause: An error occurred while trying to read from STDIN or from the CMDFILE.
- RMAN-00566: could not open TRACE "string"
-
Cause: An error occurred when trying to open the file.
- RMAN-00567: Recovery Manager could not print some error messages\n
-
Cause: An error occurred while trying to print the error message stack.
- RMAN-00568: user interrupt received
-
Cause: The user typed ^C or ATTN.
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
-
Cause: This message precedes an error message stack.
- RMAN-00570: **end-of-file**
-
Cause: The end of an inline cmdfile was reached. This is just an informational message.
- RMAN-00571: ===========================================================
-
Cause: Displayed to highlight the error message stack.
- RMAN-00572: waiting for DBMS_PIPE input
-
Cause: This message is used only when the PIPE option was specified.
- RMAN-00573: DBMS_PIPE.NEXT_ITEM_TIME returned unknown type code: number
-
Cause: This is an internal error.
- RMAN-00574: rman aborting due to errors reading/writing DBMS_PIPE
-
Cause: RMAN was run with input/output being sent to DBMS_PIPE. An error was encountered while reading from or writing to the pipe. This error should be preceded by information describing the error.
- RMAN-00575: timeout while trying to write to DBMS_PIPE
-
Cause: RMAN was running in DBMS_PIPE mode. A timeout occurred while calling DBMS_PIPE.SEND_MESSAGE. This occurs when the pipe is full and no process has dequeued any of the messages. This is usually caused by death of the process that was talking to rman.
- RMAN-00576: PIPE cannot be used with CMDFILE
-
Cause: The PIPE and CMDFILE options cannot be used together. When using the PIPE option, RMAN must obtain its input from the input pipe.
- RMAN-00577: PIPE requires that TARGET be specified on the command line
-
Cause: The PIPE option obtains its input from, and writes its output to, an Oracle database pipe in the target database. Therefore, the target database connection must be specified on the command line, so that RMAN can connect to the target database to receive its input from the pipe.
- RMAN-00578: pipe string is not private and owned by SYS
-
Cause: The pipe that RMAN needs to use for its input or output is either a public pipe or a private pipe that is not owned by SYS. This is a potential security problem, because it allows a non-SYS user to issue commands to RMAN or to retrieve the RMAN output.
- RMAN-00579: SCRIPT cannot be used with CMDFILE
-
Cause: The SCRIPT and CMDFILE options cannot be used together. When using the SCRIPT option, RMAN executes only the specified script.
- RMAN-00600: internal error, arguments [string] [string] [string] [string] [string]
-
Cause: An internal error in recovery manager occurred.
- RMAN-00601: fatal error in recovery manager
-
Cause: A fatal error has occurred.
- RMAN-00700: SCRIPT requires that TARGET be specified on the command line
-
Cause: A SCRIPT option was included on the RMAN command line without a specified TARGET database.
- RMAN-00701: SCRIPT requires that CATALOG be specified on the command line
-
Cause: A SCRIPT option was included on the RMAN command line without a specified CATALOG recovery catalog.
- RMAN-00702: The command has no syntax errors
-
Cause: This is an informational message only.
- RMAN-00703: The cmdfile has no syntax errors
-
Cause: This is an informational message only.
- RMAN-01006: error signaled during parse
-
Cause: An error was signaled during parsing.
- RMAN-01007: at line number column number file: string
-
Cause: This is an informational message indicating the line and column where a syntax error was detected.
- RMAN-01008: the bad identifier was: string
-
Cause: This is an informational message indicating the identifier token that caused a syntax error.
- RMAN-01009: syntax error: found "string": expecting one of: "string"
-
Cause: A syntax error was signaled during parsing.
- RMAN-02000: wrong message file version (msg number not found)
-
Cause: The rmanxx.msb file is not the correct version.
- RMAN-02001: unrecognized punctuation symbol "string"
-
Cause: An illegal punctuation character was encountered.
- RMAN-02002: unexpected end of input file reached
-
Cause: This is probably caused by failure to supply the closing quote for a quoted string.
- RMAN-02003: unrecognized character: string
-
Cause: An input character that is neither an alpha, digit, or punctuation was encountered.
- RMAN-02004: quoted string too big
-
Cause: A quoted string longer than 2000 bytes was encountered.
- RMAN-02005: token too big
-
Cause: A token longer than 1000 bytes was encountered
- RMAN-02006: script line too long
-
Cause: a line longer than 500 bytes was encountered
- RMAN-02007: Integer value overflow
-
Cause: Parser failed to convert input string to integer
- RMAN-02008: no value exists for variable "string"
-
Cause: The RMAN variable specified was either undefined or null
- RMAN-02009: unexpected end of command file reached
-
Cause: This is probably caused by failure to supply the closing brace for a stored script in a command file.
- RMAN-03000: recovery manager compiler component initialization failed
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03001: recovery manager command sequencer component initialization failed
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03002: failure of string command at string
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03003: command not implemented yet: string
-
Cause: The command is not implemented in the current version.
- RMAN-03004: fatal error during execution of command
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03008: error while performing automatic resync of recovery catalog
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03009: failure of string command on string channel at string
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03010: fatal error during library cache pre-loading
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-03011: Recovery Managerstring
-
Cause: This is the RMAN banner
- RMAN-03012: fatal error during compilation of command
-
Cause: A fatal error occurred during compilation of a command.
- RMAN-03013: Copyright (c) 1995, 2003, Oracle Corporation. All rights reserved.
-
Cause: This is the copyright banner
- RMAN-03014: implicit resync of recovery catalog failed
-
Cause: This message is accompanied by other errors explaining the cause of the failure.
- RMAN-03015: error occurred in stored script string
-
Cause: This is an informational message only.
- RMAN-03017: recursion detected in stored script string
-
Cause: A stored script is calling itself or another script which calls itself.
- RMAN-03018: asynchronous RPCs are working correctly
-
Cause: This is an informational message only.
- RMAN-03019: asynchronous RPCs are NOT working
-
Cause: The RPCTEST command has determined that RPCs are not executing asynchronously. Instead, they are blocking. This is caused by using a SQL*NET driver that does not support non-blocking UPI.
- RMAN-03020: asynchronous RPC test will take 1 minute
-
Cause: This is an informational message only.
- RMAN-03023: executing command: string
-
Cause: This is an informational message only.
- RMAN-03028: fatal error code for command string : number
-
Cause: Informational message. This precedes error 3012.
- RMAN-03029: echo set on
-
Cause: a SET ECHO ON command was issued
- RMAN-03030: echo set off
-
Cause: a SET ECHO OFF command was issued
- RMAN-03031: this option of set command needs to be used inside a run block
-
Cause: The option used with the SET command is not valid outside a run block.
- RMAN-03032: this option of set command needs to be used outside of a run block
-
Cause: The option used with the SET command is not valid inside of a run block.
- RMAN-03033: current log archived
-
Cause: "ALTER SYSTEM ARCHIVE LOG CURRENT" command completed successfully.
- RMAN-03034: LEVEL number is invalid. LEVEL must be between string and string
-
Cause: An invalid DEBUG LEVEL was used.
- RMAN-03035: Debugging turned off
-
Cause: a DEBUG OFF command was issued
- RMAN-03036: Debugging set to level=number[string], types=string
-
Cause: a DEBUG command was issued
- RMAN-03037: Spooling started in log file: string
-
Cause: a SPOOL LOG TO ... command was issued
- RMAN-03038: Spooling started in trace file: string
-
Cause: a SPOOL TRACE TO ... command was issued
- RMAN-03039: Spooling for log turned off
-
Cause: a SPOOL LOG OFF command was issued
- RMAN-03040: Spooling for trace turned off
-
Cause: a SPOOL TRACE TO ... command was issued
- RMAN-03042: error while analyzing automatic repair options
-
Cause: This message is accompanied by other errors explaining the cause of the failure.
- RMAN-03090: Starting string at string
-
Cause: This is an informational message only.
- RMAN-03091: Finished string at string
-
Cause: This is an informational message only.
- RMAN-03098: stringRMAN-number: stringstring
-
Cause: This is the message prefix with a possible indentation.
- RMAN-03099: job cancelled at user request
-
Cause: The user interrupted the current job.
- RMAN-03999: Oracle error occurred while converting a date: ORA-number: string
-
Cause: Internal error converting a date.
- RMAN-04000: memory allocation failure
-
Cause: A memory allocation request could not be satisfied.
- RMAN-04001: heap initialization failure
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04002: OCIPI failed, ORA-string
-
Cause: OCI process level initialization failed.
- RMAN-04003: OCIINIT failed
-
Cause: The call to OCIEnvInit failed.
- RMAN-04004: error from recovery catalog database: string
-
Cause: Oracle error signaled by catalog database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04005: error from target database: \nstring
-
Cause: Oracle error signaled by target database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04006: error from auxiliary database: string
-
Cause: Oracle error signaled by auxiliary database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04007: warning from recovery catalog database: string
-
Cause: Non fatal Oracle error signaled by catalog database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04008: warning from target database: \nstring
-
Cause: Non fatal Oracle error signaled by target database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04009: warning from auxiliary database: string
-
Cause: Non fatal Oracle error signaled by auxiliary database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04010: target database Password:
-
Cause: No password was provided for the target database.
- RMAN-04011: recovery catalog database Password:
-
Cause: No password was provided for the recovery catalog database.
- RMAN-04012: auxiliary database Password:
-
Cause: No password was provided for the auxiliary database.
- RMAN-04013: must connect before startup
-
Cause: A STARTUP command was attempted before connecting to the database.
- RMAN-04014: startup failed: string
-
Cause: The database failed to startup.
- RMAN-04015: error setting target database character set to string
-
Cause: An error was received while setting the session character set in the target database.
- RMAN-04016: could not get OCI error handle
-
Cause: An error was received while initializing the OCI layer.
- RMAN-04017: startup error description: string
-
Cause: This is an additional informational message that indicates the cause of failure.
- RMAN-04020: target database name "string" does not match channel's name: "string"
-
Cause: The CONNECT clause in the ALLOCATE command has resulted in a connection to a database which is not the same as the one used to connect to the target database.
- RMAN-04021: target database DBID string does not match channel's DBID string
-
Cause: The CONNECT clause in the ALLOCATE command has resulted in a connection to a database which is not the same as the one used to connect to the target database.
- RMAN-04022: target database mount id string does not match channel's mount id string
-
Cause: The CONNECT clause in the ALLOCATE command has resulted in a connection to a database which is not the same as the one used to connect to the target database.
- RMAN-04024: starting Oracle instance without parameter file for retrieval of spfile
-
Cause: The instance could not be started because no default parameter file (either PFILE or SPFILE) could be found. The instance will be started in restricted mode with default parameters.
- RMAN-04025: unable to generate a temporary file
-
Cause: Creation of a temporary file failed. If could be that the system does not have enough resources (disk space, memory or similar).
- RMAN-04026: unable to open a temporary file: "string"
-
Cause: Opening of a temporary file failed. If could be that the system does not have enough resources (disk space, memory or similar).
- RMAN-04027: unable to write to a temporary file: "string"
-
Cause: Writing to a temporary file failed. If could be that the system does not have enough resources (disk space, memory or similar).
- RMAN-04031: \ninitialization parameters used for automatic instance:\nstring\n
-
Cause: This is an informational message only.
- RMAN-04032: using contents of file string
-
Cause: The specified file was included as part of the auxiliary database parameter file. This is an informational message.
- RMAN-04033: cannot open auxiliary parameter file string
-
Cause: An auxiliary parameter file was specified with SET AUXILIARY INSTANCE PARAMETER FILE command but the specified file cannot be found.
- RMAN-04034: source recovery catalog database Password:
-
Cause: A password was not provided for the source recovery catalog database.
- RMAN-04035: error from source recovery catalog database: string
-
Cause: Oracle error signaled by source recovery catalog database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04036: warning from source recovery catalog database: string
-
Cause: Nonfatal Oracle error signaled by source recovery catalog database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-04037: Connection should be as SYSDBA or as SYSBACKUP
-
Cause: An unsupported mode was specified on a target or clone connection.
- RMAN-04038: Connection should not specify a mode
-
Cause: A connection specified a mode when no mode is supported for this kind of connection
- RMAN-05000: CONFIGURE AUXNAME required for datafile string
-
Cause: Either: -) The control file mounted by the auxiliary database does not have an entry for this data file, therefore file name conversion is not possible. -) A COPY DATAFILE TO AUXNAME command was issued, but no auxname was set for this data file.
- RMAN-05001: auxiliary file name string conflicts with a file used by the target database
-
Cause: RMAN is attempting to use the specified file name as a restore destination in the auxiliary database, but this name is already in use by the target database.
- RMAN-05002: aborting Tablespace Point-in-Time Recovery
-
Cause: Previously encountered error(s) were issued which require corrective action.
- RMAN-05003: Tablespace Point-in-Time Recovery is not allowed for tablespace string
-
Cause: The SYSTEM, SYSUAX or a tablespace containing rollback segments is not allowed in Tablespace Point-in-Time Recovery.
- RMAN-05004: target database log mode is NOARCHIVELOG
-
Cause: An attempt was made to apply Tablespace Point-in-Time Recovery or Pluggable Database Point-in-Time Recovery to a database that is in NOARCHIVELOG mode.
- RMAN-05005: Tablespace Point-in-Time Recovery is not allowed for re-created tablespace string
-
Cause: The requested tablespace has been re-created and is not allowed in Point-in-Time Recovery.
- RMAN-05006: cannot recover clone standby single tablespaces
-
Cause: Standby recover can only be performed for the whole database.
- RMAN-05007: no channel allocated
-
Cause: A command was entered that requires a channel, and no channel is allocated.
- RMAN-05008: SKIP clause not valid for normal recovery
-
Cause: The SKIP clause was specified for non-Tablespace or Table Point-in-Time Recovery.
- RMAN-05009: Block Media Recovery requires Enterprise Edition
-
Cause: The RECOVER...BLOCK command was specified.
- RMAN-05010: target database must be opened in READ WRITE mode for Tablespace Point-in-Time Recovery
-
Cause: The target database was not opened in read/write mode.
- RMAN-05011: auxiliary instance must be in NOMOUNT state for Tablespace Point-in-Time Recovery
-
Cause: The Auxiliary instance was not in NOMOUNT state.
- RMAN-05013: auxiliary control file name string conflicts with a file used by the target database
-
Cause: RMAN is attempting to use the specified control file name for Tablespace Point-in-Time Recovery as a restore destination in the auxiliary database, but this name is already in use by the target database.
- RMAN-05014: Tablespaces with undo segments were not found in recovery catalog
-
Cause: The recovery catalog did not have information about tablespaces with undo segments.
- RMAN-05015: warning: not enough information in recovery catalog for specified point-in-time recovery
-
Cause: The recovery catalog did not have information about the tablespaces with undo segments at the specified Point-in-Time. This happened because the current recovery catalog was not in use at the specified Point-in-Time. A list of tablespaces with undo segments was supplied.
- RMAN-05016: failover to previous backup
-
Cause: This is an informational message to indicate the RMAN could not successfully restore the files using the specified backups. An attempt was made to restore the data file/archived logs/ control file/SPFILE using a previous existing backup.
- RMAN-05017: no copy of datafile number found to recover
-
Cause: A RECOVER COPY command was not able to proceed because no copy of indicated file was found to recover. Possible causes include the following: 1. no copy of indicated file exists on disk that satisfy the criteria specified in the user's recover operands. 2. copy of indicated data file exists on disk but no incremental backup was found to apply to the data file copy.
- RMAN-05018: some datafile copies cannot be recovered, aborting the RECOVER command
-
Cause: This error message can follow one or more RMAN-5017 or RMAN-5019 error messages.
- RMAN-05019: warning: no channel of required type allocated to recover copy of datafile number
-
Cause: A RECOVER COPY command could not proceed because incremental backup sets exist on a device type that has not been allocated.
- RMAN-05020: cannot specify AUXILIARY DESTINATION option for normal recovery
-
Cause: The AUXILIARY DESTINATION option was specified for a normal recovery. It is only allowed for Tablespace or Table Point-in-Time Recovery.
- RMAN-05021: this configuration cannot be changed for a BACKUP or STANDBY control file
-
Cause: The user attempted to modify the configuration which cannot be changed for a BACKUP or STANDBY control file while the mounted control file was either BACKUP or STANDBY. The following configurations can be changed only when connected to primary database instance that has CURRENT/CREATED control file type mounted: CONFIGURE RETENTION POLICY CONFIGURE EXCLUDE CONFIGURE ENCRYPTION CONFIGURE DB_UNIQUE_NAME
- RMAN-05022: TRANSPORT TABLESPACE may not be used with user-managed auxiliary instance
-
Cause: A user-managed auxiliary instance was specified.
- RMAN-05023: TABLESPACE DESTINATION required
-
Cause: A required TABLESPACE DESTINATION was not specified.
- RMAN-05024: \nList of tablespaces presumed to have UNDO segments
-
Cause: Accompanying message to 5015.
- RMAN-05025: Tablespace string
-
Cause: Accompanying message to 5015.
- RMAN-05026: warning: presuming following set of tablespaces applies to specified point-in-time
-
Cause: RMAN assumes that the current set of tablespaces with undo segments is the same set that was in use at the specified Point-in-Time. If the set of tablespaces with undo segments changes, the recovery fails. If recovery fails, use the optional UNDO TABLESPACE clause of the RECOVER command to specify the correct set of tablespaces.
- RMAN-05027: \nList of tablespaces expected to have UNDO segments
-
Cause: Accompanying message to 5026.
- RMAN-05028: Tablespace string
-
Cause: Accompanying message to 5026.
- RMAN-05029: UNDO TABLESPACE clause not valid for normal recovery
-
Cause: The UNDO TABLESPACE clause was specified for non-Tablespace or Table Point-in-Time Recovery.
- RMAN-05030: CLONE clause only valid for normal recovery
-
Cause: The CLONE clause was specified for a Tablespace or Logical Point-in-Time Recovery.
- RMAN-05031: DATAPUMP DESTINATION clause is only valid for Table Point-in-Time Recovery
-
Cause: The DATAPUMP DESTINATION clause was specified for a non-Table Point-in-Time Recovery.
- RMAN-05032: datafile string will be created automatically during restore operation
-
Cause: The specified data file did not have an available backup.
- RMAN-05033: Media recovery start SCN is string
-
Cause: The above system change number (SCN) would be starting media recovery SCN, if the specified files are restored.
- RMAN-05034: Recovery must be done beyond SCN string to clear datafile fuzziness
-
Cause: The above system change number (SCN) identifies the minimum SCN beyond which the media recovery must be performed on the specific data file to clear the media recovery fuzziness for all data file.
- RMAN-05035: archived logs generated after SCN string not found in repository
-
Cause: The recovery catalog or target database control file did not have a record of archived logs containing the redo generated after the specified system change number (SCN).
- RMAN-05036: FOR DB_UNIQUE_NAME option cannot be used for this configuration
-
Cause: An attempt was made to set the configuration which cannot be used with FOR DB_UNIQUE_NAME option.
- RMAN-05037: FOR DB_UNIQUE_NAME option cannot be used in nocatalog mode
-
Cause: An attempt was made to set the remote configuration in nocatalog mode.
- RMAN-05038: unable to determine UNTIL SCN for TRANSPORT
-
Cause: No archived logs were found in the control file.
- RMAN-05039: One or more auxiliary set of datafiles could not be removed
-
Cause: There was an error while performing Tablespace or Table Point-in-Time Recovery. Some of the restored data files had Oracle Managed Files (OMF) names and were not deleted.
- RMAN-05040: \n\nList of tablespaces that have been dropped from the target database:
-
Cause: One or more tablespaces in the recovery set were not found in the control file of the target database.
- RMAN-05041: Error during export of metadata
-
Cause: Export of metadata received an error from Data Pump.
- RMAN-05042: Error during import of metadata
-
Cause: Import of metadata received an error from Data Pump.
- RMAN-05043: Tablespace string
-
Cause: Accompanying message to 5040.
- RMAN-05044: \nPerforming export of metadata...
-
Cause: This is an informational message only.
- RMAN-05045: \nPerforming import of metadata...
-
Cause: This is an informational message only.
- RMAN-05046: Export completed\n
-
Cause: This is an informational message only.
- RMAN-05047: Import completed\n
-
Cause: This is an informational message only.
- RMAN-05048: specified file name string conflicts with a file used by the target database
-
Cause: The specified file name was already in use by another data file in the database.
- RMAN-05050: flashing back control file to SCN string
-
Cause: RESTORE command was issued with a SET UNTIL clause and Flashback Database enabled. The control file was flashed back to the SET UNTIL time.
- RMAN-05051: analyzing automatic repair options; this may take some time
-
Cause: This is an informational message only.
- RMAN-05052: Repair string is not compatible with this version of RMAN.
-
Cause: The specified repair was not compatible with this version of Recovery Manager (RMAN).
- RMAN-05053: AUXILIARY DESTINATION is only valid when using a RMAN-managed auxiliary instance
-
Cause: AUXILIARY DESTINATION clause was specified while using an user-managed auxiliary instance.
- RMAN-05054: recover block operand string cannot be used to recover datafile
-
Cause: The specified operand could not be used with RECOVER data file command.
- RMAN-05055: recover datafile operand string cannot be used to recover block
-
Cause: The specified operand could not be used with RECOVER block command.
- RMAN-05056: Table string.string belongs to SYS
-
Cause: A SYS table was specified to be recovered.
- RMAN-05057: Table string.string not found
-
Cause: The specified table was not found in the dictionary at the specified point-in-time.
- RMAN-05058: Cannot determine tablespace for table string.string
-
Cause: The specified table was not found in the data pump views at the specified point-in-time.
- RMAN-05059: Table string.string resides in tablespace string
-
Cause: The tablespace that contained the specified table did not allow Tablespace Point-in-Time Recovery.
- RMAN-05060: block specifier must be specified to recover block
-
Cause: Block Specifier was not specified in the command.
- RMAN-05061: analyzing automatic repair options complete
-
Cause: This is an informational message only.
- RMAN-05062: image copy needs no roll forward
-
Cause: The image copy that would be rolled forward by the RECOVER COPY command is already more recent than the specified UNTIL time or system change number (SCN).
- RMAN-05063: Cannot recover specified tables
-
Cause: Previously encountered errors required corrective action.
- RMAN-05064: REMAP TABLE clause is only valid for Table Point-in-Time Recovery
-
Cause: The REMAP TABLE clause was specified for a non-Table Point-in-Time Recovery.
- RMAN-05065: REMAP TABLESPACE clause is only valid for Table Point-in-Time Recovery
-
Cause: The REMAP TABLESPACE clause was specified for a non-Table Point-in-Time Recovery.
- RMAN-05066: NOTABLEIMPORT clause is only valid for Table Point-in-Time Recovery
-
Cause: The NOTABLEIMPORT clause was specified for a non-Table Point-in-Time Recovery.
- RMAN-05067: Table string already specified
-
Cause: The specified table was already specified to be recovered.
- RMAN-05069: New table name string for user string was already specified for other table
-
Cause: The same table name for the same user has already been specified for a different table.
- RMAN-05070: Running TRANSPORT_SET_CHECK on recovery set tablespaces
-
Cause: This is an informational message only.
- RMAN-05071: TRANSPORT_SET_CHECK completed successfully
-
Cause: This is an informational message only.
- RMAN-05072: TRANSPORT_SET_CHECK failed
-
Cause: SYS.TS_PITR_CHECK was not empty for recovery set tablespaces.
- RMAN-05073: Tablespace string creation SCN string is ahead of point-in-time SCN string
-
Cause: The tablespace was found in the control file but the creation system change number (SCN) of the data file(s) is after the specified point-in-time. This can happen if a previous tablespace point-in-time recovery was performed, for the tablespace.
- RMAN-05074: Tablespace string does not exist at specified point-in-time SCN string
-
Cause: The tablespace was found in the control file but the creation system change number (SCN) of the data file(s) is after the specified point-in-time.
- RMAN-05075: Remapped object string is not being recovered
-
Cause: The specified remapped object was not recovered.
- RMAN-05076: Remapped tablespace string is not being recovered
-
Cause: The specified tablespace was not recovered. None of the objects being recovered belong to the specified tablespace.
- RMAN-05077: New tablespace string does not exist in target database
-
Cause: The new tablespace in the REMAP TABLESPACE clause could not be found in the target database.
- RMAN-05078: Table Point-in-Time Recovery requires an UNTIL clause
-
Cause: Table Point-in-Time Recovery was specified without a point-in-time specification.
- RMAN-05079: Table string already remapped
-
Cause: The same table appeared in another remap specification.
- RMAN-05080: Not performing table import after point-in-time recovery
-
Cause: As requested, Data Pump Import was not performed after the point-in-time recovery was performed.
- RMAN-05081: Cannot use REMAP clauses if NOTABLEIMPORT clause is used
-
Cause: The NOTABLEIMPORT clause was specified together with either the REMAP TABLE or REMAP TABLESPACE clause. These clauses are used during importing of the tables and, therefore, are invalid.
- RMAN-05082: Tablespace string already remapped
-
Cause: The same tablespace appeared in another remap specification.
- RMAN-05083: Partition string.string.string not found
-
Cause: The specified partition was not found in the dictionary at the specified point-in-time.
- RMAN-05084: \nPerforming export of tables...
-
Cause: This is an informational message only.
- RMAN-05085: \nPerforming import of tables...
-
Cause: This is an informational message only.
- RMAN-05086: DUMP FILE clause is only valid for Table Point-in-Time Recovery
-
Cause: The DUMP FILE clause was specified for a non-Table Point-in-Time Recovery.
- RMAN-05087: \nPerforming export of metadata for specified tablespaces...
-
Cause: This is an informational message only.
- RMAN-05088: DB_CREATE_FILE_DEST is not set
-
Cause: TO NEW was specified for a RESTORE BACKUPPIECE command but DB_FILE_CREATE_DEST was not set for the target database.
- RMAN-05089: Cannot specify string clause with cross-platform restore
-
Cause: The specified option was used for a cross-platform data file restore.
- RMAN-05090: FROM PLATFORM clause can only be used with cross-platform datafile restore
-
Cause: FROM PLATFORM clause was specified for a noncross-platform data file restore.
- RMAN-05091: UNTIL cannot be used with cross-platform datafile restore
-
Cause: An UNTIL command was in effect or an UNTIL clause was specified for a cross-platform data file restore.
- RMAN-05092: Option string cannot be used when restoring whole database with cross-platform datafile restore
-
Cause: The specified option was specified for whole database cross-platform data file restore.
- RMAN-05093: Restore cannot be mixed with cross-platform datafile restore
-
Cause: A restore specification was found when a cross-platform data file specification was expected.
- RMAN-05094: Cross-platform whole database restore requires that the database is not mounted
-
Cause: FOREIGN DATABASE specification was found but the database was not in the correct state.
- RMAN-05095: Data Pump import requires the database to be open read/write
-
Cause: During a cross-platform tablespace restore, DUMP FILE was specified without NOIMPORT and database was not open in read/write mode.
- RMAN-05096: FROM SERVICE option is not supported for archived logs
-
Cause: The FROM SERVICE option was supplied but does not apply to restoring archived logs.
- RMAN-05097: could not validate file header for datafile string from service string
-
Cause: The specified data file could not be accessed from the indicated service.
- RMAN-05098: schema string already remapped
-
Cause: The same schema appeared in another remap specification.
- RMAN-05099: not connected to target database with a password
-
Cause: A command that restores SPFILE to the target instance from a service name was requested. Such a command requires a password to be present in the connect string used to connect to the target instance.
- RMAN-05100: not connected to auxiliary database with a password
-
Cause: A command that restores SPFILE to the auxiliary instance from a service name was requested. Such a command requires a password to be present in the connect string used to connect to the auxiliary instance.
- RMAN-05101: Point-in-Time Recovery without CATALOG and TARGET not open requires that UNDO TABLESPACE is specified
-
Cause: A Point-in-Time Recovery was attempted when target database was not open without connection to a recovery catalog. It is necessary that the list of tablespaces with undo segments is provided with the UNDO TABLESPACE clause.
- RMAN-05102: auxiliary instance must be in the NOMOUNT state for Pluggable Database Point-in-Time Recovery
-
Cause: The Auxiliary instance was not in the NOMOUNT state.
- RMAN-05103: aborting Pluggable Database Point-in-Time Recovery
-
Cause: Previously encountered error(s) were issued which require corrective action.
- RMAN-05104: Specifying more than one Pluggable Databases is not supported
-
Cause: The command was attempted on more than one Pluggable Databases. This is not supported.
- RMAN-05105: Specifying string database is not supported.
-
Cause: This operation was not supported for the Pluggable Database that was specified in the command.
- RMAN-05106: datafile string conflicts with file used by database string
-
Cause: RMAN attempted to use the specified data file number as a restore destination, but this data file number was already in use by the specified database.
- RMAN-05107: AUXILIARY DESTINATION option is not specified
-
Cause: The AUXILIARY DESTINATION option was not specified for Pluggable Database Point-in-Time Recovery or Flashback Pluggable Database. This is a mandatory option for these commands unless Fast Recovery Area is used.
- RMAN-05108: Command is not supported for pluggable database
-
Cause: Pluggable database specified for this command. This is not supported.
- RMAN-05109: UNTIL SCN (string) is orphan incarnation of Pluggable Database string
-
Cause: Specified UNTIL CHANGE was an orphan incarnation of the Pluggable Database.
- RMAN-05110: Pluggable Database string must be closed.
-
Cause: Pluggable Database Point-in-Time Recovery or Flashback Pluggable Datdabase was attempted while the Pluggable Database was open.
- RMAN-05111: Pluggable Database Point-in-Time Recovery is not supported for standby
-
Cause: Pluggable Database Point-in-Time Recovery was attempted on standby. This is not supported.
- RMAN-05112: table "string"."string" already exists
-
Cause: The specified table was present in the dictionary in the target database.
- RMAN-05113: import completed with errors; Oracle Data Pump dump file string is retained
-
Cause: Import completed with errors.
- RMAN-05114: datafile string name string is already used by datafile string
-
Cause: RMAN attempted to use the specified data file name as a restore destination for the indicated data file, but this data file name was already in use by the specified database. This can happen during pluggable database point-in-time recovery to recover a dropped tablespace whose data file name was already in use by a pluggable database.
- RMAN-05115: Cross-platform INSTANT RESTORE is not supported.
-
Cause: An instant restore was specified using a data file copy from a different platform.
- RMAN-05116: feature was not enabled: string
-
Cause: The specified fature is not enabled.
- RMAN-05117: archive logs missing from SCN string to SCN string
-
Cause: Archive logs were missing for the SCN range.
- RMAN-05118: recovery will be done up to SCN string
-
Cause: This is an informational message only.
- RMAN-05119: recovery can not be done to a consistent state.
-
Cause: No archive logs or backups were found.
- RMAN-05120: failed to open the wallet for restore
-
Cause: An error occurred while opening the wallet with the specified password.
- RMAN-05121: decryption password set for string database
-
Cause: This is an informational message only.
- RMAN-05122: There is insufficient disk space string MB to perform table recovery of string MB.
-
Cause: The disk space required to perform restore exceeded the available space.
- RMAN-05123: skipping data file number because it is not a plugged in data file
-
Cause: A RESTORE or RECOVER command omitted processing the indicated data file because it was not a plugged in data file.
- RMAN-05124: cannot specify string clause with PREPLUGIN option
-
Cause: The specified option was used for a PREPLUGIN data file restore or recover command. This is not supported.
- RMAN-05126: cannot specify FROM SPARSE or FROM NONSPARSE option for active duplicate
-
Cause: Either the FROM SPARSE or FROM NONSPARSE option was specified for an active duplicate. The option is only allowed for nonactive duplicate.
- RMAN-05127: cannot specify FROM SPARSE or FROM NONSPARSE option for restore from service
-
Cause: Either the FROM SPARSE or FROM NONSPARSE option was specified for a restore from service.
- RMAN-05128: cannot specify FROM SPARSE or FROM NONSPARSE option for normal recovery
-
Cause: Either the FROM SPARSE or FROM NONSPARSE option was specified for a normal recovery.
- RMAN-05129: cannot specify FROM SPARSE or FROM NONSPARSE option for instant restore
-
Cause: Either the FROM SPARSE or FROM NONSPARSE option was specified for an instant restore.
- RMAN-05130: cannot specify FROM SPARSE or FROM NONSPARSE option for cross-platform restore
-
Cause: Either the FROM SPARSE or FROM NONSPARSE option was specified for an ordinary restore with cross-platform caluse.
- RMAN-05131: cannot specify FROM SPARSE or FROM NONSPARSE option for non datafile restore
-
Cause: Either the FROM SPARSE or FROM NONSPARSE option was specified for restoring a non data file.
- RMAN-05133: cannot specify SPARSE or NONSPARSE option in proxy backup
-
Cause: Either the SPARSE or the NONSPARSE option was specified for a proxy backup.
- RMAN-05134: cannot specify SPARSE or NONSPARSE option in incremental backup
-
Cause: Either the SPARSE or NONSPARSE option was specified for an incremental backup.
- RMAN-05135: incompatible use of SPARSE or NONSPARSE option in backup
-
Cause: An attempt to specify the SPARSE or NONSPARSE option in the BACKUP AS command failed. The BACKUP AS command can only be used to take non-cross-platform FULL or LEVEL 0 backups of data files. However, the option is prohibited for taking inconsistent backups of data files.
- RMAN-05136: UNTIL cannot be used with PREPLUGIN option
-
Cause: An UNTIL command was in effect or an UNTIL clause was specified for a PREPLUGIN data file restore or recover command. This is not supported.
- RMAN-05137: destination for foreign data file not specified in RESTORE
-
Cause: During restoration of a foreign data file, either the destination was not provided using the FORMAT option in the RESTORE command or Oracle Managed Files (OMF) were not configured.
- RMAN-05138: UNTIL AVAILABLE REDO can only be used with the keyword DATABASE
-
Cause: UNTIL AVAILABLE REDO was specified with keywords DATAFILE, TABLESPACE or PLUGGABLE DATABASE.
- RMAN-05139: incompatible use of AS ENCRYPTED or AS DECRYPTED option in restore
-
Cause: An attempt to specify the AS ENCRYPTED or AS DECRYPTED option in a RESTORE command failed. AS ECNRYPTED and AS DECRYPTED can only be specified for tablespace and database objects.
- RMAN-05140: cannot perform flashback PDB or PDB PITR across undo switch SCN
-
Cause: An attempt to flashback a pluggable database (PDB) or a PDB point-in-time recovery (PITR) across an undo switch system change number (SCN) failed.
- RMAN-05141: target database must be opened for flashback PDB or PDB point-in-time recovery
-
Cause: The target database was not opened.
- RMAN-05142: skipping excluded pluggable database string data files
-
Cause: An RMAN command such as BACKUP, DUPLICATE, FLASHBACK, RECOVER, RESTORE has omitted processing data files belonging to the indicated pluggable database (PDB). This was because the data files belong to the PDB that has been marked excluded from backup and restore operations.
- RMAN-05143: Command is not supported for excluded pluggable database string
-
Cause: Pluggable database specified for this command is excluded from backup and restore operations. This is not supported.
- RMAN-05144: schema string does not exist
-
Cause: The new schema required for remapping did not exist in the database.
- RMAN-05145: incompatible option for RECOVER STANDBY DATABASE: string
-
Cause: RECOVER STANDBY DATABASE statement was used to synchronize the standby database from the primary database and the only valid options are FROM SERVICE and PFILE.
- RMAN-05146: must be connected to standby database to issue RECOVER STANDBY DATABASE
-
Cause: An attempt was made to recover a standby database from a non-standby database.
- RMAN-05147: instance not started with server parameter file and no PFILE option provided
-
Cause: SPFILE or PFILE were not provided for the RECOVER STANDBY DATABASE command.
- RMAN-05148: flashback needs to be reenabled on standby open
-
Cause: Flashback was enabled before the standby database was synchronized but could not be reenabled until the standby database was opened.
- RMAN-05149: Either FROM SERVICE or NOREDO clause is required for RECOVER STANDBY DATABASE command.
-
Cause: Neither FROM SERVICE nor NOREDO clause was provided for the RECOVER STANDBY DATABASE command.
- RMAN-05150: Managed Recovery Process must be disabled before running RECOVER STANDBY DATABASE.
-
Cause: The Managed Recovery Process was enabled when an attempt was made to run the RECOVER STANDBY DATABASE command.
- RMAN-05151: duplicate pluggable database does not support encryption
-
Cause: An encryption is not supported for duplicating a pluggable database.
- RMAN-05152: data file number not processed because it is a plugged in data file
-
Cause: A RESTORE command omitted processing the indicated data file because it was a plugged in data file.
- RMAN-05153: ignoring sparse option for non-sparse data file number
-
Cause: The AS SPARSE option was used for a non-sparse data file which is not supported.
- RMAN-05154: The RECOVER STANDBY DATABASE command does not support using both FROM SERVICE and NOREDO clauses together.
-
Cause: Both FROM SERVICE and NOREDO clauses were provided for the RECOVER STANDBY DATABASE command.
- RMAN-05155: UNTIL clause not compatibile with FROM SERVICE clause
-
Cause: An UNTIL clause was provided with the RECOVER STANDBY DATABASE FROM SERVICE command.
- RMAN-05156: aborting recovery of standby database
-
Cause: The previously encountered errors require corrective action.
- RMAN-05157: The database must not be mounted on any other instance for RECOVER STANDBY DATABASE command.
-
Cause: The RECOVER STANDBY DATABASE command was attempted while the database was mounted on another instance.
- RMAN-05158: WARNING: auxiliary (string) file name string conflicts with a file used by the target database
-
Cause: Recovery Manager (RMAN) attempted to use the specified file name as a restore destination in the auxiliary database, but this name was already in use by the target database. If the auxiliary database instance can access the storage where the target data files are residing, then the target database file gets overwritten causing corruption in the target database.
- RMAN-05159: duplicating string to Oracle Managed File (OMF) location
-
Cause: This is an informational message only.
- RMAN-05500: the auxiliary database must be not mounted when issuing a DUPLICATE command
-
Cause: A DUPLICATE command was issued, but the auxiliary database is mounted.
- RMAN-05501: aborting duplication of target database
-
Cause: Previously encountered errors require corrective action.
- RMAN-05502: the target database must be mounted when issuing a DUPLICATE command
-
Cause: A DUPLICATE command was issued, but the target database control file is not mounted.
- RMAN-05503: at least one auxiliary channel must be allocated to execute this command
-
Cause: No auxiliary channels were allocated.
- RMAN-05504: at least two redo log files or groups must be specified for this command
-
Cause: Only one redo log file or group was specified
- RMAN-05505: auxiliary file name conversion of 'string' exceeds maximum length of string
-
Cause: When the given file name is converted to the name used for the auxiliary database, the converted name is larger than the maximum allowed file name.
- RMAN-05506: error during recursive execution
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-05507: standby control file checkpoint (string) is more recent than duplication point-in-time (string)
-
Cause: A DUPLICATE FOR STANDBY command was issued, but the checkpoint of the control file is more recent than the last archived log or the specified point-in-time.
- RMAN-05510: Duplicate finished
-
Cause: This is an informational message only.
- RMAN-05511: Datafile string skipped by request
-
Cause: This is an informational message only.
- RMAN-05512: Tablespace string cannot be skipped from duplication
-
Cause: The SYSTEM and SYSAUX tablespaces were not included in the DUPLICATE DATABASE. They must be present.
- RMAN-05513: cannot duplicate, control file is not current or standby
-
Cause: Target database did not have a current or standby control file. DUPLICATE requires the target database to have a current or standby control file.
- RMAN-05514: Tablespace string has undo information, cannot skip
-
Cause: All tablespaces that have undo information must be included in the duplication.
- RMAN-05515: Duplicate for standby does not allow the use of SET UNTIL
-
Cause: A SET UNTIL clause was specified for the command.
- RMAN-05516: duplicate operand specified: string
-
Cause: The specified operand appears more than once in the same DUPLICATE option list
- RMAN-05517: tempfile string conflicts with file used by target database
-
Cause: RMAN attempted to use the specified tempfile as a restore destination in the auxiliary database, but this name was already in use by the target database.
- RMAN-05518: Automatically adding tablespace string
-
Cause: This is an informational message only.
- RMAN-05519: warning: tablespace string is always included when duplicating
-
Cause: The SYSTEM and SYSAUX tablespaces were included in the DUPLICATE TABLESPACE command. They were automatically included by the command and did not need to be explicitly named.
- RMAN-05520: database name mismatch, auxiliary instance has string, command specified string
-
Cause: The database name specified in the initialization parameter was not the same as the database name provided in the DUPLICATE command.
- RMAN-05521: DUPLICATE without CATALOG and TARGET not open requires that UNDO TABLESPACE is specified
-
Cause: A DUPLICATE was attempted when target database was not open without connection to a recovery catalog. It is necessary that the list of tablespaces with undo segments is provided with the UNDO TABLESPACE clause.
- RMAN-05522: Skipping tablespace string
-
Cause: This is an informational message only.
- RMAN-05523: Tablespace string is read only and SKIP READONLY was specified
-
Cause: Conflicting parameters were provided.
- RMAN-05524: Tablespace string is offline
-
Cause: It was not possible to duplicate offline tablespaces.
- RMAN-05525: SKIP TABLESPACE cannot be used when using DUPLICATE TABLESPACE
-
Cause: A SKIP TABLESPACE clause was specified for the command.
- RMAN-05526: datafile number not processed because file is OFFLINE IMMEDIATE
-
Cause: A DUPLICATE command omitted processing the indicated data file because it is offline immediate. The tablespace to which this data file belongs will also not be included. See message 5528.
- RMAN-05527: Tablespace string has one or more OFFLINE IMMEDIATE datafiles
-
Cause: It was not possible to duplicate a tablespace who had offline immediate tablespaces.
- RMAN-05528: datafile number not processed because file belongs to tablespace with one or more offline immediate datafile (string)
-
Cause: A DUPLICATE command omitted processing the indicated data file because it is part of a tablespace that has offline immediate data file. See message 5526.
- RMAN-05529: warning: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to disk group only.
-
Cause: It was not possible to convert ASM Oracle Managed Files names using DB_FILE_NAME_CONVERT parameter. RMAN changed these invalid names to the converted disk group name instead.
- RMAN-05530: an UNTIL TIME or SCN cannot be specified with FROM ACTIVE DATABASE
-
Cause: A DUPLICATE with FROM ACTIVE DATABASE was specified along with either a SET UNTIL statment or UNTIL clause on the command. This is not supported. A DUPLICATE FROM ACTIVE DATABASE always creates a copy as of the current time.
- RMAN-05531: a mounted database cannot be duplicated while datafiles are fuzzy
-
Cause: A DUPLICATE with FROM ACTIVE DATABASE command was specified while the database was mounted or open read-only. Unless the database is open read/write, the data files cannot be fuzzy.
- RMAN-05532: PASSWORD FILE specified without FROM ACTIVE DATABASE
-
Cause: The PASSWORD FILE clause of the DUPLICATE command was specified but the FROM ACTIVE DATABASE clause was not. A password file can only be duplicated if the FROM ACTIVE DATABSE clause has been used.
- RMAN-05533: Command string is not supported on string database
-
Cause: The specified command is not supported on this type of database. The type of database can be STANDBY, CLONE, or RAC.
- RMAN-05534: warning: LOG_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to disk group only.
-
Cause: It was not possible to convert ASM Oracle Managed Files names using LOG_FILE_NAME_CONVERT parameter. RMAN changed these invalid names to the converted disk group name instead.
- RMAN-05535: warning: All redo log files were not defined properly.
-
Cause: It was not possible to define all the redo log files. This can occur when LOG_FILE_NAME_CONVERT initialization parameter is defined but fails to match all the names or causes names to be created that are not in valid directories.
- RMAN-05536: auxiliary logfile name string conflicts with a file used by the target database
-
Cause: RMAN attempted to use the specified logfile name as a standby redo log file in the auxiliary database, but this name was already in use by the target database.
- RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause
-
Cause: A DUPLICATE was attempted when the auxiliary database was started with a server parameter file and the SPFILE sub-clause was specified. RMAN cannot restore the server parameter file if the auxiliary database is already started with a server parameter file.
- RMAN-05538: warning: implicitly using DB_FILE_NAME_CONVERT
-
Cause: The duplicated SPFILE had DB_FILE_NAME_CONVERT set and it has been used to produce data file names for the new database.
- RMAN-05539: DUPLICATE TARGET DATABASE cannot be used without connecting to the TARGET
-
Cause: A DUPLICATE TARGET DATABASE was attempted and no connection to the TARGET database was established.
- RMAN-05540: no archived logs found in repository for database string
-
Cause: Recovery catalog did not have archived log records for the specified database. If database is running in NOARCHIVELOG mode, then specify NOREDO.
- RMAN-05541: no archived logs found in target database
-
Cause: Target database was running in archived log mode, but control file did not have any archived log records.
- RMAN-05542: Only UNTIL TIME can be used with DUPLICATE without TARGET and CATALOG connections
-
Cause: A DUPLICATE without TARGET and CATALOG connections was attempted specifying an UNTIL clause that was not TIME based.
- RMAN-05543: DUPLICATE without TARGET connection requires that DATABASE is specified
-
Cause: A DUPLICATE without TARGET connection was attempted without specifying the database to duplicate.
- RMAN-05544: Cannot specify ACTIVE DATABASE when not connected to target database
-
Cause: DUPLICATE from ACTIVE DATABASE required a connection to the target database.
- RMAN-05545: warning: Until SCN string is ahead of SCN of last full resync of recovery catalog: string
-
Cause: The specified point-in-time for duplication without a target connection was ahead of the last time that the data file information was resynced to the recovery catalog. Information about offline and read-only data files might be incorrect.
- RMAN-05546: DUPLICATE without TARGET and CATALOG connections requires that BACKUP LOCATION is specified
-
Cause: A DUPLICATE without TARGET and CATALOG connections was attempted without specifying BACKUP LOCATION.
- RMAN-05547: Checking that duplicated tablespaces are self-contained
-
Cause: This is an informational message only.
- RMAN-05548: The set of duplicated tablespaces is not self-contained
-
Cause: A DUPLICATE TABLESPACE has specified a set of tablespaces that cannot function independently.
- RMAN-05549: The following SYS objects were found in skipped tablespaces
-
Cause: This is an informational message only.
- RMAN-05550: TARGET database not open, cannot verify that set of tablespaces being duplicated does not have SYS objects
-
Cause: This is an informational message only.
- RMAN-05551: Not connected to TARGET, cannot verify that set of tablespaces being duplicated does not have SYS objects
-
Cause: This is an informational message only.
- RMAN-05552: Object string on tablespace string
-
Cause: A SYS object was found in one of the skipped tablespaces.
- RMAN-05553: SYS objects in skipped tablespaces prevent duplication
-
Cause: Objects owned by SYS were found in the tablespaces that would not be duplicated.
- RMAN-05554: cannot specify INCARNATION when duplicating without TARGET and CATALOG connections
-
Cause: A DUPLICATE without TARGET and CATALOG connections was attempted when INCARNATION was also specified.
- RMAN-05555: Not connected to TARGET or TARGET not open, cannot verify that subset of tablespaces is self-contained
-
Cause: This is an informational message only.
- RMAN-05556: not all datafiles have backups that can be recovered to SCN string
-
Cause: One or more data files being duplicated could not be restored as no available backups were found.
- RMAN-05557: Target instance not started with server parameter file
-
Cause: SPFILE clause was used but target instance was not started with a server parameter file.
- RMAN-05558: Must specify DB_UNIQUE_NAME with FOR STANDBY clause
-
Cause: A DUPLICATE FOR STANDBY ... SPFILE command was issued but DB_UNIQUE_NAME was not provided for the standby database.
- RMAN-05559: error converting parameter string, string larger than number
-
Cause: While attempting to apply a PARAMETER_VALUE_CONVERT to the specified parameter value, the resulting string exceeded the maximum length for a value.
- RMAN-05560: Using previous duplicated file string for datafile number with checkpoint SCN of string
-
Cause: A data file copy from a previous duplicate attempt matching the duplicate name requested was found for the specified data file and will be used instead of restoring the data file from a backup.
- RMAN-05561: CATALOG did not return information about tablespaces with undo segments
-
Cause: A DUPLICATE with no target connection was attempted, but the recovery catalog did not have information about the tablespaces with undo segments at the specified point in time. It is necessary that the list of tablespaces with undo segments is provided with the UNDO TABLESPACE clause.
- RMAN-05562: SPFILE backup not found for database string with DBID number created before string in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05563: SPFILE backup not found for database with DBID number created before string in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05564: SPFILE backup not found for database string created before string in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05565: SPFILE backup created before string not found in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05566: SPFILE backup not found for database string with DBID number in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05567: SPFILE backup not found for database with DBID number in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05568: SPFILE backup not found for database string in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location that satisfied the specified parameters.
- RMAN-05569: SPFILE backup not found in string
-
Cause: RMAN could not locate a backup of the SPFILE in the specified location.
- RMAN-05570: Duplicate for standby does not allow the use of LOGFILE
-
Cause: A LOGFILE clause was specified for the command.
- RMAN-05571: DORECOVER specified for non standby duplication
-
Cause: A DORECOVER clause was specified and the duplicate did not specify FOR STANDBY.
- RMAN-05572: CONTROLFILE backup not found for database string with DBID number created before string in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05573: CONTROLFILE backup not found for database with DBID number created before string in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05574: CONTROLFILE backup not found for database string created before string in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05575: CONTROLFILE backup created before string not found in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05576: CONTROLFILE backup not found for database string with DBID number in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05577: CONTROLFILE backup not found for database with DBID number in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05578: CONTROLFILE backup not found for database string in string
-
Cause: RMAN could not locate a backup of the control file in the specified location that satisfied the specified parameters.
- RMAN-05579: CONTROLFILE backup not found in string
-
Cause: RMAN could not locate a backup of the control file in the specified location.
- RMAN-05580: Duplicate for standby does not allow the use of SKIP READONLY
-
Cause: A SKIP READONLY clause was specified for the command.
- RMAN-05581: Duplicate for standby does not allow the use of SKIP TABLESPACE
-
Cause: A SKIP TABLESPACE clause was specified for the command.
- RMAN-05582: Duplicate for standby does not allow the use of OPEN RESTRICTED
-
Cause: An OPEN RESTRICTED clause was specified for the command.
- RMAN-05583: Duplicate for standby does not allow the use of TABLESPACE
-
Cause: A TABLESPACE clause was specified for the command.
- RMAN-05584: Duplicate for standby does not allow the use of NOREDO
-
Cause: A NOREDO clause was specified for the command.
- RMAN-05585: Duplicate for standby does not allow the use of UNDO TABLESPACE
-
Cause: A UNDO TABLESPACE clause was specified for the command.
- RMAN-05586: The following materialized objects were found in skipped tablespaces
-
Cause: This is an informational message only.
- RMAN-05587: Materialized table string on tablespace string
-
Cause: A materialized table was found in one of the skipped tablespaces.
- RMAN-05588: Materialized index string on tablespace string
-
Cause: A materialized index was found in one of the skipped tablespaces.
- RMAN-05589: Materialized objects in skipped tablespaces prevent duplication
-
Cause: Materialized objects found in the tablespaces that would not be duplicated.
- RMAN-05590: Reenabling controlfile options for auxiliary database
-
Cause: This is an informational message only.
- RMAN-05591: Ignoring error, reattempt command after duplicate finishes
-
Cause: A sql error was received during the execution of command.
- RMAN-05592: Dropping offline and skipped tablespaces
-
Cause: This is an informational message only.
- RMAN-05593: Could not drop tablespace string due to constraints, will reattempt removal after other tablespaces are removed
-
Cause: This is an informational message only.
- RMAN-05594: Could not drop tablespace string due to constraints
-
Cause: The tablespace failed to be dropped several times, no more attempts will be made.
- RMAN-05595: Leaving database unopened, as requested
-
Cause: User requested that the new database was not open.
- RMAN-05596: Error while removing created server parameter file
-
Cause: Server parameter file was not deleted. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-05597: Database started with server parameter file and PFILE clause used in command
-
Cause: A PFILE clause was specified for duplicate command, but database was started with a server parameter file causing a conflict.
- RMAN-05598: SPFILE and PFILE clause specified in command
-
Cause: SPFILE and PFILE clauses were specified for duplicate command causing a conflict.
- RMAN-05599: PASSWORD clause is not needed when duplicating for standby database from active database
-
Cause: PASSWORD clause was specified when creating a standby database from active database. This is not needed, it is automatic.
- RMAN-05600: Cannot specify UNTIL clause when duplicating from active database
-
Cause: An UNTIL clause in the command or with a SET UNTIL was in effect for an active database duplication.
- RMAN-05601: Failed to restore original settings to server parameter file
-
Cause: An error was received while duplicating the database after the server parameter file was modified by RMAN. An attempt was made to restore original settings to the server parameter file, but the original error was such that it was not possible to restore the settings.
- RMAN-05602: restarting auxiliary database without server parameter file
-
Cause: This is an informational message only.
- RMAN-05603: not connected to target database with a net service name
-
Cause: A command that restores files to the auxiliary instance from the target instance was requested. Such a command requires that a net service name be present in the connect string used to connect to the target instance.
- RMAN-05604: Cannot specify SECTION SIZE together with USING COPY
-
Cause: A SECTION SIZE clause was specified for the command. This option is valid only when USING BACKUPSET or USING COMPRESSED BACKUPSET option is specified.
- RMAN-05605: Cannot specify USING option when not using ACTIVE DATABASE option
-
Cause: A USING clause was specified for the command. This option is valid only when ACTIVE DATABASE option is specified.
- RMAN-05606: Cannot specify SECTION SIZE when not using ACTIVE DATABASE option
-
Cause: A SECTION SIZE clause was specified for the command. This option is valid only when ACTIVE DATABASE option is used.
- RMAN-05607: Cannot remove created server parameter file
-
Cause: Duplicate created a server parameter file that coould not be removed because no client parameter file was provided for the command.
- RMAN-05608: Tablespace string cannot be dropped due to partitioned table
-
Cause: A partitioned table was contained in the tablespaces that were not included in the new database, however the tablespaces cannot be dropped until the table is dropped.
- RMAN-05609: Must specify a username for target connection when using active duplicate
-
Cause: An active duplication was attempted but no username was provided in the connection to the target database.
- RMAN-05610: Must specify a username for auxiliary connection when using active duplicate
-
Cause: An active duplication was attempted but no username was provided in the connection to the auxiliary database.
- RMAN-05611: Usernames for target and auxiliary connections must be the same when using active duplicate
-
Cause: An active duplication was attempted but the usernames provided in the connection to the target and auxiliary database are not the same.
- RMAN-05612: Must specify a password for target connection when using active duplicate
-
Cause: An active duplication was attempted but no password was provided in the connection to the target database.
- RMAN-05613: Must specify a password for auxiliary connection when using active duplicate
-
Cause: An active duplication was attempted but no password was provided in the connection to the auxiliary database.
- RMAN-05614: Passwords for target and auxiliary connections must be the same when using active duplicate
-
Cause: An active duplication was attempted but the passwords provided in the connection to the target and auxiliary database are not the same.
- RMAN-05615: SKIP and DUPLICATE PLUGGABLE DATABASE cannot be used together
-
Cause: SKIP PLUGGABLE DATABASE and DUPLICATE PLUGGABLE DATABASE were both specified in the same command. These options are incompatible and cannot be used together.
- RMAN-05616: pluggable database string cannot be skipped from duplication
-
Cause: The CDB$ROOT and PDB$SEED databases were not included in the DUPLICATE DATABASE. They must be present.
- RMAN-05617: duplicate operand DUPLICATE TABLESPACE string and PLUGGABLE DATABASE string
-
Cause: The specified operand refers to same PLUGGABLE DATABASE in the DUPLICATE option list.
- RMAN-05618: duplicate operand SKIP TABLESPACE string and PLUGGABLE DATABASE string
-
Cause: The specified operand refers to same PLUGGABLE DATABASE in the DUPLICATE option list.
- RMAN-05619: SKIP PLUGGABLE DATABASE cannot be used with DUPLICATE TABLESPACE
-
Cause: A SKIP PLUGGABLE DATABASE clause was specified for the command.
- RMAN-05620: Skipping pluggable database string
-
Cause: This is an informational message only.
- RMAN-05621: password file location could not be found for the target database
-
Cause: The password file location did not exist for the target database instance.
- RMAN-05622: password file location could not be found for the auxiliary database
-
Cause: The password file location did not exist for the auxiliary database instance.
- RMAN-05623: number of patterns (number) to PARAMETER_VALUE_CONVERT must be even
-
Cause: An uneven number of patterns was specified.
- RMAN-05624: data file name not found in the repository for data file number=number
-
Cause: The data file name corresponding to the specified data file number was not found in the control file or recovery catalog.
- RMAN-05625: command not allowed when connected to a pluggable database
-
Cause: A command was attempted that can be performed only in the root container.
- RMAN-05626: The target database must be open.
-
Cause: A DUPLICATE with FROM ACTIVE DATABASE command was specified while the database was mounted or closed. To perform active database duplication of pluggable databases, the target database must be open in read-only or read/write mode.
- RMAN-05627: The clone database must be open in read/write mode.
-
Cause: A DUPLICATE with FROM ACTIVE DATABASE command was specified while the database was mounted or closed. To perform active duplication of pluggable databases, the clone database must be open in read/write mode.
- RMAN-05628: Target database pluggable database (string) does not exists.
-
Cause: The pluggable database being duplicated did not exist on the target database.
- RMAN-05629: The target pluggable database (string) must be open.
-
Cause: A DUPLICATE PLUGGABLE DATABASE with FROM ACTIVE DATABASE command was specified while the pluggable database was mounted or closed. When using the DUPLICATE command with pluggable databases, the specified target pluggable database must be open in read-only or read/write mode.
- RMAN-05630: Clone database pluggable database already exists: string.
-
Cause: The pluggable database specified in the DUPLICATE command was already in existence on the clone database.
- RMAN-05631: duplicate pluggable database does not allow the use of LOGFILE clause
-
Cause: A LOGFILE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05632: duplicate pluggable database does not allow the use of USING COPY clause
-
Cause: A USING COPY clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05633: duplicate pluggable database does not allow the use of SKIP READONLY clause
-
Cause: A SKIP READONLY clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05634: duplicate pluggable database does not allow the use of FOR FARSYNC clause
-
Cause: A FOR FARSYNC clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05635: duplicate pluggable database does not allow the use of FOR STANDBY clause
-
Cause: A FOR STANDBY clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05636: duplicate pluggable database does not allow the use of PFILE/SPFILE clause
-
Cause: A PFILE/SPFILE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05637: duplicate pluggable database does not allow the use of SKIP TABLESPACE clause
-
Cause: A SKIP TABLESPACE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05638: duplicate pluggable database does not allow the use of SKIP PLUGGABLE DATABASE clause
-
Cause: A SKIP PLUGGABLE DATABASE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05639: duplicate pluggable database does not allow the use of OPEN RESTRICTED clause
-
Cause: A OPEN RESTRICTED clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05640: duplicate pluggable database does not allow the use of TABLESPACE clause
-
Cause: A TABLESPACE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05641: duplicate pluggable database does not allow the use of PASSWORDFILE clause
-
Cause: A PASSWORDFILE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05642: duplicate pluggable database does not allow the use of NOREDO clause
-
Cause: A NOREDO clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05643: duplicate pluggable database does not allow the use of UNDO TABLESPACE clause
-
Cause: A UNDO TABLESPACE clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05644: duplicate pluggable database does not allow the use of BACKUP LOCATION clause
-
Cause: A BACKUP LOCATION clause was specified, but this clause is not supported for duplicating pluggable database.
- RMAN-05645: target database change tracking not enabled
-
Cause: For DUPLICATE pluggable databases, the specified target database must have change tracking enabled.
- RMAN-05646: duplicate pluggable database supported only with active duplicate
-
Cause: Duplicate pluggable database is allowed only for active duplication.
- RMAN-05647: duplicate pluggable database does not allow the use of AS ENCRYPTED or AS DECRYPTED clause
-
Cause: An AS ENCRYPTED or AS DECRYPTED clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05648: duplicate pluggable database does not allow the use of DORECOVER clause
-
Cause: A DORECOVER clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05649: duplicate pluggable database does not allow the use of UNTIL SCN or TO RESTORE POINT clause
-
Cause: A UNTIL SCN or TO RESTORE POINT clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05650: duplicate pluggable database does not allow the use of NOREMOVE clause
-
Cause: A NOREMOVE clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05651: duplicate pluggable database does not allow the use of NOCHECK clause
-
Cause: A NOCHECK clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05652: duplicate pluggable database does not allow the use of FORCE clause
-
Cause: A FORCE clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05653: duplicate pluggable database does not allow the use of NOOPEN clause
-
Cause: A NOOPEN clause was specified, but this clause is not supported for duplicating a pluggable database.
- RMAN-05654: target database local undo not enabled
-
Cause: For DUPLICATE pluggable databases (PDBs) or point-in-time recovery of application root PDB or application PDB, the specified target database did not have local undo enabled.
- RMAN-05655: specified REMOTE_RECOVERY_FILE_DEST parameter is NULL
-
Cause: For DUPLICATE pluggable databases, the specified clone instance SPFILE REMOTE_RECOVERY_FILE_DEST parameter was NULL.
- RMAN-05656: found backup of database ID string
-
Cause: This is an information message only.
- RMAN-05657: There are multiple database IDs present.
-
Cause: There were multiple database IDs present in the BACKUP LOCATION specified. RMAN did not know which database ID to use for the DUPLICATE command.
- RMAN-05658: searching for database ID
-
Cause: This is an information message only.
- RMAN-05659: failed to load XML file string
-
Cause: The XML file did not exist or has an invalid format.
- RMAN-05660: error parsing XML file string
-
Cause: XML file has an invalid format.
- RMAN-05661: multiple channel types not allowed for BACKUP LOCATION FROM FILE
-
Cause: Disk and non-disk channels were allocated for the BACKUP LOCATION FROM FILE option in the DUPLICATE command. Only one channel type can be used when using this option.
- RMAN-05662: The file name for data file number of excluded tablespace string is missing in the control file.
-
Cause: The data file was missing. The excluded tablespace was treated as a skipped tablespace but not dropped after DUPLICATE with the existing CONFIGURE EXCLUDE FOR TABLESPACE command was issued.
- RMAN-06000: could not open recovery manager library file: string
-
Cause: The "recover.bsq" file could not be opened.
- RMAN-06001: error parsing job step library
-
Cause: A syntax error was encountered while parsing "recover.bsq".
- RMAN-06002: command not allowed when not connected to a recovery catalog
-
Cause: A command that is allowed only when a recovery catalog connect string was supplied was attempted.
- RMAN-06003: Oracle error from target database: \nstring
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-06004: Oracle error from recovery catalog database: string
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-06005: connected to target database: string (DBID=string)
-
Cause: This is an informational message only.
- RMAN-06006: connected to target database: string (not mounted)
-
Cause: This is an informational message only.
- RMAN-06007: target database not mounted and db_name not set in init.ora
-
Cause: The target database has not mounted the control file, and its "init.ora" file does not specify the DB_NAME parameter.
- RMAN-06008: connected to recovery catalog database
-
Cause: This is an informational message only.
- RMAN-06009: using target database control file instead of recovery catalog
-
Cause: This is an informational message only.
- RMAN-06010: error while looking up datafile: string
-
Cause: An error occurred while looking up the specified data file in the recovery catalog or target database control file.
- RMAN-06011: invalid level specified: number
-
Cause: An invalid incremental backup level was specified.
- RMAN-06012: channel: string not allocated
-
Cause: A RELEASE command was found for a channel identifier that was not yet allocated.
- RMAN-06013: duplicate channel identifier found: string
-
Cause: A channel identifier was reused without first releasing the channel.
- RMAN-06014: command not implemented yet: string
-
Cause: Not all commands are implemented for the beta version.
- RMAN-06015: error while looking up datafile copy name: string
-
Cause: An error occurred while looking up the specified data file copy name in the recovery catalog or target database control file.
- RMAN-06016: duplicate backup operand specified: string
-
Cause: The specified operand appears more than once in the same backup specifier or backup command.
- RMAN-06017: initialization of parser failed
-
Cause: The parser package initialization routine returned an error.
- RMAN-06018: duplicate operand specified in backup specification: string
-
Cause: A backup specification operand appears more than once in a backup specification.
- RMAN-06019: could not translate tablespace name "string"
-
Cause: An error occurred while looking up the specified tablespace name in the recovery catalog or target database control file.
- RMAN-06020: connected to auxiliary database (not started)
-
Cause: This is an informational message only.
- RMAN-06021: FROM DATAFILECOPY/BACKUPSET may not be specified with archived logs
-
Cause: The FROM DATAFILECOPY/BACKUPSET option applies only to data file and control file restores.
- RMAN-06022: invalid level specified for image copy: number
-
Cause: An invalid incremental backup level was specified for an image copy.
- RMAN-06023: no backup or copy of datafile number found to restore
-
Cause: A data file, tablespace, or database restore could not proceed because no backup or copy of the indicated file was found. It may be the case that a backup or copy of this file exists but does not satisfy the criteria specified in the user's restore operands.
- RMAN-06024: no backup or copy of the control file found to restore
-
Cause: A control file restore could not proceed because no backup or copy of the control file was found. It may be the case that a backup or copy of this file exists but does not satisfy the criteria specified in the user's restore operands.
- RMAN-06025: no backup of archived log for thread number with sequence number and starting SCN of string found to restore
-
Cause: An archived log restore restore could not proceed because no backup of the indicated archived log was found. It may be the case that a backup of this file exists but does not satisfy the criteria specified in the user's restore operands.
- RMAN-06026: some targets not found - aborting restore
-
Cause: Some of the files specified for restore could not be found. Message 6023, 6024, or 6025 is also issued to indicate which files could not be found. Some common reasons why a file can not be restored are that there is no backup or copy of the file that is known to recovery manager, or there are no backups or copies that fall within the criteria specified on the RESTORE command, or some data file copies have been made but not cataloged.
- RMAN-06027: no archived logs found that match specification
-
Cause: An archived log record specifier did not match any archived logs in the recovery catalog or target database control file.
- RMAN-06028: duplicate operand specified in restore specification: string
-
Cause: The CHANNEL, TAG, FROM, PARMS, VALIDATE, DEVICE TYPE, CHECK READONLY or DB_UNIQUE_NAME option was specified more than once in the restore command or in one of the restore specifications.
- RMAN-06029: the control file may be included only in a datafile backup set
-
Cause: The "include current/standby control file" option was specified for an archived log backup set.
- RMAN-06030: the DELETE [ALL] INPUT option may not be used with a datafile backup set
-
Cause: The DELETE [ALL] INPUT option was specified for a backup that contains the current control file or data file.
- RMAN-06031: could not translate database keyword
-
Cause: An error was received when calling DBMS_RCVMAN
- RMAN-06032: at least 1 channel of TYPE DISK must be allocated to execute a COPY command
-
Cause: No channel of TYPE DISK was allocated.
- RMAN-06033: channel string not allocated
-
Cause: An rman command requests a specific channel, but the requested channel has not been allocated.
- RMAN-06034: at least 1 channel must be allocated to execute this command
-
Cause: No channels were allocated.
- RMAN-06035: wrong version of recover.bsq, expecting string, found string
-
Cause: The "recover.bsq" file is incompatible with the RMAN executable.
- RMAN-06036: datafile number is already restored to file string
-
Cause: A SET NEWNAME command was issued to restore a data file to a location other than the original data file, and Recovery Manager determined that the best candidate for restoring the file is the data file copy with the same name, therefore the file is already restored and no action need be taken.
- RMAN-06038: recovery catalog package detected an error
-
Cause: A call to DBMS_RCVMAN returned an error.
- RMAN-06039: SET NEWNAME command has not been issued for datafile string
-
Cause: A SWITCH command was specified for a data file, but no destination was specified and no SET NEWNAME command has been previously issued for that file. An explicit file to switch to must be specified if no SET NEWNAME command has been issued.
- RMAN-06040: control file is already restored to file string
-
Cause: The best candidate control file for restoration is the one that is named in the RESTORE CONTROLFILE command, hence no action need be taken.
- RMAN-06041: cannot switch file number to copy of file number
-
Cause: An attempt was made to switch a data file to a copy of a different data file.
- RMAN-06042: PLUS ARCHIVELOG option is not supported with non-datafile backups
-
Cause: The PLUS ARCHIVELOG option was supplied but does not apply to this type of backup.
- RMAN-06043: TAG option not supported for archived log copies
-
Cause: The tag option was supplied but does not apply to this type of copy.
- RMAN-06045: LEVEL option not supported for archived log or current/standby control file copies
-
Cause: The LEVEL option was supplied but does not apply to this type of copy.
- RMAN-06046: archived log name: string
-
Cause: An error occurred while translating an archived log name to its recovery catalog RECID/time stamp. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-06047: duplicate datafile number specified for restoration from copy
-
Cause: The indicated data file was specified more than once in the same restore command.
- RMAN-06048: duplicate control file specified for restoration from copy
-
Cause: The control file was specified more than once in the same RESTORE command.
- RMAN-06049: CHECK LOGICAL option not supported for archived log or current/standby control file copies
-
Cause: The check logical option was supplied but does not apply to this type of copy.
- RMAN-06050: archived log for thread number with sequence number is already on disk as file string
-
Cause: An archived log which was requested to be restored (either explicitly or via a range specification) does not need to be restored because it already exists on disk.
- RMAN-06051: DELETE INPUT option not implemented yet
-
Cause: This option was specified in a backup specification.
- RMAN-06052: no parent backup or copy of datafile number found
-
Cause: An incremental backup at level 1 or higher could not find any parent backup or copy of the indicated data file. A level 0 backup of the data file will be taken automatically.
- RMAN-06053: unable to perform media recovery because of missing log
-
Cause: This message is accompanied with another message identifying the missing log. The log would be needed to perform the media recovery, but the log is not on disk and no backup set containing the log is available.
- RMAN-06054: media recovery requesting unknown archived log for thread string with sequence string and starting SCN of string
-
Cause: Media recovery is requesting a log whose existence is not recorded in the recovery catalog or target database control file.
- RMAN-06055: could not find archived log with sequence string for thread string
-
Cause: A log which was on disk at the start of media recovery or which should have been restored from a backup set could not be found.
- RMAN-06056: could not access datafile number
-
Cause: A backup or copy could not proceed because the data file header could not be read or the header was not valid.
- RMAN-06057: a standby control file cannot be included along with a current control file
-
Cause: "current control file" was specified along with "standby control file".
- RMAN-06058: a current control file cannot be included along with a standby control file
-
Cause: "standby control file" was specified along with "current control file".
- RMAN-06059: expected archived log not found, loss of archived log compromises recoverability
-
Cause: The archived log was not found. The recovery catalog or target database control file thinks it does exist. If the archived log has in fact been lost and there is no backup, then the database is no longer recoverable across the point-in-time covered by the archived log. This may occur because the archived log was removed by an outside utility without updating the recovery catalog or target database control file.
- RMAN-06060: warning: skipping datafile compromises tablespace string recoverability
-
Cause: SKIP INACCESSIBLE or SKIP OFFLINE option resulted in skipping data file during BACKUP. If the data file has in fact been lost and there is no backup, then the tablespace is no longer recoverable without ALL archived logs since data file creation. This may occur because the data file was deleted by an outside utility or the data file is made OFFLINE [DROP].
- RMAN-06061: warning: skipping archived log compromises recoverability
-
Cause: SKIP INACCESSIBLE option resulted in skipping archived logs during BACKUP. If the archived log has in fact been lost and there is no backup, then the database is no longer recoverable across the point-in-time covered by the archived log. This may occur because archived log was removed by an outside utility without updating the recovery catalog or target database control file.
- RMAN-06062: can not backup SPFILE because the instance was not started with SPFILE
-
Cause: A backup command requested a backup of the SPFILE, but no SPFILE was used to startup the instance.
- RMAN-06063: DBID is not found in the recovery catalog
-
Cause: DBID is not found in the recovery catalog.
- RMAN-06064: creating datafile file number=string name=string
-
Cause: RESTORE/RECOVER command was issued and there were no backup available for the data file.
- RMAN-06065: The operand [string] conflicts with another specified operand.
-
Cause: An attempt was made to use two (or more) conflicting operands within the same statement.
- RMAN-06066: the target database must be mounted when issuing a RECOVER command
-
Cause: A RECOVER command was issued, but the target database control file is not mounted.
- RMAN-06067: RECOVER DATABASE required with a backup or created control file
-
Cause: The control file has been restored from a backup or was created via ALTER DATABASE CREATE CONTROLFILE.
- RMAN-06068: recovery aborted because of missing datafiles
-
Cause: This error should be accompanied by one or more instances of message ORA-06094.
- RMAN-06069: the file name for datafile string is missing in the control file
-
Cause: Media recovery of a backup control file added this data file to the control file, but it does not set the file name because that is unsafe.
- RMAN-06070: DBWR could not identify datafile string
-
Cause: DBWR could not find the specified data file.
- RMAN-06071: could not open datafile string
-
Cause: An error was encountered when trying to open the specified data file.
- RMAN-06073: file header is corrupt for datafile string
-
Cause: Oracle detected a corruption in the file header. A media failure has probably occurred.
- RMAN-06074: file string is not an Oracle datafile
-
Cause: The file header indicates that this file is not a data file. The file may have been overlaid or corrupted.
- RMAN-06075: datafile string does not belong to this database
-
Cause: The file header indicates that this file belongs to some other Oracle database.
- RMAN-06076: datafile string contains wrong datafile
-
Cause: The data file header indicates the file contains a different data file number.
- RMAN-06077: datafile string is a different version than contained in the control file
-
Cause: The control file entry for this data file specifies a different version of this data file. Different versions of a data file can exist when a tablespace is dropped, and a new tablespace is created which reuses the same data file numbers.
- RMAN-06078: the control file is older than datafile string
-
Cause: The control file appears to be older than the specified data file, but it is not marked as a backup control file. This indicates that the control file has been replaced with an older version. This error does not occur when a backup control file which was created via Recovery Manager or the ALTER DATABASE BACKUP CONTROLFILE command is restored because such control files are marked as backups.
- RMAN-06079: database must be mounted to perform recovery
-
Cause: A RECOVER command was issued, but the target database is not mounted.
- RMAN-06080: SWITCH required for datafile string
-
Cause: The control file record for this data file is for an older incarnation of the data file. A SWITCH command must be issued to updated the control file before doing RECOVER.
- RMAN-06081: error reading datafile header for datafile string, code string
-
Cause: X$KCVFH returned the specified code in the HXERR column when it was queried for the specified data file.
- RMAN-06082: datafile copy tag string is ambiguous
-
Cause: The specified tag refers to multiple data file copies belonging to different data files.
- RMAN-06083: error when loading stored script string
-
Cause: The recovery catalog database returned an error. This error explains the cause of the problem.
- RMAN-06084: the target database may not be mounted when issuing REPLICATE
-
Cause: A REPLICATE command was issued, but the target database is already mounted.
- RMAN-06085: must use SET NEWNAME command to restore datafile string
-
Cause: A RESTORE command for the specified data file could not find a destination name for the specified data file.
- RMAN-06086: offline files may only be skipped in a datafile backup set
-
Cause: The SKIP OFFLINE option was specified for an archived log backup set.
- RMAN-06087: read-only files may only be skipped in a datafile backup set
-
Cause: The SKIP READONLY option was specified for an archived log backup set.
- RMAN-06088: datafile copy string not found or out of sync with catalog
-
Cause: The indicated file is not found, or is found but is not the same file that the recovery catalog thinks it is. It is likely that some operation outside of Recovery Manager has altered the file, or that Recovery Manager has not resynced with the target database.
- RMAN-06089: archived log string not found or out of sync with catalog
-
Cause: The indicated file is not found, or is found but is not the same file that the recovery catalog thinks it is. It is likely that some operation outside of Recovery Manager has altered the file, or that Recovery Manager has not resynced with the target database.
- RMAN-06090: error while looking up control file copy: string
-
Cause: An error occurred while looking up the specified control file copy in the recovery catalog or target database control file.
- RMAN-06091: no channel allocated for maintenance (of an appropriate type)
-
Cause: A command was entered that requires a maintenance channel, and no maintenance channel is allocated, or none of the appropriate type.
- RMAN-06092: error while looking up backup piece
-
Cause: An error occurred while looking up the specified backup piece in the recovery catalog or target database control file.
- RMAN-06093: recovery catalog contains obsolete version of datafile string
-
Cause: The specified data file number was dropped and then reused. The control file mounted by the target database contains the newer version of the data file, but the recovery catalog contains information about only the older version.
- RMAN-06094: datafile string must be restored
-
Cause: A RECOVER command was issued, and the recovery catalog indicates the specified data file should be part of the recovery, but this data file is not listed in the control file, and cannot be found on disk.
- RMAN-06095: a backup control file must be restored to recover datafile string
-
Cause: The control file currently mounted by the target database contains a newer incarnation of the data file than the recovery catalog indicates is appropriate for the Point-in-Time being recovered to.
- RMAN-06096: SWITCH required for newname of datafile string to take effect
-
Cause: A SET NEWNAME was issued for this data file, but no SWITCH command was issued before the RECOVER command.
- RMAN-06098: the target database must be mounted when issuing a BACKUP command
-
Cause: A BACKUP command was issued, but the target database control file is not mounted.
- RMAN-06099: error occurred in source file: string, line: number
-
Cause: See accompanying error.
- RMAN-06100: no channel to restore a backup or copy of datafile number
-
Cause: A data file, tablespace, or database restore could not proceed because the backup of the indicated file exists on a device type that was not allocated for restore.
- RMAN-06101: no channel to restore a backup or copy of the control file
-
Cause: A control file restore could not proceed because the backup of the indicated file exists on a device type that was not allocated for restore.
- RMAN-06102: no channel to restore a backup or copy of archived log for thread number with sequence number and starting SCN of string
-
Cause: An archived log restore restore could not proceed because the backup of the indicated file exists on a device type that was not allocated for restore.
- RMAN-06103: duplicate qualifier found in REPORT command: string
-
Cause: The indicated qualifier appears more than once in a REPORT qualifier list.
- RMAN-06104: number of times not backed up must be greater than zero
-
Cause: The NOT BACKED UP clause of the BACKUP command specified 0 times.
- RMAN-06105: duplicate qualifier found in LIST command: string
-
Cause: The indicated qualifier appears more than once in a LIST qualifier list.
- RMAN-06106: this command requires that target database be mounted
-
Cause: A command was issued that requires the target database to be mounted, but the target database is not mounted.
- RMAN-06107: warning: control file is not current for REPORT NEED BACKUP DAYS
-
Cause: The REPORT NEED BACKUP DAYS command may report some files as requiring backups when they really do not, because the most current online status of the file is not known unless a current control file is mounted.
- RMAN-06108: changed datafile copy unavailable
-
Cause: This is an informational message only.
- RMAN-06109: changed archived log unavailable
-
Cause: This is an informational message only.
- RMAN-06110: changed control file copy unavailable
-
Cause: This is an informational message only.
- RMAN-06111: changed backup piece unavailable
-
Cause: This is an informational message only.
- RMAN-06112: changed datafile copy available
-
Cause: This is an informational message only.
- RMAN-06113: changed archived log available
-
Cause: This is an informational message only.
- RMAN-06114: changed control file copy available
-
Cause: This is an informational message only.
- RMAN-06115: changed backup piece available
-
Cause: This is an informational message only.
- RMAN-06116: cannot crosscheck unavailable object
-
Cause: An attempt was made to crosscheck an object which is unavailable.
- RMAN-06117: cannot do DELETE EXPIRED on an object which is not expired
-
Cause: An attempt was made to DELETE EXPIRED an object which is not expired.
- RMAN-06118: a backup control file older than SCN string must be used for this recovery
-
Cause: An attempt was made to recover the database, but some files had no backup, and were not present in the control file at the beginning of the restore. This happens when the control file used during the recovery is a backup control file taken before the creation of some of the files that had no backup. In this situation, the control file that is used must be taken before the creation of all files that have no backup. This will enable RMAN to automatically re-create all of the files that had no backup.
- RMAN-06119: uncataloged datafile copy
-
Cause: This is an informational message only.
- RMAN-06120: uncataloged archived log
-
Cause: This is an informational message only.
- RMAN-06121: uncataloged control file copy
-
Cause: This is an informational message only.
- RMAN-06122: CHANGE .. UNCATALOG not supported for BACKUPSET
-
Cause: The CHANGE BACKUPSET .. UNCATALOG command was entered. The UNCATALOG operation is not supported with backup set.
- RMAN-06123: operation not supported without the recovery catalog or mounted control file
-
Cause: A command was used which requires a connection to a recovery catalog database or the target database to be mounted. The command cannot be used when no backup repository is available.
- RMAN-06124: error while looking up datafile copy key: number
-
Cause: An error occurred while looking up the specified data file copy key in the recovery catalog or target database control file.
- RMAN-06125: error while looking up archived log key: number
-
Cause: An error occurred while looking up the specified archived log key in the recovery catalog or target database control file.
- RMAN-06126: skipping offline file string
-
Cause: The indicated file will not be included in the backup set because it is offline and the SKIP OFFLINE option was specified.
- RMAN-06127: skipping read-only file string
-
Cause: The indicated file could not be included in the backup set because it was read-only and the SKIP READONLY option was specified.
- RMAN-06128: skipping inaccessible file string
-
Cause: The indicated file will not be included in the backup set because it could not be read, and the SKIP INACCESSIBLE option was specified.
- RMAN-06129: invalid reserved channel ID: string
-
Cause: The specified channel id is invalid. DELETE and DEFAULT are reserved channel names and may not be specified by users.
- RMAN-06131: SKIP OFFLINE and SKIP READONLY are only allowed with current control file
-
Cause: The target database control file was not current. The SKIP OFFLINE and SKIP READONLY options are only permitted when the target database control file is current. When the target control file is not current, it is not possible to obtain a data file's offline or read-only status.
- RMAN-06132: cannot backup datafile string because it is not in the control file
-
Cause: A backup command was issued that includes the specified data file, but the data file is not listed in the control file. The control file is not current (it is a backup or a created control file).
- RMAN-06133: recovery catalog may have obsolete data for datafile string
-
Cause: A RESTORE UNTIL was issued, and the recovery catalog choose an older incarnation of the data file than is listed in the control file.
- RMAN-06134: host command complete
-
Cause: An operating system command has completed.
- RMAN-06135: error executing host command: string
-
Cause: A host command returned a non-zero return code.
- RMAN-06136: Oracle error from auxiliary database: string
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-06137: must have recovery catalog for REPORT SCHEMA AT TIME
-
Cause: A 'REPORT SCHEMA at_clause' command was issued, but there is no recovery catalog database.
- RMAN-06138: control file not mounted - must specify AT clause with REPORT command
-
Cause: A 'REPORT SCHEMA' with no at_clause was issued, and there is no recovery catalog, and there is also no control file mounted at the target database, so there is no place to get the information about the current list of files comprising the database.
- RMAN-06139: warning: control file is not current for REPORT SCHEMA
-
Cause: A 'REPORT SCHEMA' with no at_clause was issued, and there is no recovery catalog, and the control file mounted by the target instance is not current, so the information about the current list of data files may not be current.
- RMAN-06140: cannot specify TAG option with LIST INCARNATION
-
Cause: The TAG option was specified with LIST INCARNATION. This is not permitted because there is no TAG associated with a database incarnation.
- RMAN-06141: cannot specify ARCHIVELOG LIKE option with RESTORE
-
Cause: The ARCHIVELOG LIKE option was specified with RESTORE. This is not permitted because recovery catalog contains only those records that are not deleted from disk.
- RMAN-06142: DEVICE TYPE cannot be specified with this command
-
Cause: The DEVICE TYPE option was specified with a command that does not support it.
- RMAN-06143: LIKE may only be specified with COPY
-
Cause: The LIKE option was specified with a RMAN command. This is not permitted because only copies of data files, control files or archived logs have file names that may be tested with a LIKE operand.
- RMAN-06144: FROM or UNTIL may not be specified with LIST INCARNATION
-
Cause: The FROM or UNTIL option was specified with LIST INCARNATION. This is not permitted because there is no time associated with a database incarnation.
- RMAN-06145: control file is not current - obsolete file list may be incomplete
-
Cause: A CHANGE or REPORT command needs to compute the list of backups that are redundant and may be deleted. If the mounted control file is not current, it may not be possible to determine if a satisfactory backup exists for files which have been offline since the last OPEN RESETLOGS.
- RMAN-06146: changes found for file number beyond offline SCN
-
Cause: A CHANGE or REPORT command needs to compute the list of backups that are redundant and may be deleted. A backup was found for a file which is shown as offline in the target database control file, but the backup contains changes beyond the system change number(SCN) when the file went offline. This is most likely because the target database control file is not really current, but is a restored copy of an older control file.
- RMAN-06147: no obsolete backups found
-
Cause: A CHANGE or REPORT command could find no files that meet the specified criteria for obsoleteness.
- RMAN-06148: redundancy count must be greater than zero
-
Cause: The REDUNDANCY operand specified for a CHANGE or REPORT OBSOLETE command was zero.
- RMAN-06149: cannot BACKUP DATABASE in NOARCHIVELOG mode
-
Cause: A BACKUP DATABASE command was issued, but the target database was in NOARCHIVELOG mode and was open in READ/WRITE mode.
- RMAN-06150: auxiliary name for datafile number set to: string
-
Cause: This message is issued in response to a CONFIGURE AUXNAME command.
- RMAN-06151: datafile string creation SCN string
-
Cause: This is an informational message. It should be accompanied by other messages.
- RMAN-06152: copy number number does not exist
-
Cause: An attempt was made to specify an invalid copy number in the VALIDATE or RESTORE VALIDATE command.
- RMAN-06153: validation failed for datafile copy
-
Cause: The CHANGE DATAFILECOPY VALIDATE command discovered that the data file copy could not be found or no longer contains the same data, so its record was deleted from the recovery catalog or target database control file.
- RMAN-06154: validation succeeded for datafile copy
-
Cause: The CHANGE DATAFILECOPY VALIDATE command discovered that the data file copy still matches its data in the recovery catalog or target database control file.
- RMAN-06155: validation failed for control file copy
-
Cause: The CHANGE CONTROLFILECOPY VALIDATE command discovered that the control file copy could not be found or no longer contains the same data, so its record was deleted from the recovery catalog or target database control file.
- RMAN-06156: validation succeeded for control file copy
-
Cause: The CHANGE CONTROLFILECOPY VALIDATE command discovered that the control file copy still matches its data in the recovery catalog or target database control file.
- RMAN-06157: validation failed for archived log
-
Cause: The CROSSCHECK ARCHIVELOG command determined that the archived log could not be found or no longer contained the same data, so its record was marked expired.
- RMAN-06158: validation succeeded for archived log
-
Cause: The CROSSCHECK ARCHIVELOG command or VALIDATE HEADER option determined that the archived log still matches its data.
- RMAN-06159: error while looking up backup set
-
Cause: An error occurred while looking up the specified backup set in the recovery catalog or target database control file.
- RMAN-06160: no backup pieces found for backup set key: number
-
Cause: No backup pieces for the requested backup set were found in the recovery catalog, or the target database control file.
- RMAN-06161: error when inspecting auxiliary file name: string
-
Cause: This error is accompanied by other errors explaining the cause.
- RMAN-06162: sql statement: string
-
Cause: This is the sql statement about to be executed for a SQL command.
- RMAN-06163: some datafiles cannot be recovered, aborting the RECOVER command
-
Cause: This message should be followed by one or more 6162 or 6164 messages.
- RMAN-06164: warning: no channel of required type allocated to recover datafile number
-
Cause: A RECOVER command could not proceed because incremental backup sets or archived log backup sets exist on a device type that has not been allocated.
- RMAN-06165: datafile string is too old to recover, restore a more recent copy
-
Cause: The archived logs and/or incremental backup sets required to recover the data file do not exist, but a more recent backup of the data file exists which can be recovered.
- RMAN-06166: datafile string cannot be recovered
-
Cause: Incremental backups or archived redo logs needed to recover the data file cannot be found, and no recoverable full backup or data file copy exists.
- RMAN-06167: already connected
-
Cause: a CONNECT command was issued, but RMAN is already connected to the specified database.
- RMAN-06168: no backup pieces with this tag found: string
-
Cause: A tag was used to specify a list of backup pieces, but no backup pieces with this tag could be found.
- RMAN-06169: could not read file header for datafile string error reason string
-
Cause: The specified data file could not be accessed. The reason codes are: 1 - file name is MISSINGxx in the control file 2 - file is offline 3 - file is not verified 4 - DBWR could not find the file 5 - unable to open file 6 - I/O error during read 7 - file header is corrupt 8 - file is not a data file 9 - file does not belong to this database 10 - file number is incorrect 12 - wrong file version 15 - control file is not current
- RMAN-06170: no control file copy found with offline range RECID string STAMP string datafile string
-
Cause: This offline range is needed for recovering the specified data file, but the offline range record has aged out of the current control file and no control file copy with the record could be accessed. At least 1 control file copy containing the offline range was found in the recovery catalog and was in AVAILABLE status.
- RMAN-06171: not connected to target database
-
Cause: A command was issued but no connection to the target database has been established.
- RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
-
Cause: A restore could not proceed because no AUTOBACKUP was found or specified handle is not a valid copy or backup piece. In case of restore from AUTOBACKUP, it may be the case that a backup exists, but it does not satisfy the criteria specified in the user's restore operands. In case of restore from handle, it may be the handle is not a backup piece or control file copy. In may be that it does not exist.
- RMAN-06173: SET NEWNAME command has not been issued for datafile string when restore auxiliary
-
Cause: Auxiliary type was specified for the control file, but no SET NEWNAME command has been previously issued for a data file.
- RMAN-06174: not connected to auxiliary database
-
Cause: An auxiliary command was issued but no connection to a auxiliary database has been established.
- RMAN-06175: deleted script: string
-
Cause: A DELETE SCRIPT command was executed.
- RMAN-06176: no recovery required; all files are read-only, offline, or excluded
-
Cause: An attempt was made to recover files that were offline or read-only or excluded. A RECOVER DATABASE command does not need to recover any files because all of the files to be recovered are offline or read-only or excluded. This can only occur when the SKIP clause includes the SYSTEM tablespace or all files are excluded from backup, restore, and recover. All data files of a proxy pluggable database are implicitly excluded.
- RMAN-06177: restore not done; all files read only, offline, excluded, or already restored
-
Cause: A RESTORE command does not need to restore any files, because all of the files to be restored are offline, read-only, excluded, or are already restored to their correct destinations.
- RMAN-06178: datafile number not processed because file is offline
-
Cause: A RESTORE DATABASE or RECOVER DATABASE command omitted processing the indicated data file because it is offline clean at the desired point-in-time.
- RMAN-06179: datafile number not processed because file is read-only
-
Cause: A RESTORE DATABASE or RECOVER DATABASE command omitted processing the indicated data file because it is part of a read-only tablespace at the desired point-in-time.
- RMAN-06180: incremental backups require Enterprise Edition
-
Cause: A BACKUP command with INCREMENTAL LEVEL > 0 was specified.
- RMAN-06181: multiple channels require Enterprise Edition
-
Cause: Attempt to allocate more than 1 channel in a job.
- RMAN-06182: archived log string of thread string with sequence string larger than MAXSETSIZE
-
Cause: A BACKUP ARCHIVELOG command specified the MAXSETSIZE operand too low. The specified archived log is larger than MAXSETSIZE will allow.
- RMAN-06183: datafile or datafile copy string (file number string) larger than MAXSETSIZE
-
Cause: A BACKUP DATAFILE(copy) command specified the MAXSETSIZE operand too low. The specified data file is larger than MAXSETSIZE will allow.
- RMAN-06184: duplicate object in backup specifier: string string
-
Cause: A backup command specifies the same data file or copy of a data file multiple times.
- RMAN-06185: Recovery Manager incompatible with string database: RMAN number.number.number.number to number.number.number.number required
-
Cause: This version of recovery manager was incompatible with the indicated database or the DBMS_BACKUP_RESTORE package installed in the indicated database.
- RMAN-06186: PL/SQL package string.string version string in string database is too old
-
Cause: The specified PL/SQL package is a version that is too old to work with this version of the Recovery Manager (RMAN).
- RMAN-06187: control file copy string not found or out of sync with catalog
-
Cause: The indicated file is not found, or is found but is not the same file that the recovery catalog thinks it is. It is likely that some operation outside of Recovery Manager has altered the file, or that Recovery Manager has not resynced with the target database.
- RMAN-06188: cannot use command when connected to a mounted target database
-
Cause: An attempt was made to issue a command that can be used only when there is no connection to the target database or when the target database is not mounted.
- RMAN-06189: current DBID number does not match target mounted database (number)
-
Cause: SET DBID was used to set a DBID that does not match the DBID of the database to which RMAN is connected.
- RMAN-06190: PL/SQL package string.string version string in string database is not current
-
Cause: RMAN detected an old version of the specified package. RMAN will execute in backwards-compatible mode.
- RMAN-06191: PL/SQL package string.string version string in string database is too new
-
Cause: RMAN detected an incompatible version of the specified package.
- RMAN-06192: maximum value for MAXPIECESIZE or MAXSETSIZE must be between 1 KB and 2048 GB
-
Cause: Input size for MAXPIECESIZE or MAXSETSIZE was out of range.
- RMAN-06193: connected to target database (not started)
-
Cause: This is an informational message only.
- RMAN-06194: target database instance not started
-
Cause: A command was issued that requires the target database instance be started.
- RMAN-06195: auxiliary database not started
-
Cause: A command was issued that requires the auxiliary database instance be started.
- RMAN-06196: Oracle instance started
-
Cause: A STARTUP command completed successfully.
- RMAN-06197: Total System Global Area string bytes
-
Cause: This is an informational message only.
- RMAN-06198: string string bytes
-
Cause: This is an informational message only.
- RMAN-06199: database mounted
-
Cause: This is an informational message only.
- RMAN-06200: Changed string objects to AVAILABLE status
-
Cause: This is an informational message only.
- RMAN-06201: Deleted string objects
-
Cause: This is an informational message only.
- RMAN-06202: Deleted string EXPIRED objects
-
Cause: This is an informational message only.
- RMAN-06203: Changed KEEP options for string objects
-
Cause: This is an informational message only.
- RMAN-06204: Changed string objects to UNAVAILABLE status
-
Cause: This is an informational message only.
- RMAN-06205: Uncataloged string objects
-
Cause: This is an informational message only.
- RMAN-06206: Crosschecked string objects
-
Cause: This is an informational message only.
- RMAN-06207: warning: string objects could not be deleted for string channel(s) due
-
Cause: This is an informational message only.
- RMAN-06208: to mismatched status. Use CROSSCHECK command to fix status
-
Cause: This is an informational message only.
- RMAN-06209: List of failed objects
-
Cause: This is an informational message only.
- RMAN-06210: List of Mismatched objects
-
Cause: This is an informational message only.
- RMAN-06211: ==========================
-
Cause: This is an informational message only.
- RMAN-06212: Object Type Filename/Handle
-
Cause: This is an informational message only.
- RMAN-06213: --------------- ---------------------------------------------------
-
Cause: This is an informational message only.
- RMAN-06214: string string
-
Cause: This is an informational message only.
- RMAN-06215: List of objects that must perform same operation at other database
-
Cause: This is an informational message only.
- RMAN-06216: warning: db_unique_name mismatch - string objects could not be updated
-
Cause: This is an informational message only.
- RMAN-06217: not connected to auxiliary database with a net service name
-
Cause: A command that moves files from the target instance to the auxiliary instance was requested. Such a command requires a net service name be present in the connect string used to connect to the auxiliary instance.
- RMAN-06218: List of objects requiring same operation on database with db_unique_name string
-
Cause: This is an informational message only.
- RMAN-06219: List of objects not associated with all known db_unique_names
-
Cause: This is an informational message only.
- RMAN-06220: \nCreating automatic instance, with SID='string'
-
Cause: No connection to the auxiliary instance was provided, but the command requires an auxiliary instance.
- RMAN-06221: \nRemoving automatic instance
-
Cause: RMAN is removing the automatic auxiliary instance that was created for this command.
- RMAN-06223: starting up automatic instance string\n
-
Cause: This is an informational message only.
- RMAN-06224: Automatic instance created
-
Cause: This is an informational message only.
- RMAN-06225: shutting down automatic instance string\n
-
Cause: This is an informational message only.
- RMAN-06226: Automatic instance removed
-
Cause: This is an informational message only.
- RMAN-06230: List of Stored Scripts in Recovery Catalog
-
Cause: This message is issued in response to a LIST SCRIPT NAMES command. The following fields are shown for each script that is stored in the recovery catalog: Header indicating to what database the script belongs. Script Name: name of the script. Description: comment associated with this script.
- RMAN-06238: List of Databases
-
Cause: This message is issued in response to a LIST DB_UNIQUE_NAME command. The following fields are shown for each database that is known to the recovery catalog: DB Key: This is the unique key which identifies this database in the recovery catalog. DB Name: The name of the database. DB ID: The database ID. This is a number which remains the same for the life of the database, even if the database name is changed. DB_UNIQUE_NAME: db_unique_name value for the database.
- RMAN-06246: List of Database Incarnations
-
Cause: This message is issued in response to a LIST INCARNATION OF DATABASE command. The following fields are shown for each database that is registered with the recovery catalog: DB Key: This is the unique key which identifies this database in the recovery catalog. Inc Key: This is the unique key which identifies this incarnation of the database in the recovery catalog. DB Name: The name of the database. DB ID: The database ID. This is a number which remains the same for the life of the database, even if the database name is changed. Status: 'YES' if this is the current incarnation of this database, otherwise 'NO'. Reset SCN: system change number (SCN) of the most recent RESETLOGS operation. Reset Time: Time of the most recent RESETLOGS operation.
- RMAN-06250: Report of files that need backup due to unrecoverable operations
-
Cause: An unlogged change (such as 'create table unrecoverable') has been made to this file, and the most recent backup of the file does not contain those changes.
- RMAN-06263: string string string
-
Cause: This message is issued in response to the REPORT NEED BACKUP INCREMENTAL command, for those files which would use more than the specified number of incrementals during recovery.
- RMAN-06270: Report of files whose recovery needs more than number days of archived logs
-
Cause: This message is issued in response to the REPORT NEED BACKUP DAYS command for those files which need more than the specified number of days' archived logs for recovery.
- RMAN-06274: Report of files that must be backed up to satisfy number days recovery window
-
Cause: This message is issued in response to the REPORT NEED RECOVERY WINDOW OF n DAYS command for those files that must be backed up to satisfy specified retention policy.
- RMAN-06275: invalid number of days specified for report : string days
-
Cause: This message is issued in response to the REPORT NEED RECOVERY WINDOW OF n DAYS or REPORT NEED BACKUP DAYS n command when an invalid number of days was specified in input command.
- RMAN-06280: Report of obsolete backups and copies
-
Cause: This message is issued in response to the REPORT OBSOLETE command. Each of the files listed is obsolete because it is more redundant than the level of redundancy specified in the REPORT command.
- RMAN-06290: Report of database schema for database with db_unique_name string
-
Cause: This message is issued in response to the REPORT SCHEMA command. The report shows the physical schema of the database at the indicated time. The following fields are shown for each data file and tempfile: File: The file number. Size(MB): The size of the file in mega bytes. Tablespace: The name of the tablespace which contains this file. RB segs: YES if this file is part of a tablespace containing rollback segments, otherwise NO. Datafile/Tempfile Name: The file name. Maxsize(MB): Maximum file size to which file can be extended
- RMAN-06300: Report of files with less than number redundant backups
-
Cause: This message is issued when the REPORT NEED BACKUP REDUNDANCY command is used for those files which have less than the specified number of backups which can be used for recovery.
- RMAN-06306: ====================
-
Cause: This message is issued in response to a LIST BACKUP DATABASE/TABLESPACE/DATAFILE command when some backups were taken with the PROXY option. If a recovery catalog is in use, then the information comes from the recovery catalog, otherwise it comes from the target database control file. The following fields are shown for each proxy data file backup. Key: This is the unique key which identifies this proxy backup in the recovery catalog. This value can be used in a CHANGE command to change its status. If the target database control file is being used as the recovery catalog, then this field uniquely identifies this copy in the control file. File: The file number that this file was copied from. Status: This is the status of the file. Possible values are: A - Available U - Unavailable D - Deleted X - Expired Status 'U' will not be used if the target database control file is being used as the recovery catalog. Completion time: This is the date and time when the backup was created. This column will be printed in the default Oracle date format, unless overridden with a NLS_DATE_FORMAT environment variable. Ckp SCN: This is the checkpoint system change number (SCN) of the backup. The file contains all changes made at or before this SCN. Ckp time: This is the time that the file was last checkpointed. Handle: This is the media manager handle of the proxy backup.
- RMAN-06378: List of Backup Sets
-
Cause: This message is issued in response to a LIST BACKUP command.
- RMAN-06400: database opened
-
Cause: This is an informational message only.
- RMAN-06401: database is already started
-
Cause: A STARTUP command without the FORCE option was issued, but the target database is already started.
- RMAN-06402: Oracle instance shut down
-
Cause: This is an informational message only.
- RMAN-06403: could not obtain a fully authorized session
-
Cause: The most likely cause of this error is that one of the databases to which RMAN had previously connected is not started or has has been shutdown. Other error messages should identify exactly which database is the problem.
- RMAN-06404: database dismounted
-
Cause: This is an informational message only.
- RMAN-06405: database closed
-
Cause: This is an informational message only.
- RMAN-06406: deleted archived log
-
Cause: This is an informational message only.
- RMAN-06407: auxiliary instance file string deleted
-
Cause: This is an informational message only.
- RMAN-06408: recovery catalog upgraded to version string
-
Cause: This is an informational message issued by the UPGRADE CATALOG command. It indicates the version of the recovery catalog schema to which the recovery catalog was just upgraded. Note that this version number may not reflect the version number of your rman executable or target database, because the recovery catalog schema is not changed with each Oracle version.
- RMAN-06409: LIKE clause in LIST BACKUP OF ARCHIVELOG is not supported
-
Cause: LIST BACKUP OF ARCHIVELOG LIKE was used, which is not supported.
- RMAN-06410: cannot use command when channels are allocated
-
Cause: An attempt was made to issue a command that can be used only when there are no allocated channels.
- RMAN-06411: backup copies setting out of range (1-4): number
-
Cause: An attempt was made to set backup copies to an invalid value.
- RMAN-06412: no proxy copy channel found
-
Cause: A proxy copy was started, but no allocated channel supports proxy copy. This could be because the media management software used by the target database does not support proxy copy, or because all of the allocated channels are of type DISK, which never support proxy copy.
- RMAN-06413: channel string does not support proxy copy
-
Cause: The channel which was specified for this backup or restore does not support proxy copy. This could be because the media management software used by the target database does not support proxy copy, or because the channel is of type DISK, which never supports proxy copy.
- RMAN-06414: target database COMPATIBLE option does not support proxy copy
-
Cause: PROXY was specified, and the target database uses a media manager that supports proxy copy, but the COMPATIBLE initialization parameter of the target database must be 8.1.0 or greater to create proxy backups. If the database is downgraded to the earlier version that is specified in the COMPATIBLE parameter, then it will no longer be able to restore proxy backups.
- RMAN-06415: file string cannot be proxy backed up
-
Cause: The PROXY option was specified, but the media management software used by the target database cannot back up the specified file using proxy copy. If PROXY ONLY was specified, then the backup is terminated. If PROXY was specified, then this file will be placed into a non-proxy backup set.
- RMAN-06416: PROXY ONLY was specified and some files could not be proxy copied
-
Cause: PROXY ONLY was specified, and some of the files to be backed up could not be backed up by the media management software used by the target database. Message 6415 is issued for each file that cannot be proxy copied.
- RMAN-06417: command not allowed when connected to a virtual private catalog
-
Cause: The command that was entered cannot be used while connected to a virtual private catalog.
- RMAN-06418: proxy incremental backups with level > 0 not supported
-
Cause: PROXY was specified for a non-level-zero incremental backup. Proxy backups may only be full or level 0 backups.
- RMAN-06419: file string cannot be proxy restored from handle string
-
Cause: The media management software used by the target database indicated that it cannot restore the specified file from the specified backup handle.
- RMAN-06420: some files could not be proxy restored - aborting restore
-
Cause: Some of the files to be restored could not be restored by the media management software used by the target database. Message 6419 is issued for each file that cannot be restored.
- RMAN-06421: sent command to channel: string
-
Cause: This is an informational message only.
- RMAN-06422: no channels found for SEND command
-
Cause: No channels with the specified names or device types were found. If no channel qualifiers were specified, then no channels were allocated.
- RMAN-06423: requested limit of number exceeds vendor limit of number
-
Cause: A command was used to set the backup piece size limit, but the media management software used by the target database cannot create backup pieces that large.
- RMAN-06424: error while looking up proxy copy
-
Cause: An error occurred while looking up the specified proxy copy in the recovery catalog or target database control file.
- RMAN-06425: datafile pathname not available
-
Cause: This is an informational message only.
- RMAN-06426: RECOVERY_CATALOG_OWNER role must be granted to user string
-
Cause: The CREATE CATALOG or UPGRADE CATALOG command was used, but the USERID that was supplied in the CATALOG connect string does not have the RECOVERY_CATALOG_OWNER role granted as a DEFAULT role.
- RMAN-06427: recovery catalog already exists
-
Cause: The CREATE CATALOG command cannot be used when the recovery catalog already exists.
- RMAN-06428: recovery catalog is not installed
-
Cause: A recovery catalog database connection has been made, but the recovery catalog tables and views have not been installed.
- RMAN-06429: string database is not compatible with this version of RMAN
-
Cause: The indicated database is not compatible with this version of the Recovery Manager (RMAN). Other messages have also been issued which detail the cause of the error.
- RMAN-06430: recovery catalog USERID cannot be SYS
-
Cause: A recovery catalog connection was made to USERID SYS. The recovery catalog must be created in a USERID other than SYS.
- RMAN-06431: recovery catalog created
-
Cause: This is an informational message issued by the CREATE CATALOG command.
- RMAN-06432: recovery catalog dropped
-
Cause: This is an informational message issued by the DROP CATALOG command.
- RMAN-06433: error installing recovery catalog
-
Cause: An error was received from the recovery catalog database while it was being installed. Another error message shows the error message from the server.
- RMAN-06434: some errors occurred while removing recovery catalog
-
Cause: Some errors were received from the recovery catalog database while removing the recovery catalog.
- RMAN-06435: recovery catalog owner is string
-
Cause: This is an informational message issued by the UPGRADE CATALOG and DROP CATALOG commands.
- RMAN-06437: cannot drop catalog - catalog is newer than this RMAN
-
Cause: The DROP CATALOG command was entered, but the recovery catalog was created by a newer version of the Recovery Manager (RMAN). This version of RMAN may not be able to drop the entire recovery catalog.
- RMAN-06438: error executing package DBMS_RCVMAN in string database
-
Cause: Recovery Manager requires the DBMS_RCVMAN package in the SYS schema of the indicated database. Normally this package is installed during database creation. To re-create the package, run the files dbmsrman.sql and prvtrmns.plb.
- RMAN-06439: RMAN must be upgraded to version string to work with this package
-
Cause: This message indicates the minimum version of recovery manager required to use the package which was specified in message 6191.
- RMAN-06440: virtual catalog dropped
-
Cause: This is an informational message issued by the DROP CATALOG command, when connected to a virtual private catalog. Note that dropping a virtual private catalog does not delete any data, because the catalog data is owned by the base catalog.
- RMAN-06441: cannot upgrade catalog - catalog is already newer than this RMAN
-
Cause: The recovery catalog is already at a version level that is greater than this version of the Recovery Manager. The UPGRADE CATALOG command is not needed.
- RMAN-06443: error upgrading recovery catalog
-
Cause: An error was received from the recovery catalog database while upgrading the recovery catalog.
- RMAN-06444: error creating string
-
Cause: During the CREATE CATALOG or UPGRADE CATALOG command, the indicated object could not be created due to errors.
- RMAN-06445: cannot connect to recovery catalog after NOCATALOG has been used
-
Cause: The CONNECT CATALOG command was used after the user had already specified the NOCATALOG option.
- RMAN-06446: changed proxy copy unavailable
-
Cause: This is an informational message only.
- RMAN-06447: changed proxy copy available
-
Cause: This is an informational message only.
- RMAN-06448: uncataloged proxy copy
-
Cause: This is an informational message only.
- RMAN-06449: deleted proxy copy
-
Cause: This is an informational message only.
- RMAN-06450: crosschecked proxy copy: found to be 'string'
-
Cause: This is an informational message only.
- RMAN-06451: proxy copy handle=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-06452: string package upgraded to version string
-
Cause: This is an informational message issued by the UPGRADE CATALOG command. It indicates the version to which the indicated package was just upgraded. Note that this version number may not reflect the version number of your rman executable or target database, because the recovery catalog packages are not changed with each Oracle version.
- RMAN-06453: RECOVERABLE may only be used with datafile objects
-
Cause: An attempt was made to use LIST ... RECOVERABLE .. with OF CONTROLFILE or OF ARCHIVELOG.
- RMAN-06454: duplexed backups require Enterprise Edition
-
Cause: The SET COPIES or CONFIGURE BACKUP COPIES command was used to create more than one copy of each backup piece, but Enterprise Edition is not installed.
- RMAN-06455: Tablespace Point-in-Time Recovery requires Enterprise Edition
-
Cause: Tablespace Point-in-Time Recovery was attempted, but Enterprise Edition is not installed.
- RMAN-06456: command is obsolete
-
Cause: This is an informational message only.
- RMAN-06457: UNTIL SCN (string) is ahead of last SCN in archived logs (string)
-
Cause: UNTIL SCN cannot be more than the last system change number (SCN) of the last archived log
- RMAN-06458: AS COPY option cannot be used with RECOVERY FILES, RECOVERY AREA or DB_RECOVERY_FILE_DEST
-
Cause: The RECOVERY FILES, RECOVERY AREA or DB_RECOVERY_FILE_DEST was specified with AS COPY.
- RMAN-06459: BACKUP <VALIDATE|DURATION> is not supported with PROXY
-
Cause: BACKUP <VALIDATE|DURATION> and PROXY were specified in the same backup command.
- RMAN-06460: control file copy string cannot be backed up by proxy.
-
Cause: The PROXY option was specified, but proxy copy of control file is not supported. This file will be placed into a non-proxy backup set.
- RMAN-06461: current control file cannot be backed up by proxy.
-
Cause: The PROXY option was specified, but proxy copy of control file is not supported. This file will be placed into a non-proxy backup set.
- RMAN-06462: no backup sets found on device DISK that match specification
-
Cause: A backup set record specifier did not match an backup set on device DISK in the recovery catalog.
- RMAN-06463: Backup set key string cannot be backed up by proxy.
-
Cause: The PROXY option was specified, but proxy copy of backup set is not supported. This file will be placed into a non-proxy backup set.
- RMAN-06464: BACKUP BACKUPSET is not supported with VALIDATE option
-
Cause: BACKUP BACKUPSET and VALIDATE were specified in the same backup command.
- RMAN-06465: configuration not implemented: string
-
Cause: The configuration is not implemented in the current version.
- RMAN-06466: error parsing configuration string (string)
-
Cause: Unsupported configuration string is stored in recovery catalog or target database control file.
- RMAN-06467: could not translate DBA: number
-
Cause: An error was received when calling DBMS_RCVMAN
- RMAN-06468: Invalid Data Block Address: number
-
Cause: The DBA specified doesn't belong to the mentioned tablespace
- RMAN-06469: could not translate corruption list
-
Cause: An error was received when calling DBMS_RCVMAN
- RMAN-06470: DEVICE TYPE is supported only when automatic channels are used
-
Cause: The DEVICE TYPE option was specified with a BACKUP, RESTORE, RECOVER, DUPLICATE, CHANGE, VALIDATE, CROSSCHECK, or DELETE EXPIRED command. This option is allowed only when automatically allocated channels are used.
- RMAN-06471: no configuration found to allocate channels for string
-
Cause: Device type configuration was not found in recovery catalog
- RMAN-06472: channel id string is automatically allocated
-
Cause: Channel id was used on ALLOCATE/RELEASE command.
- RMAN-06473: SET DATABASE can only be used in case of DUPLICATE without TARGET connection
-
Cause: A SET DATABASE command was specified when connected to target database or not connected to an auxiliary instance.
- RMAN-06474: maintenance channels are not allocated
-
Cause: RELEASE CHANNEL was used without allocating any maintenance channels.
- RMAN-06475: parallelism setting out of range (1-254): number
-
Cause: Parallelism for the device type in CONFIGURE PARALLELISM command is out of range
- RMAN-06476: channel number out of range (1-254): number
-
Cause: Channel number entered in CONFIGURE CHANNEL command is out of range.
- RMAN-06477: configuration value length exceeds 1024
-
Cause: CONFIGURE CHANNEL command entered has configuration value greater than 1024 bytes.
- RMAN-06478: warning: datafile copy 'string' cannot be found on disk
-
Cause: The CHANGE DATAFILECOPY AVAILABLE command was used, but the data file copy cannot be found on disk.
- RMAN-06479: warning: control file copy 'string' cannot be found on disk
-
Cause: The CHANGE CONTROLFILECOPY AVAILABLE command was used, but the control file copy cannot be found on disk.
- RMAN-06480: warning: archived log 'string' cannot be found on disk
-
Cause: The CHANGE ARCHIVELOG AVAILABLE command was used, but the archived log cannot be found on disk.
- RMAN-06481: warning: backup piece 'string' cannot be found on the storage medium
-
Cause: The CHANGE BACKUPPIECE AVAILABLE command was used, but the backup piece cannot be found on the storage medium.
- RMAN-06482: warning: proxy copy 'string' cannot be found on the storage medium
-
Cause: The CHANGE PROXY AVAILABLE command was used, but the proxy copy cannot be found on disk.
- RMAN-06483: changed datafile copy expired
-
Cause: This is an informational message only.
- RMAN-06484: changed control file copy expired
-
Cause: This is an informational message only.
- RMAN-06485: changed archived log expired
-
Cause: This is an informational message only.
- RMAN-06486: changed backup piece expired
-
Cause: This is an informational message only.
- RMAN-06487: changed proxy copy expired
-
Cause: This is an informational message only.
- RMAN-06488: restore from AUTOBACKUP does not allow any other modifiers
-
Cause: A control file or SPFILE restore from AUTOBACKUP was attempted and other restore options were used.
- RMAN-06489: no configuration found to allocate clone channel number for device type string
-
Cause: Target channel configuration could not be used for clone channel as it contains CONNECT option.
- RMAN-06490: warning: limit of AUTOBACKUPS for the day has been reached
-
Cause: No more control file AUTOBACKUPS are possible in this day.
- RMAN-06491: control file AUTOBACKUP format "string" contains more than one "string" format specifier
-
Cause: A CONTROLFILE AUTOBACKUP FORMAT cannot have more than one reserved format specifier.
- RMAN-06492: control file AUTOBACKUP format "string" must specify a "string" format specifier
-
Cause: A reserved format specifier was not specified for the CONTROLFILE AUTOBACKUP FORMAT
- RMAN-06493: only UNTIL TIME clause is allowed when performing a restore from AUTOBACKUP, found: string
-
Cause: For restoring a control file AUTOBACKUP only SET UNTIL TIME can be used. It is not possible to translate the others to a precise day.
- RMAN-06494: string = string is out of range (string-string)
-
Cause: The specified parameter for restoring a control file AUTOBACKUP is out of the valid range.
- RMAN-06495: must explicitly specify DBID with SET DBID command
-
Cause: Restore of a control file AUTOBACKUP or ADVISE FAILURE was attempted when the database is not mounted.
- RMAN-06496: must use the TO clause when the database is mounted or open
-
Cause: A control file restore was attempted when the database is mounted or open and no alternate destination was specified.
- RMAN-06497: warning: control file is not current, control file AUTOBACKUP skipped
-
Cause: Control file AUTOBACKUP is not possible without a current control file.
- RMAN-06498: skipping datafile string; already backed up string time(s)
-
Cause: The indicated data file will not be included in the backup set. It is already backed up on the device requested and file is offline/read-only data file. Use the FORCE option to override backup optimization.
- RMAN-06499: skipping archived log of thread string with sequence string; already backed up
-
Cause: The indicated log file will not be included in the backup set because it is already backed up on the device requested. Use FORCE option to override backup optimization.
- RMAN-06500: skipping backup set key string; already backed up string time(s)
-
Cause: The indicated backup set will not be copied because it is already backed up on the device requested. Use FORCE option to override backup optimization.
- RMAN-06501: skipping datafile string; already backed up on string
-
Cause: The indicated data file will not be included in the backup set. It is already been backed up once, or before the since time specified.
- RMAN-06502: skipping archived logs of thread string from sequence string to string; already backed up
-
Cause: Some archived logs were not be backed up because they were already backed up on the device requested.
- RMAN-06503: skipping backup set key string; already backed up on string
-
Cause: The indicated backup set will not be backed up. It has already been backed up on the device once, or before the since time specified.
- RMAN-06504: PROXY option with multiple backup copies is not supported
-
Cause: Multiple backup copies and PROXY option were specified in BACKUP command.
- RMAN-06505: specified DATABASE: string does not match previous DATABASE: string
-
Cause: SET DBID was used to set a DBID that translated into a database name that does not match newly specified database name or a previous SET DATABASE set a different database name.
- RMAN-06506: the MAXSETSIZE option cannot be used with a backup backup set
-
Cause: The MAXSETSIZE option was specified for a backup backup set command.
- RMAN-06507: trying alternate file for archived log of thread number with sequence number
-
Cause: This is an informational message, appearing when an archived log was found out of sync with catalog database.
- RMAN-06508: MAXSETSIZE string KBYTES should be greater than block size string bytes
-
Cause: MAXSETSIZE configured or specified in backup command should be greater than database block size.
- RMAN-06509: only SPFILE or control file can be restored from AUTOBACKUP
-
Cause: A data file or archived log restore from AUTOBACKUP was attempted.
- RMAN-06510: RMAN retention policy is set to recovery window of number days
-
Cause: This is an informational message only.
- RMAN-06511: RMAN retention policy is set to redundancy number
-
Cause: This is an informational message only.
- RMAN-06512: copy will be obsolete on date string
-
Cause: This is an informational message only.
- RMAN-06513: copy will never be obsolete
-
Cause: This is an informational message only.
- RMAN-06514: archived logs required to recover from this copy will not be kept
-
Cause: This is an informational message only.
- RMAN-06515: archived logs required to recover from this copy will expire when this copy expires
-
Cause: This is an informational message only.
- RMAN-06516: time specified in KEEP UNTIL clause must be after today
-
Cause: KEEP UNTIL support only a future time.
- RMAN-06517: KEEP option is not supported for archived log backups
-
Cause: The KEEP option is not supported for archived logs.
- RMAN-06518: backup will be obsolete on date string
-
Cause: This is an informational message only.
- RMAN-06519: backup will never be obsolete
-
Cause: This is an informational message only.
- RMAN-06520: archived logs will not be kept or backed up
-
Cause: This is an informational message only.
- RMAN-06521: archived logs required to recover from this backup will expire when this backup expires
-
Cause: This is an informational message only.
- RMAN-06522: KEEP FOREVER option is not supported without the recovery catalog
-
Cause: The KEEP FOREVER option was used, but it requires a connection to a recovery catalog database. The KEEP FOREVER option cannot be used when the backup repository is the target database control file. This is because information about this backup cannot be permanently stored. (If information is stored just in the control file it will be aged out depending on CONTROL_FILE_RECORD_KEEP_TIME initialization parameter.)
- RMAN-06524: RMAN retention policy will be applied to the command
-
Cause: This is an informational message only.
- RMAN-06525: RMAN retention policy is set to none
-
Cause: Command DELETE OBSOLETE and REPORT OBSOLETE requires that either: * RMAN retention policy is not NONE or, * RMAN retention policy is specified with REPORT/DELETE command.
- RMAN-06526: KEEP option cannot be used with incremental backup
-
Cause: The KEEP option was specified for a incremental backup.
- RMAN-06527: KEEP option is not supported for backup of backup sets
-
Cause: The KEEP option is not supported for backup of backup sets.
- RMAN-06528: CHANGE ... KEEP not supported for BACKUPPIECE
-
Cause: The CHANGE BACKUPPIECE ... KEEP command was entered. KEEP attributes cannot be specified for backup pieces.
- RMAN-06529: CHANGE ... KEEP not supported for ARCHIVELOG
-
Cause: The CHANGE ARCHIVELOG ... KEEP command was entered. KEEP attributes cannot be specified for archived logs.
- RMAN-06530: CHANGE ... KEEP LOGS not supported for backup set which contains archived logs
-
Cause: The CHANGE BACKUPSET ... KEEP command was entered, but the BACKUPSET contained archived logs. Backup sets with archived logs cannot have KEEP attributes.
- RMAN-06532: redundancy count must be greater than zero
-
Cause: The REDUNDANCY operand specified for the retention policy was zero.
- RMAN-06533: KEEP ... NOLOGS option cannot be used when datafiles are fuzzy
-
Cause: The KEEP ... NOLOGS option was specified for a backup or copy of files in a fuzzy state. This kind of backup requires archived logs for recovery, so archived logs must be kept.
- RMAN-06534: archived logs required to recover from this backup will be backed up
-
Cause: This is an informational message only. An archivelog backup will be created and kept so the specified backup can be recovered to a consistent state.
- RMAN-06535: LIST COPY OF SPFILE is not supported
-
Cause: LIST COPY OF SPFILE was used, which is not supported because SPFILE cannot have a copy.
- RMAN-06536: BACKED UP ... TIMES option is supported only for archived logs
-
Cause: The BACKUP UP ... TIMES option was used as a qualifier. This option is supported only for archived logs.
- RMAN-06537: CHANGE ... KEEP not supported for BACKUP
-
Cause: The CHANGE BACKUP... KEEP command was entered. KEEP attributes cannot be specified for copies and backup pieces in a single command.
- RMAN-06538: The expected DB_UNIQUE_NAME is string, but found string
-
Cause: The is an informational message.
- RMAN-06539: invalid time specified in KEEP UNTIL clause
-
Cause: Invalid time was specified in the KEEP UNTIL clause. The KEEP UNTIL clause only supports future time until the year 2120.
- RMAN-06540: Tablespace string will be excluded from future whole database backups
-
Cause: This is an informational message only.
- RMAN-06541: Tablespace string will be included in future whole database backups
-
Cause: This is an informational message only.
- RMAN-06542: file string is excluded from whole database backup
-
Cause: The indicated file will not be included in the backup set because its tablespace is configured as excluded from backup.
- RMAN-06543: duplicate or conflicting LIST options: string and string
-
Cause: The indicated options conflict with each other or appear more than once in a LIST command.
- RMAN-06547: SYSTEM tablespace cannot be excluded from whole database backup
-
Cause: The SYSTEM tablespace must be included in whole database backup.
- RMAN-06548: connected to auxiliary database: string (DBID=string)
-
Cause: This is an informational message only.
- RMAN-06549: connected to auxiliary database: string (not mounted)
-
Cause: This is an informational message only.
- RMAN-06550: clone database not mounted and db_name not set in init.ora
-
Cause: The clone database "init.ora" file does not specify the DB_NAME parameter.
- RMAN-06551: error while looking up datafile copy for file number: string
-
Cause: An error occurred while looking up the specified data file copy in the recovery catalog or target database control file.
- RMAN-06552: newname for datafile number was set to NEW, but file was not restored
-
Cause: A SWITCH command was specified for a data file, but the newname was set to NEW and the file was not restored. If newname is set to NEW, the file must be restored before issuing a SWITCH command.
- RMAN-06553: DB_CREATE_FILE_DEST must be set for SET NEWNAME ... TO NEW
-
Cause: The SET NEWNAME ... TO NEW option was specified but the OMF destination init parameter DB_CREATE_FILE_DEST is not set.
- RMAN-06554: warning: file string is in backup mode
-
Cause: A file which is being backed up or copied is in backup mode. RMAN will back up the file anyway, but files do not need to be put into backup mode before backing them up with RMAN.
- RMAN-06555: datafile string must be restored from backup created before string
-
Cause: An incomplete recovery session was started, but the file is in newer than the UNTIL TIME clause.
- RMAN-06556: datafile string must be restored from backup older than SCN string
-
Cause: An incomplete recovery session was started, but the file is newer than the UNTIL clause.
- RMAN-06557: unable to restore archived log of thread number with sequence number
-
Cause: Restore of the specified archived log failed because the size of the archived log is larger than available disk space.
- RMAN-06558: archived log size of number kb is bigger than available space of number kb
-
Cause: This message should be followed by one or more 6557 messages.
- RMAN-06559: MAXSIZE must be larger than 1 kb
-
Cause: The MAXSIZE parameter is out of range.
- RMAN-06560: warning: backup set with key number will be read number times
-
Cause: This message should be followed by one or more 6562 messages.
- RMAN-06561: available space must be larger than number kb
-
Cause: The recovery failed because it requires more disk space. One of the following could have caused this error: 1) The MAXSIZE option is used but is not large enough to restore files. 2) Files should be restored to recovery area, but available disk space is not large enough to restore files.
- RMAN-06562: available space of number kb needed to avoid reading the backup set multiple times
-
Cause: A backup set is read more than once. Multiple reads of a backup set can slow restore performance. One of the following could have caused this: 1) The MAXSIZE option is used but is not large enough to restore files. 2) Files should be restored to a recovery area, but the available disk space is not large enough to restore files.
- RMAN-06563: control file or SPFILE must be restored using FROM AUTOBACKUP
-
Cause: RESTORE CONTROLFILE or RESTORE SPFILE was specified without the FROM AUTOBACKUP option when RMAN is not connected to the recovery catalog.
- RMAN-06564: must use the TO clause when the instance is started with SPFILE
-
Cause: A restore of the SPFILE from AUTOBACKUP was attempted when the instance is started with SPFILE and no alternate destination was specified.
- RMAN-06565: warning: string: sqlcode number was caught, automatic retry #number
-
Cause: The RMAN client caught a transient error and will automatically retry several times.
- RMAN-06566: target database incarnation not found in control file
-
Cause: RESETLOGS CHANGE# and/or time of the target database doesn't match any database incarnation in the control file.
- RMAN-06567: connected to auxiliary database: string (DBID=string, not open)
-
Cause: This is an informational message only.
- RMAN-06568: connected to target database: string (DBID=string, not open)
-
Cause: This is an informational message only.
- RMAN-06569: DATABASE: string does not match previous DATABASE: string
-
Cause: SET DBID or SET DATABASE was used to specify the target database name which does not match specified database name in DUPLICATE command.
- RMAN-06570: datafile number switched to datafile copy "string"
-
Cause: This message was issued in response to a SWITCH command.
- RMAN-06571: datafile number does not have recoverable copy
-
Cause: The SWITCH command with the option TO COPY was specified but the data file has no valid copy to switch to.
- RMAN-06572: database is open and datafile number is not offline
-
Cause: The SWITCH command with the option TO COPY was specified, but data file is not offline and database is open.
- RMAN-06573: specified DBID: string does not match previous DBID: string
-
Cause: The DBID in the DUPLICATE command did not match the previously specified DBID in the SET DBID command.
- RMAN-06575: platform id number found in datafile string header is not a valid platform id
-
Cause: The platform id found in the data file header was not recognized.
- RMAN-06576: platform 'string' (number) found in header of datafile string does not match specified platform name 'string' (number)
-
Cause: The platform specified in the command did not match the platform found in the data file header.
- RMAN-06577: FROM TAG option may only be used with datafile copies
-
Cause: The FROM TAG option was specified for data files.
- RMAN-06578: INCREMENTAL LEVEL > 0 must be specified with FOR RECOVER OF
-
Cause: The FOR RECOVER OF option was specified without specifying INCREMENTAL LEVEL > 0.
- RMAN-06580: the string option cannot be used with AS COPY
-
Cause: The specified option was specified for a backup as copy command.
- RMAN-06581: option string not supported
-
Cause: This option was specified and it is not supported.
- RMAN-06582: AS COPY option cannot be used when backing up backup sets
-
Cause: The backup set was specified with AS COPY.
- RMAN-06583: at least 1 channel of TYPE DISK must be allocated to use AS COPY option
-
Cause: No channel of TYPE DISK was allocated.
- RMAN-06584: warning: AS BACKUPSET option added due to allocation of multiple channel types
-
Cause: DISK and non DISK channels were allocated for a backup command. Configuration indicates to produce image copies to DISK, however due to the mixed channel types BACKUPSETS will be created on DISK.
- RMAN-06585: no copy of datafile number found
-
Cause: An available data file copy for the specified data file could not be found.
- RMAN-06586: no copy of datafile number with tag string found
-
Cause: An available data file copy for the specified data file could not be found.
- RMAN-06587: one or more datafile copies were not found
-
Cause: This error message was accompanied by an additional error message or messages indicating the cause of the error.
- RMAN-06588: number of patterns (number) to DB_FILE_NAME_CONVERT should be even
-
Cause: An uneven number of patterns was specified.
- RMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY
-
Cause: The DB_FILE_NAME_CONVERT option was specified without AS COPY. This is not permitted for backup set backups where multiple files are combined into a set.
- RMAN-06590: Tablespace string cannot be converted
-
Cause: The system tablespaces could not be transported to other platforms.
- RMAN-06591: ALLOW INCONSISTENT can only be used with cross-platform backup
-
Cause: ALLOW INCONSISTENT was specified in a non cross-platform backup command.
- RMAN-06593: platform name 'string' specified in FROM PLATFORM is not valid
-
Cause: The platform name was not recognized.
- RMAN-06594: platform name 'string' specified in TO PLATFORM is not valid
-
Cause: The platform name was not recognized.
- RMAN-06595: platform name 'string' does not match database platform name 'string'
-
Cause: The platform name specified did not match the name of the database performing the conversion.
- RMAN-06596: string requires target database compatibility string, currently set to string
-
Cause: A command or option was used that requires a higher database compatibility than is currently set at the target database.
- RMAN-06597: conversion between platforms 'string' and 'string' is not implemented
-
Cause: Conversion of Oracle data files between the specified platforms was not supported.
- RMAN-06599: Tablespace string is not read-only
-
Cause: A conversion was attempted on a tablespace which is not read-only.
- RMAN-06600: old RMAN configuration parameters:
-
Cause: This message is issued in response to a CONFIGURE command.
- RMAN-06601: new RMAN configuration parameters:
-
Cause: This message is issued in response to a CONFIGURE command.
- RMAN-06602: TO DESTINATION option can be used only for disk device
-
Cause: The TO DESTINATION option was specified for non-disk device.
- RMAN-06603: TO DESTINATION option must be specified with RECOVERY AREA, RECOVERY FILES or DB_RECOVERY_FILE_DEST on disk device
-
Cause: RECOVERY FILES, RECOVERY AREA or DB_RECOVERY_FILE_DEST option was specified in BACKUP command on disk device without specifying TO DESTINATION option.
- RMAN-06604: new RMAN configuration parameters are successfully stored
-
Cause: This message is issued in response to a CONFIGURE command.
- RMAN-06605: old RMAN configuration parameters are successfully deleted
-
Cause: This message is issued in response to a CONFIGURE command.
- RMAN-06606: RMAN configuration parameters are successfully reset to default value
-
Cause: This message is issued in response to a CONFIGURE command.
- RMAN-06607: RMAN configuration parameters for database with db_unique_name string are:
-
Cause: This message is issued in response to a SHOW command.
- RMAN-06608: RMAN configuration has no stored or default parameters
-
Cause: This message is issued in response to a SHOW command.
- RMAN-06609: AS COPY can be configured only for disk device
-
Cause: The AS COPY option was specified for non-disk device.
- RMAN-06610: For record type string RECIDS from number to number are re-used before resync
-
Cause: This messages is issued when the control file records were re-used before resyncing to catalog database.
- RMAN-06611: Following RMAN configuration applied before deleting logs:
-
Cause: This message is issued in response to a DELETE command.
- RMAN-06612: Incompatible options were specified for archivelog deletion policy
-
Cause: Incompabitle options were specified on CONFIGURE ARCHIVELOG DELETION POLICY command.
- RMAN-06613: Connect identifier for DB_UNIQUE_NAME string not configured
-
Cause: The connect identifier for the specified DB_UNIQUE_NAME initialization parameter was not configured.
- RMAN-06614: DB_UNIQUE_NAME string is too long
-
Cause: The DB_UNIQUE_NAME initialization parameter string was too long.
- RMAN-06615: resyncing from database with DB_UNIQUE_NAME string
-
Cause: Resync was performed remotely for the specified DB_UNIQUE_NAME initialization parameter without connecting to it as target database. This type of remote resync has limitations. For example, RMAN output cannot be resynced. Please refer to RMAN documentation for a complete set of limitations.
- RMAN-06616: RMAN output not resynced for database with DB_UNIQUE_NAME string
-
Cause: V$RMAN_OUTPUT contents were not rescyned when the RESYNC CATALOG FROM DB_UNIQUE_NAME command was executed."
- RMAN-06617: UNTIL TIME (string) is ahead of last NEXT TIME in archived logs (string)
-
Cause: UNTIL TIME was more than the last NEXT TIME of the last archived log.
- RMAN-06618: RMAN client and database version mismatch; indicated database version is number.number.number.number
-
Cause: This version of Oracle Recovery Manager (RMAN) was incompatible with either the indicated database or the DBMS_BACKUP_RESTORE package installed in the indicated database.
- RMAN-06619: recovery catalog schema version string is newer than RMAN version
-
Cause: The Oracle Recovery Manager (RMAN) client version did not match the catalog schema version number for the database.
- RMAN-06620: DISK channel not supported for FROM FILE option
-
Cause: DISK channel was allocated when the FROM FILE option was specified.
- RMAN-06700: error parsing text script in file string
-
Cause: Incorrect syntax or invalid commands were found.
- RMAN-06701: could not construct path for file: "string"
-
Cause: An error was encountered when trying to construct the full pathname for the specified file.
- RMAN-06702: could not initialize for input file: "string"
-
Cause: An error was encountered when trying to initialize the specified file for input.
- RMAN-06703: could not open file: "string" (reason=string)
-
Cause: An error was encountered when trying to open the specified file.
- RMAN-06705: text script line is too long (>1024)
-
Cause: A text script contained a line longer than the permitted maximum length.
- RMAN-06706: could not close file: "string" (reason=string)
-
Cause: An error was encountered when trying to close the specified file.
- RMAN-06707: could not initialize for output file: "string"
-
Cause: An error was encountered when trying to initialize the specified file for output.
- RMAN-06708: short write while writing file "string". Wrote string bytes instead of string bytes
-
Cause: An attempt was made to write to a file system that was full.
- RMAN-06709: \n No scripts in recovery catalog
-
Cause: An attempt was made to list the scripts in the catalog, but no scripts could be found in the specified recovery catalog.
- RMAN-06710: script string not found in catalog
-
Cause: An attempt was made to call a script that could not be found in the target database or as a global script in the specified catalog.
- RMAN-06711: global scripts require a TARGET connection
-
Cause: Connection to a TARGET database was not specified.
- RMAN-06716: skipping datafile number; already restored to file string
-
Cause: Recovery Manager determined that this file is already restored. Use FORCE option to override this optimization.
- RMAN-06717: Could not delete auxiliary instance file string
-
Cause: Auxiliary instance file was not deleted. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-06724: backup not done; all files already backed up
-
Cause: A BACKUP command does not need to backup any files, because all of the files to backup are already backed up.
- RMAN-06725: database not open: sort area size too small
-
Cause: sort area size too small to execute RMAN commands.
- RMAN-06726: could not locate archived log string
-
Cause: The specified archived log could not be found on any allocated channel.
- RMAN-06727: could not locate datafile copy string
-
Cause: The specified data file copy could not be found on any allocated channel.
- RMAN-06728: could not locate control file copy string
-
Cause: The specified control file copy could not be found on any allocated channel.
- RMAN-06729: no backup of the SPFILE found to restore
-
Cause: A SPFILE restore could not proceed because no backup of the SPFILE was found. It may be the case that a backup of this file exists but does not satisfy the criteria specified in the user's restore operands.
- RMAN-06730: no channel to restore a backup of the SPFILE
-
Cause: A SPFILE restore could not proceed because the backup on a device type that was not allocated for restore.
- RMAN-06731: command string:string%% complete, time left number:number:number
-
Cause: This is an informational message only.
- RMAN-06732: database dropped
-
Cause: This is an informational message only.
- RMAN-06733: database unregistered from the recovery catalog
-
Cause: This is an informational message only.
- RMAN-06737: database name "string" does not match target database name "string"
-
Cause: The UNREGISTER DATABASE command was used with a database name that does not match the name of the database to which RMAN is connected.
- RMAN-06738: database name "string" is not unique in the recovery catalog
-
Cause: The UNREGISTER DATABASE command was used with a database name that is ambiguous.
- RMAN-06739: database "string" is not found in the recovery catalog
-
Cause: The UNREGISTER DATABASE command was used with a database name that was not found in the recovery catalog.
- RMAN-06740: database name is not specified
-
Cause: The command failed because of the following: o RMAN is not connected to the target database o The database name is not specified in the command o DBID is not set with the SET DBID command
- RMAN-06741: database name is "string" and DBID is string
-
Cause: This is an informational message only.
- RMAN-06742: platform name 'string' longer than number characters
-
Cause: The specified platform name exceeded the maximum allowed platform name.
- RMAN-06743: specification does not match any backup set in the repository
-
Cause: The specified backup sets were not found in the recovery catalog or target database control file.
- RMAN-06744: specification does not match any datafile copy in the repository
-
Cause: The specified data file copies were not found in the recovery catalog or target database control file.
- RMAN-06745: skipping datafile copy string; already backed up string time(s)
-
Cause: The indicated data file copy was not included in the backup set because it was already backed up on the device requested.
- RMAN-06746: backup cancelled because there are no files to backup
-
Cause: There were no files or all files were skipped for this backup set, therefore no backup set was created.
- RMAN-06747: at least 1 channel of tertiary storage must be allocated to execute this command
-
Cause: The executed command requires a SBT channel, but no channels of type SBT were configured or allocated.
- RMAN-06748: more than one channel types were allocated
-
Cause: RECOVERY FILES, RECOVERY AREA or DB_RECOVERY_FILE_DEST option was specified in BACKUP command, but more than one channel types was used and no DEVICE TYPE or CHANNEL option was specified.
- RMAN-06749: restore point string does not exist.
-
Cause: The specified restore point does not exists in v$restore_point table of the target database.
- RMAN-06750: SPFILE cannot be backed up by proxy.
-
Cause: The PROXY option was specified, but proxy copy of SPFILE is not supported. This file will be placed into a non-proxy backup set.
- RMAN-06751: ASM file string cannot be proxy backed up.
-
Cause: The PROXY option was specified, but proxy copy of ASM file is not supported. This file will be placed into a non-proxy backup set.
- RMAN-06752: error while looking up tempfile: string
-
Cause: An error occurred while looking up the specified tempfile in the recovery catalog or target database control file.
- RMAN-06753: tempfile not found in the repository
-
Cause: The specified tempfile is not found in the control file or recovery catalog.
- RMAN-06754: INCREMENTAL FROM SCN option is not supported with [string]
-
Cause: The INCREMENTAL FROM SCN option was supplied but does not apply to this type of backup.
- RMAN-06755: warning: datafile string: incremental-start SCN is too recent; using checkpoint SCN string instead
-
Cause: The incremental-start sysetm change number (SCN) which was specified when starting an incremental data file backup is greater than the data file checkpoint SCN, which could cause some blocks to be missed.
- RMAN-06756: cannot flashback database to non-guaranteed restore point string when flashback is off
-
Cause: The indicated restore point was not guaranteed and flashback was disabled. When flashback is disabled, Oracle can flashback only to guaranteed restore point.
- RMAN-06757: DB_UNIQUE_NAME "string" does not match target database ("string")
-
Cause: The value specified in the FOR DB_UNIQUE_NAME option did not match the DB_UNIQUE_NAME parameter setting of the target database.
- RMAN-06758: DB_UNIQUE_NAME is not unique in the recovery catalog
-
Cause: RMAN could not identify which SPFILE to restore for this target database, because the recovery catalog contained two or more different instances of this database, each with different DB_UNIQUE_NAME values.
- RMAN-06759: skipping datafile copies that are already backed up
-
Cause: Some data file copies were not be backed up because they were already backed up on the device requested.
- RMAN-06760: skipping archived logs that are already backed up
-
Cause: Some archived logs were not be backed up because they were already backed up on the device requested.
- RMAN-06761: skipping backup sets that are already backed up
-
Cause: Some backup sets were not be backed up because they were already backed up on the device requested.
- RMAN-06762: ignoring encryption for proxy or image copies
-
Cause: This information message is displayed when the RMAN client is generating proxy or image copies and encryption was enabled for the input files.
- RMAN-06763: specified encryption algorithm not supported
-
Cause: An encryption algorithm not supported by the database is specified during backup.
- RMAN-06764: string
-
Cause: An error occurred when processing user request.
- RMAN-06765: Tablespace string will be encrypted in future backup sets
-
Cause: This is an informational message only.
- RMAN-06766: Tablespace string will not be encrypted in future backup sets
-
Cause: This is an informational message only.
- RMAN-06767: Tablespace string will default to database encryption configuration
-
Cause: This is an informational message only.
- RMAN-06768: duplicate or conflicting options are specified: string and string
-
Cause: An error occurred when processing the command because user specified two duplicate options or the two options are not allowed to be used together.
- RMAN-06769: length of password must be greater than zero
-
Cause: Zero length password was specified for encrypted backups.
- RMAN-06771: cannot do IMPORT CATALOG after NOCATALOG has been used
-
Cause: The IMPORT CATALOG command was used after the NOCATALOG option was already specified.
- RMAN-06772: cannot do IMPORT CATALOG before connecting to recovery catalog
-
Cause: The IMPORT CATALOG command was used before connecting to the recovery catalog.
- RMAN-06773: connected to source recovery catalog database
-
Cause: This is an informational message only.
- RMAN-06774: must specify a TNS service name for source recovery catalog database
-
Cause: The connect string does not contain TNS service name. IMPORT CATALOG without TNS service name is not supported.
- RMAN-06775: not connected to source recovery catalog database
-
Cause: IMPORT CATALOG command was issued but no connection to the source recovery catalog database has been established.
- RMAN-06776: source recovery catalog database not started
-
Cause: IMPORT CATALOG command was issued which requires the source recovery catalog to be open.
- RMAN-06777: Oracle error from source recovery catalog database: string
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-06778: warning: string: sqlcode number was caught, automatic retry #string
-
Cause: The RMAN client caught a transient error during temporary resource allocate for IMPORT CATALOG command and will automatically retry several times.
- RMAN-06779: import validation complete
-
Cause: This is an informational message only.
- RMAN-06780: database unregistered from the source recovery catalog
-
Cause: This is an informational message only.
- RMAN-06781: string package version string in source database is not of version string
-
Cause: The catalog schema version of the source recovery catalog is not the same as the target recovery catalog. The two catalog
- RMAN-06782: Datafile headers of locally managed datafiles need to be updated.
-
Cause: This is an informational message only.
- RMAN-06783: Update of datafile headers of locally managed datafiles finished.
-
Cause: This is an informational message only.
- RMAN-06784: One or more datafile headers of locally managed datafiles were not updated.
-
Cause: Errors prevented the update of one or more data file headers.
- RMAN-06785: This operation might take some time.
-
Cause: This is an informational message only.
- RMAN-06786: could not read file header for datafile string to do FLASHBACK.
-
Cause: The indicated data file header could not be read to do FLASHBACK DATABASE.
- RMAN-06787: warning: TAG string option is ignored; backups will be tagged with string
-
Cause: WITH TAG option and TAG option were used together. When WITH TAG option is used, all the backups created by the command will have tag specified with WITH TAG option.
- RMAN-06791: changed the DB_UNIQUE_NAME value from string to string
-
Cause: This is an informational message only.
- RMAN-06792: database db_unique_name is "string", db_name is "string" and DBID is string
-
Cause: UNREGISTER DB_UNIQUE_NAME or CHANGE DB_UNIQUE_NAME command was executed, hence RMAN displayed the database information for which DB_UNIQUE_NAME the metadata will be removed/renamed in the recovery catalog.
- RMAN-06793: database with db_unique_name string unregistered from the recovery catalog
-
Cause: UNREGISTER DB_UNIQUE_NAME command was executed.
- RMAN-06795: Flashback database logging is not on.
-
Cause: A FLASHBACK DATABASE command was tried but flashback database logging has not been enabled.
- RMAN-06796: Not enough flashback database log data to do FLASHBACK.
-
Cause: There was not enough flashback database log data to do the FLASHBACK DATABASE.
- RMAN-06797: Grant succeeded.
-
Cause: This is an informational message issued in response to a GRANT command.
- RMAN-06798: Revoke succeeded.
-
Cause: This is an informational message issued in response to a REVOKE command.
- RMAN-06799: found eligible base catalog owned by string
-
Cause: When creating a virtual private catalog, an 11g base catalog was found, owned by the specified user, and the currently connected catalog user has been granted privileges on this catalog, and can therefore create a virtual private catalog using this base catalog. This is an informational message issued in response to a CREATE VIRTUAL CATALOG command.
- RMAN-06800: found ineligible base catalog owned by string
-
Cause: When creating a virtual private catalog, an 11g base catalog was found, owned by the specified user, and the currently connected catalog user has not been granted any privileges on this catalog. This is an informational message issued in response to a CREATE VIRTUAL CATALOG command.
- RMAN-06801: no base catalog found
-
Cause: When trying to create a virtual catalog, either no base catalog was found, or this user has no privilege to create a virtual catalog against any existing base catalog.
- RMAN-06802: too many eligible base catalogs found
-
Cause: When trying to create a virtual catalog, more than one base catalog was found that is eligible to be the base catalog for this virtual catalog.
- RMAN-06803: created virtual catalog against base catalog owned by string
-
Cause: A virtual private catalog was created, where the base catalog data is owned by the specified user. This is an informational message issued in response to a CREATE VIRTUAL CATALOG command.
- RMAN-06804: Enter value for string:
-
Cause: This is a user prompt.
- RMAN-06805: SET NEWNAME command has not been issued for tempfile string
-
Cause: A SWITCH command was specified for a tempfile, but no destination was specified and no SET NEWNAME command has been previously issued for that file. An explicit file to switch to must be specified if no SET NEWNAME command has been issued.
- RMAN-06806: compression algorithm 'string' of release string not found
-
Cause: An unsupported compression algorithm was specified for the backup.
- RMAN-06807: compression algorithm 'string' of release string cannot be used because database compatibility is less than string
-
Cause: The compression algorithm is not supported because the current compatibility level of the database is too low.
- RMAN-06808: SECTION SIZE cannot be used when piece limit is in effect
-
Cause: The SECTION SIZE backup option was used together with the MAXPIECESIZE channel limit. These options are mutually exclusive, because they are independant methods of creating multiple backup pieces with one backup command.
- RMAN-06809: compression algorithm 'string' of release string requires advanced compression option
-
Cause: The compression algorithm was not supported because it requires advanced compression option to be enabled.
- RMAN-06810: specification does not match any datafile copy in the repository
-
Cause: No data file copies were found that match specification in the recovery catalog or target database control file.
- RMAN-06811: specification does not match any control file copy in the repository
-
Cause: No control file copies were found that match specification in the recovery catalog or target database control file.
- RMAN-06812: specification does not match any backup in the repository
-
Cause: No backups were found that match specification in the recovery catalog or target database control file.
- RMAN-06813: could not translate pluggable database string
-
Cause: An error occurred while looking up the specified pluggable database in the repository.
- RMAN-06814: cannot connect to pluggable database string
-
Cause: An error was received when connecting to database because the database is a pluggable database.
- RMAN-06815: cannot change the container in RMAN session.
-
Cause: An attempt was made by to change the container using the ALTER SESSION SET CONTAINER statement.
- RMAN-06817: Pluggable Database string cannot be backed up in NOARCHIVELOG mode.
-
Cause: Backing up the Pluggable Database when database was in NOARCHIVELOG mode is not allowed.
- RMAN-06818: warning: last archived log from primary database not received at standby database
-
Cause: An archived log was switched at the primary database during backup at the standby database and this log was not shipped to the standby database. The backup created at the standby database will need more logs to recover.
- RMAN-06819: current log archived at primary database
-
Cause: The ALTER SYSTEM ARCHIVE LOG CURRENT command completed successfully at the primary database because the connected target instance was a physical standby database. The switched archived logs were included in the backup so that the backed up files could be recovered to a consistent point-in-time.
- RMAN-06820: warning: failed to archive current log at primary database
-
Cause: An attempt to switch the archived log at the primary database failed.
- RMAN-06821: backup is not consistent because the last archived log was not received at the standby database
-
Cause: As part of the KEEP backup operation, the archived log at the primary database was switched but was not shipped to the standby database.
- RMAN-06822: backup not consistent because switching of archived log failed at the primary
-
Cause: As part of the KEEP backup operation, the attempt to switch the archived log at the primary database failed.
- RMAN-06823: flashback command failed due to low value of DB_FLASHBACK_RETENTION_TARGET
-
Cause: An attempt to flashback failed due to the NULL value for OLDEST_FLASHBACK_SCN or OLDEST_FLASHBACK_TIME in V$FLASHBACK_DATABASE_LOG. This failure can happen when the initial creation of standby is not consistent or when there is not enough space in FRA for 1 hours worth of flashback data.
- RMAN-06824: cannot connect to remote database
-
Cause: Connecting to the remote server specified by the database connect string failed.
- RMAN-06825: skipping data file copy string because it belongs to dropped PDB
-
Cause: The indicated data file copy was not included in the backup because it belonged to a dropped pluggable database (PDB).
- RMAN-06826: skipping backup piece string because it belongs to dropped PDB
-
Cause: The indicated backup piece will not be backed up because it belonged to a dropped pluggable database (PDB).
- RMAN-06827: GUID may only be specified with backup
-
Cause: The GUID option was specified with an RMAN command. This is not permitted because only copies and backups of data files, control files and SPFILE may be tested with a GUID operand.
- RMAN-06828: no backup pieces with this GUID found: string
-
Cause: A GUID was used to specify a list of backup pieces, but no backup pieces with this tag could be found.
- RMAN-06829: number of times backed up must be greater than zero
-
Cause: A value less than one was specified for the BACKED UP clause of the BACKUP command.
- RMAN-06830: skipping archived logs when connected to a PDB
-
Cause: An attempt was made to back up, delete, or validate archived logs when the target was a pluggable database (PDB).
- RMAN-06831: skipping accessible file string
-
Cause: The indicated file could not be restored because the file header could be read, and the SKIP ACCESSIBLE option was specified.
- RMAN-06832: invalid mirror number specified: number
-
Cause: An attempt was made to validate data file, database, tablespace, or data file copy with the mirror number 0, 4294967295, or higher.
- RMAN-06833: validate with the mirror option is permitted only for data files
-
Cause: An attempt was made to validate backup set, archived log, recovery file, control file, or SPFILE with the mirror option.
- RMAN-06834: pluggable database string does not have any data files
-
Cause: An attempt was made to back up data files from a pluggable database (PDB) that did not have any data files.
- RMAN-06835: specification does not match any data file in the respository
-
Cause: No data file found that match specification in the recovery catalog or target database control file. An attempt was made to back up or restore data files of pluggable databases, but none of the specified pluggable database had a data file.
- RMAN-06896: cannot resolve circular path of synonym string
-
Cause: Synonym forms a circular reference that causes an infinite loop.
- RMAN-06897: procedure, function, package, sequence, or type is not supported here
-
Cause: RMAN does not support DESCRIBE for procedures, functions, packages, sequences, or types.
- RMAN-06898: recovery catalog is partially upgraded to string
-
Cause: The recovery catalog database was not completely upgraded to the specified version. Either there were some errors during execution of UPGRADE CATALOG or UPGRADE CATALOG was cancelled before completion.
- RMAN-06899: updating recovery catalog with new database incarnation
-
Cause: The target database has a new incarnation that has not already been seen by the recovery catalog. This usually happens because a Point-in-Time Recovery was done. RMAN has made the necessary updates to the recovery catalog.
- RMAN-06900: warning: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
-
Cause: The routine createRmanStatusRow() or createRmanOutputRow() could add new row into V$RMAN_STATUS or V$RMAN_OUTPUT.
- RMAN-06901: warning: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
-
Cause: Informational message only.
- RMAN-06903: backup of datafile string was cancelled
-
Cause: This is an informational message displayed when PARTIAL option of DURATION option was specified on the BACKUP command and backup could not be completed within the given duration time.
- RMAN-06904: backup of archived log for thread number with sequence number and starting SCN of string was cancelled
-
Cause: This is an informational message displayed when PARTIAL option of DURATION option was specified on the BACKUP command and backup could not be completed within the given duration time.
- RMAN-06905: backup of backup set key number was cancelled
-
Cause: This is an informational message displayed when PARTIAL option of DURATION option was specified on the BACKUP command and backup could not be completed within the given duration time.
- RMAN-06906: backup of control file was cancelled
-
Cause: This is an informational message displayed when PARTIAL option of DURATION option was specified on the BACKUP command and backup could not be completed within the given duration time.
- RMAN-06907: MINIMIZE LOAD option not allowed for the specified input files
-
Cause: This option was specified in a backup command specification for BACKUP BACKUPSET or BACKUP CURRENT CONTROLFILE command.
- RMAN-06908: warning: operation will not run in parallel on the allocated channels
-
Cause: RMAN allocated more than one channel for a job, but the job will not run in parallel on these channels because parallelism require Enterprise Edition.
- RMAN-06909: warning: parallelism require Enterprise Edition
-
Cause: RMAN allocated more than one channel for a job, but the job will not run in parallel on these channels because parallelism require Enterprise Edition.
- RMAN-06910: can not invoke parallel recovery for test recovery
-
Cause: Recover database was called with TEST and PARALLEL option
- RMAN-06911: only one PARALLEL or NOPARALLEL clause may be specified
-
Cause: Recover database was called with PARALLEL and NOPARALLEL option
- RMAN-06912: backup of spfile was cancelled
-
Cause: This is an informational message displayed when PARTIAL option of DURATION option was specified on the BACKUP command and backup could not be completed within the given duration time.
- RMAN-06913: validate cancelled because there are no files to validate
-
Cause: All files for this validate command were skipped, therefore no files to validate.
- RMAN-06914: BLOCK string must be greater or equal to BLOCK string
-
Cause: The value of TO block number was less than the value of from block number.
- RMAN-06915: restore point string already exists
-
Cause: The specified restore point already exists on this database.
- RMAN-06916: RECOVER DATABASE required for SNAPSHOT TIME recovery
-
Cause: RECOVER DATABASE must be used for SNAPSHOT TIME recovery.
- RMAN-06917: skipping backup sets; RECOVERY FILES, RECOVERY AREA or DB_RECOVERY_FILE_DEST option cannot validate backup set
-
Cause: The RECOVERY FILES, RECOVERY AREA or DB_RECOVERY_FILE_DEST was specified in VALIDATE command to validate backup set. This is not supported.
- RMAN-06918: warning: allocated SBT channel to the Recovery Appliance in NOCATALOG mode
-
Cause: The Recovery Appliance might have run out of resources because congestion control could not be enabled in NOCATALOG mode.
- RMAN-06919: command not allowed when the Recovery Appliance is running
-
Cause: The command specified could not be used when the Recovery Appliance was running.
- RMAN-06920: database string is not open read-only
-
Cause: CONVERT DATABASE attempted on a database that was not open read-only.
- RMAN-06921: Convert database check failed
-
Cause: This database could not be transported because DBMS_TDB.CHECK_DB returned FALSE.
- RMAN-06922: External table string.string found in the database
-
Cause: An external table was found in the database.
- RMAN-06923: Directory string.string found in the database
-
Cause: A directory object was found in the database.
- RMAN-06924: BFILE string.string found in the database
-
Cause: A BFILE was found in the database.
- RMAN-06925: BFILEs are used in the system, please redefine them in the transported database
-
Cause: BFILEs may or may not exist in the database. Automatically performed BFILE check failed because database was open read-only and could not allocate temporary space. This does not affect CONVERT DATABASE operation.
- RMAN-06926: User string with string privilege found in password file
-
Cause: Password file was used.
- RMAN-06927: Cannot specify NEW DATABASE clause more than once
-
Cause: NEW DATABASE clause specified more than once
- RMAN-06928: Cannot specify ON TARGET PLATFORM clause more than once
-
Cause: ON TARGET PLATFORM clause specified more than once
- RMAN-06929: Cannot specify TRANSPORT SCRIPT clause more than once
-
Cause: TRANSPORT SCRIPT clause specified more than once
- RMAN-06930: Cannot specify SKIP clause more than once
-
Cause: SKIP clause specified more than once
- RMAN-06931: Cannot specify FROM PLATFORM clause
-
Cause: CONVERT DATABASE command cannot use FROM PLATFORM clause.
- RMAN-06932: Database name 'string' longer than number
-
Cause: The specified database name exceeded the maximum allowable database name length.
- RMAN-06933: Transport script name too long
-
Cause: The specified transport script name exceeded the maximum allowable script name length.
- RMAN-06934: Format string too long
-
Cause: The specified format string exceeded the maximum allowable format string length.
- RMAN-06935: Convert script name too long
-
Cause: The specified convert script name exceeded the maximum allowable script name length.
- RMAN-06936: at least 1 channel of TYPE DISK must be allocated to use CONVERT
-
Cause: A channel of TYPE DISK was not allocated.
- RMAN-06937: invalid format specifier 'string'
-
Cause: An invalid format specifier was found in an RMAN command.
- RMAN-06941: Database must be closed and mounted EXCLUSIVE and RESTRICTED.
-
Cause: DROP DATABASE was attempted while the database was open or not mounted EXCLUSIVE and RESTRICTED.
- RMAN-06942: OPTION number is invalid; OPTION must be between string and string
-
Cause: An invalid OPTION was used.
- RMAN-06943: no automatic repair OPTION number was listed in ADVISE FAILURE
-
Cause: The OPTION specified was not one of the automatic repair options listed by ADVISE FAILURE or there were no options listed by the ADVISE FAILURE command.
- RMAN-06944: contents of repair script:
-
Cause: This is an informational message only.
- RMAN-06945: no repair script present for REPAIRID string
-
Cause: REPAIRID option specified in the command was invalid or the repair script had been purged from Automated Diagnostic Repository.
- RMAN-06946: executing repair script
-
Cause: This is an informational message only.
- RMAN-06947: searching flashback logs for block images until SCN string
-
Cause: Starting the flashback log search for RECOVER...BLOCK command. The log is searched until the indicated system change number (SCN).
- RMAN-06948: searching flashback logs for block images
-
Cause: Starting the flashback log search for RECOVER...BLOCK command. The log is searched until the end of the log.
- RMAN-06949: finished flashback log search, restored string blocks
-
Cause: Flashback log search finished for RECOVER...BLOCK command.
- RMAN-06950: invalid validate option specified: string
-
Cause: The specified object was invalid with VALIDATE command.
- RMAN-06951: repair failure complete
-
Cause: This is an informational message only.
- RMAN-06952: database needs to be restarted
-
Cause: The target database control file was missing.
- RMAN-06953: no automatic repairs were listed by ADVISE FAILURE
-
Cause: There were no automatic repairs listed by the ADVISE FAILURE command.
- RMAN-06954: REPAIR command must be preceded by ADVISE command in same session
-
Cause: The ADVISE command was not issued in the same session as the REPAIR command.
- RMAN-06955: Network copies are only supported for nonsection image copies.
-
Cause: An attempt was made to specify BACKUP AUXILIARY FORMAT without specifying the AS COPY clause. A network copy is only supported with an image copy without sections.
- RMAN-06956: create datafile failed; retry after removing string from OS
-
Cause: An attempt was made to re-create a database file. This attempt failed.
- RMAN-06957: finished standby search, restored string blocks
-
Cause: Standby search finished for RECOVER...BLOCK command.
- RMAN-06958: Executing: string
-
Cause: This is an informational message only.
- RMAN-06959: warning: repair completed but could not verify that failures were fixed by it
-
Cause: RMAN repair command successfully completed but could not check if the failures were fixed.
- RMAN-06960: EXPDP> string
-
Cause: This is an informational message only.
- RMAN-06961: IMPDP> string
-
Cause: This is an informational message only.
- RMAN-06962: Error received during export of metadata
-
Cause: Data Pump could not perform export of tablespace metadata.
- RMAN-06963: Error received during import of metadata
-
Cause: Data Pump could not perform import of tablespace metadata.
- RMAN-06964: option string cannot be used with string
-
Cause: Incompatible options were specified that caused the command to fail.
- RMAN-06965: Datapump job has stopped
-
Cause: A Data Pump error has caused the job to stop.
- RMAN-06966: Invalid release number string
-
Cause: An incorrectly formatted release number was specified.
- RMAN-06967: finished primary search, recovered string blocks
-
Cause: Primary Database search finished for RECOVER...BLOCK command.
- RMAN-06968: duplicate DUMP FILE specification
-
Cause: DUMP FILE specification already encountered for this command.
- RMAN-06969: duplicate DATAPUMP specification
-
Cause: DATAPUMP specification already encountered for this command.
- RMAN-06970: NEWNAME 'string' for database must include %number or %%U format
-
Cause: The newname in SET NEWNAME FOR DATABASE did not include a format specifier to produce different newnames for the data files.
- RMAN-06971: NEWNAME 'string' for tablespace must include %number or %%U format
-
Cause: The newname in SET NEWNAME FOR TABLESPACE did not include a format specifier to produce different newnames for the data files.
- RMAN-06980: The following errors need to be fixed before peforming this command
-
Cause: The tablespaces failed validation by DBMS_TTS.TRANSPORT_SET_CHECK.
- RMAN-06981: Violation: string
-
Cause: This message was issued to show a violation obtained from the DBMS_TTS.TRANSPORT_SET_CHECK.
- RMAN-06982: SQL command with length of string exceeds maximum length of string
-
Cause: The SQL command issued exceeded the maximum allowed length.
- RMAN-06983: unsupported data type string in column string for select
-
Cause: The select list included an unsupported data type. Not all SQL data types are supported by RMAN. Only simple data types are supported.
- RMAN-06985: \nstring rows selected
-
Cause: This is an informational message only.
- RMAN-06986: Statement processed
-
Cause: This is an informational message only.
- RMAN-06987: NUMWIDTH option string out of range (number through number)
-
Cause: Value for NUMWIDTH option was out of the specified range.
- RMAN-06988: Only SELECT statements are supported for CATALOG modifier
-
Cause: SQL CATALOG was specified for a non-SELECT statement.
- RMAN-06989: \nno rows selected
-
Cause: This is an informational message only.
- RMAN-06990: Error in select list
-
Cause: The specified select list could not be processed.
- RMAN-06991: Name Null? Type
-
Cause: This is an informational message only.
- RMAN-06992: ----------------------------------------- -------- ----------------------------
-
Cause: This is an informational message only.
- RMAN-06993: LONG option string out of range (number through number)
-
Cause: Value for LONG option was out of the specified range.
- RMAN-06994: cannot issue string command in CATALOG mode when database is a SNAPSHOT STANDBY
-
Cause: An attempt was made to run a command in CATALOG mode when connected to a SNAPSHOT STANDBY database.
- RMAN-06995: AT ANY SCN option can be used for DATAFILECOPY only
-
Cause: AT ANY SCN option was not used with DATAFILE COPY.
- RMAN-07000: List of SPFILE Backups
-
Cause: This message is issued in response to a LIST BACKUP OF SPFILE command.
- RMAN-07025: string is not supported for foreign archived log
-
Cause: The specified option was not supported for foreign archived log.
- RMAN-07200: no failures found that match specification
-
Cause: A failure specifier did not match any failures in the Automated Diagnostic Repository.
- RMAN-07207: changed string failures to HIGH priority
-
Cause: This is an informational message only.
- RMAN-07208: changed string failures to LOW priority
-
Cause: This is an informational message only.
- RMAN-07209: closed string failures
-
Cause: This is an informational message only.
- RMAN-07210: new failures after most recent LIST FAILURE command
-
Cause: New failures were found since last LIST FAILURE command in this RMAN session.
- RMAN-07211: failure option not specified
-
Cause: ALL, CRITICAL, HIGH, LOW, or list of failure numbers was not specified.
- RMAN-07212: skipping failure string because it was CLOSED
-
Cause: The specified failure has been already closed, so ADVISE FAILURE or CHANGE FAILURE cannot be executed on this failure.
- RMAN-07213: Mandatory Manual Actions
-
Cause: This is an informational message only.
- RMAN-07215: Automated Repair Options
-
Cause: This is an informational message only.
- RMAN-07220: no manual actions available
-
Cause: This is an informational message only.
- RMAN-07222: =======================
-
Cause: This is an informational message only.
- RMAN-07251: Repair script: string
-
Cause: This is an informational message only.
- RMAN-07252: ========================
-
Cause: This is an informational message only.
- RMAN-07253: ========================
-
Cause: This is an informational message only.
- RMAN-07255: priority change for failure string failed
-
Cause: An attempt was made to change the priority of a child failure.
- RMAN-07256: cannot change priority of child failure
-
Cause: An attempt was made to change the priority of child failure.
- RMAN-07259: string critical failures exist; cannot exclude from ADVISE FAILURE
-
Cause: ADVISE FAILURE was executed for HIGH or LOW priority failures when CRITICAL failures existed.
- RMAN-07262: no automatic repair options available
-
Cause: This is an informational message only.
- RMAN-07263: Database Role: string
-
Cause: This is an informational message only.
- RMAN-07500: searching for all files that match the pattern string
-
Cause: This is an informational message only.
- RMAN-07501: searching for all files in the recovery area
-
Cause: This is an informational message only.
- RMAN-07502: List of Files Unknown to the Database
-
Cause: This message is issued in response to a CATALOG command.
- RMAN-07505: no files found to be unknown to the database
-
Cause: This is an informational message displayed by the CATALOG command. The command either found no files, or all files that matched the specified search pattern were already present in the target database control file.
- RMAN-07507: cataloging files...
-
Cause: This is an informational message only.
- RMAN-07508: cataloging done
-
Cause: This is an informational message only.
- RMAN-07509: List of Cataloged Files
-
Cause: This message is issued in response to a CATALOG command.
- RMAN-07513: List of Files Which Were Not Cataloged
-
Cause: This message is issued in response to a CATALOG command.
- RMAN-07514: =======================================
-
Cause: This is an informational message only.
- RMAN-07515: File Name: string
-
Cause: This is an informational message only.
- RMAN-07516: Reason: Error reading
-
Cause: This is an informational message only.
- RMAN-07517: Reason: The file header is corrupted
-
Cause: Either the file is not an Oracle file or the file header is corrupted.
- RMAN-07518: Reason: Foreign database file DBID: string Database Name: string
-
Cause: This is an informational message only.
- RMAN-07519: Reason: Error while cataloging. See alert.log.
-
Cause: This is an informational message only.
- RMAN-07520: Reason: Data pump dump file
-
Cause: This is an informational message only.
- RMAN-07521: cannot create recovery catalog in database version string; version string required
-
Cause: An attempt was made to use a version of the recovery catalog schema that was incompatible with the version of the database.
- RMAN-07522: CREATE TYPE privilege must be granted to user string
-
Cause: The CREATE CATALOG or UPGRADE CATALOG command was used, but the USERID that was supplied in the CATALOG connect string does not have the CREATE TYPE privilege granted.
- RMAN-07523: List of files in Recovery Area not managed by the database
-
Cause: This message was issued in response to a CATALOG RECOVERY AREA command.
- RMAN-07524: ==========================================================
-
Cause: This is an informational message only.
- RMAN-07525: Reason: File is not a supported file type in Recovery Area
-
Cause: This message should be accompanied by other message(s) indicating the name of file that was not supported in recovery area. Any file other than current control file, online log, archived log, RMAN backups and flashback log is not supported in recovery area. This is an informational message only.
- RMAN-07526: Reason: File is not an Oracle Managed File
-
Cause: This message should be accompanied by other message(s) indicating the name of file that was not a oracle managed file. This is an informational message only.
- RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter
-
Cause: This message should be accompanied by other message(s) indicating the name of file that was not created using DB_RECOVERY_FILE_DEST initialization parameter. One of the following scenarios caused this error: 1) This is an archived log file and was created when the LOG_ARCHIVE_DEST_n initialization parameter was set explicitly to recovery area location. For example, LOG_ARCHIVE_DEST_1='location=+FRA' where '+FRA' was also your DB_RECOVERY_FILE_DEST value. 2) This is an RMAN backup file and was created in a recovery area using the FORMAT option of the BACKUP command. 3) This is an online log file or current control file and was created prior to setting the recovery area. 4) This file fits none of the above scenarios and is not supported by the recovery area.
- RMAN-07528: number of files not managed by recovery area is string, totaling string
-
Cause: This message should be accompanied by other message(s) indicating the list of files. Either the files listed are not known to the database or not managed by recovery area. The number and size of the files are shown. This is an informational message only.
- RMAN-07529: Reason: catalog is not supported for this file type
-
Cause: The CATALOG command encountered one or more files of types that cannot be cataloged. These file types include online redo logs, flashback logs, block change tracking files, and data pump files. This message will be accompanied by other messages indicating the names of the file's that could not be cataloged.
- RMAN-07530: Reason: This file type is not requested for cataloging
-
Cause: This is an informational message only.
- RMAN-07531: skipping datafile number; already restored to SCN string
-
Cause: Recovery Manager determined that this file was already restored to the specified SCN.
- RMAN-07532: skipping datafilecopy string; already recovered to SCN string
-
Cause: Recovery Manager determined that this data file copy was already recovered to the specified SCN.
- RMAN-07535: waiting for ASM instance to release file state object
-
Cause: This is an informational message only.
- RMAN-07536: command not allowed when connected to a Pluggable Database
-
Cause: A command was attempted that can only be performed in the root container.
- RMAN-07537: command only allowed in a container database
-
Cause: A command was attempted that is only allowed in a CDB.
- RMAN-07538: Pluggable Database qualifier not allowed when connected to a Pluggable Database
-
Cause: A command was attempted with Pluggable Database name qualifier. This is not allowed when connected to a Pluggable Database.
- RMAN-07539: insufficient privileges to upgrade the catalog schema
-
Cause: UPGRADE CATALOG command was attempted, but the current recovery catalog connection does not have the privileges required to upgrade the catalog schema.
- RMAN-07540: Cleanup is required for the VPC user schema
-
Cause: The VPC user specified in the connect string does have extra privileges granted.
- RMAN-07541: checkpoint of the data file is more recent than the last archived log
-
Cause: The checkpoint system change number (SCN) of the data file in the backup was higher than the SCN of the most recent archived log. THE RMAN DUPLICATE command will use the checkpoint SCN of the most recent backup data file as the UNTIL SCN value during restore and recovery.
- RMAN-07542: switched to preplugin container string
-
Cause: This is an informational message only.
- RMAN-07543: recovery catalog does not have VPD support enabled
-
Cause: An attempt was made to use virtual recovery catalog features without a proper VPD setup for the base catalog.
- RMAN-07544: Execute '?/rdbms/admin/dbmsrmanvpc.sql string' as SYS to cleanup VPC users schemas
-
Cause: There are existing VPC users schemas assiciated with this base recovery catalog that have to be migrated to the new VPD model.
- RMAN-07545: skipping data file string because it belongs to container string
-
Cause: A RESTORE or RECOVER command omitted processing the indicated data file because it belongs to different PDB from the preplugin container. RESTORE or RECOVER of data files from more than one pluggable database (PDB) in one command is not supported because it belongs to different PDB from the preplugin container.
- RMAN-07546: no preplugin container set
-
Cause: An attempt was made to use the PREPLUGIN clause but no preplugin container was set.
- RMAN-07547: PREPLUGIN option requires the database to be opened
-
Cause: The PREPLUGIN option was specified, but the database was not opened.
- RMAN-07548: cannot upgrade catalog using Recovery Appliance RMAN executable
-
Cause: The recovery catalog that was not a Recovery Appliance catalog could not be upgraded using a Recovery Appliance RMAN executable.
- RMAN-07549: cannot upgrade catalog using non Recovery Appliance RMAN executable
-
Cause: Recovery Appliance catalog could not be upgraded using this RMAN executable.
- RMAN-07550: preplugin repository not found for container string
-
Cause: The specified pluggable database (PDB) did not have a preplugin repository.
- RMAN-07551: data file string must be restored or preplugin recovery must be completed
-
Cause: A RECOVER command was issued, and the recovery catalog indicates the specified data file should be part of the recovery. But this data file is not listed in the control file, and cannot be found on disk or preplugin recovery was incomplete.
- RMAN-07552: VPC support required when target database is pluggable database
-
Cause: An attempt was made to use recovery catalog when the target database was a Pluggable Database (PDB). This is supported only when Virtual Private Catalog (VPC) is enabled.
- RMAN-07553: warning: RECOVERY WINDOW is more than CONTROL_FILE_RECORD_KEEP_TIME
-
Cause: The specified RECOVERY WINDOW was more than the CONTROL_FILE_RECORD_KEEP_TIME initialization parameter on target database. Using RMAN without a recovery catalog in such a configuration would result in losing backup information.
- RMAN-07554: warning: CONTROL_FILE_RECORD_KEEP_TIME is too large (string days)
-
Cause: The CONTROL_FILE_RECORD_KEEP_TIME initialization parameter value was too high. A large value would increase the size of control file and can cause performance issues.
- RMAN-08000: channel string: copied datafile string
-
Cause: This is an informational message only.
- RMAN-08001: restore not complete
-
Cause: All of the backup pieces have been successfully applied, but DBMS_BACKUP_RESTORE package indicates that the restore conversation is not complete. This usually means that the backup set contained corrupt data.
- RMAN-08002: starting full resync of recovery catalog
-
Cause: This is an informational message only.
- RMAN-08003: channel string: reading from backup piece string
-
Cause: This is an informational message only.
- RMAN-08004: full resync complete
-
Cause: This is an informational message only.
- RMAN-08005: new incarnation of database registered in recovery catalog
-
Cause: This is an informational message only.
- RMAN-08006: database registered in recovery catalog
-
Cause: This is an informational message only.
- RMAN-08007: channel string: copied datafile copy of datafile string, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08008: channel string: starting full datafile backup set
-
Cause: This is an informational message only.
- RMAN-08009: channel string: starting archived log backup set
-
Cause: This is an informational message only.
- RMAN-08010: channel string: specifying datafile(s) in backup set
-
Cause: This is an informational message only.
- RMAN-08011: including current control file in backup set
-
Cause: This is an informational message only.
- RMAN-08012: including control file copy in backup set
-
Cause: This is an informational message only.
- RMAN-08013: channel string: backup piece string
-
Cause: This is an informational message only.
- RMAN-08014: channel string: specifying archived log(s) in backup set
-
Cause: This is an informational message only.
- RMAN-08015: datafile string switched to datafile copy
-
Cause: This is an informational message only.
- RMAN-08016: channel string: starting datafile backup set restore
-
Cause: This is an informational message only.
- RMAN-08017: channel string: starting archived log restore to default destination
-
Cause: This is an informational message only.
- RMAN-08018: channel string: starting archived log restore to user-specified destination
-
Cause: This is an informational message only.
- RMAN-08019: channel string: restoring datafile string
-
Cause: This is an informational message only.
- RMAN-08020: including standby control file in backup set
-
Cause: This is an informational message only.
- RMAN-08021: channel string: restoring control file
-
Cause: This is an informational message only.
- RMAN-08022: channel string: restoring archived log
-
Cause: This is an informational message only.
- RMAN-08023: channel string: restored backup piece string
-
Cause: This is an informational message only.
- RMAN-08025: channel string: copied control file copy
-
Cause: This is an informational message only.
- RMAN-08026: channel string: copied archived log
-
Cause: This is an informational message only.
- RMAN-08027: channel string: copied current control file
-
Cause: This is an informational message only.
- RMAN-08028: channel string: copy current control file failed
-
Cause: This is an informational message only.
- RMAN-08029: snapshot control file name set to default value: string
-
Cause: This is an informational message only.
- RMAN-08030: allocated channel: string
-
Cause: This is an informational message only.
- RMAN-08031: released channel: string
-
Cause: This is an informational message only.
- RMAN-08032: channel string: RECID string STAMP string does not match recovery catalog
-
Cause: The record that identifies the source file for a copy or backup database does not contain the same data as is stored in the recovery catalog.
- RMAN-08033: channel string: including datafile copy of datafile string in backup set
-
Cause: This is an informational message only.
- RMAN-08034: full resync skipped, target database not mounted
-
Cause: This is an informational message only.
- RMAN-08035: partial resync skipped, target database not mounted
-
Cause: This is an informational message only.
- RMAN-08036: channel string: could not create control file record for string string
-
Cause: The record identifying the named file was no longer present in the target database control file, and repeated attempts to inspect the file were unsuccessful in creating the record. This could be because the circular-reuse section of the control file which holds information about the specified type of file is too small and there is other database activity which is causing the record to be overwritten before it can be used.
- RMAN-08037: channel string: unexpected validation return code string
-
Cause: This is an internal error that should never be issued.
- RMAN-08038: channel string: starting piece string at string
-
Cause: This is an informational message only.
- RMAN-08039: channel string: starting incremental datafile backup set restore
-
Cause: This is an informational message only.
- RMAN-08040: full resync skipped, control file is not current or backup
-
Cause: This is an informational message only.
- RMAN-08041: partial resync skipped, control file is not current or backup
-
Cause: This is an informational message only.
- RMAN-08042: channel string: copied standby control file
-
Cause: This is an informational message only.
- RMAN-08043: channel string: copy standby control file failed
-
Cause: This is an informational message only.
- RMAN-08044: channel string: finished piece string at string
-
Cause: This is an informational message only.
- RMAN-08045: channel string: finished piece string at string with string copies
-
Cause: This is an informational message only.
- RMAN-08046: channel string: starting compressed full datafile backup set
-
Cause: This is an informational message only.
- RMAN-08047: channel string: starting compressed incremental level string datafile backup set
-
Cause: This is an informational message only.
- RMAN-08048: channel string: starting incremental level string datafile backup set
-
Cause: This is an informational message only.
- RMAN-08049: channel string: starting compressed archived log backup set
-
Cause: This is an informational message only.
- RMAN-08050: cataloged datafile copy
-
Cause: This is an informational message only.
- RMAN-08051: cataloged archived log
-
Cause: This is an informational message only.
- RMAN-08052: cataloged control file copy
-
Cause: This is an informational message only.
- RMAN-08053: channel string: finished piece string at string with string copies and tag string
-
Cause: This is an informational message only.
- RMAN-08054: starting media recovery
-
Cause: This is an informational message only.
- RMAN-08056: skipping datafile string because it has not changed
-
Cause: The specified data file has not had its checkpoint advanced since the previous backup, therefore it does not need a new incremental backup.
- RMAN-08057: channel string: backup cancelled because all files were skipped
-
Cause: All data files for this backup were skipped, therefore no backup is created.
- RMAN-08058: replicating control file
-
Cause: This is an informational message only.
- RMAN-08059: media recovery failed
-
Cause: This is an informational message only.
- RMAN-08060: unable to find archived log
-
Cause: This is an informational message only.
- RMAN-08061: warning: change failure ID string failed due to error ORA-string
-
Cause: CHANGE FAILURE for the indicated failure ID encountered an error.
- RMAN-08062: warning: cannot change priority of a critical failure string
-
Cause: An attempt was made to change priority of a failure with CRITICAL priority.
- RMAN-08063: Recovery catalog is down or not connected to catalog, trying to reconnect.
-
Cause: This is an informational message only.
- RMAN-08064: Reconnection with the recovery catalog is successful.
-
Cause: This is an informational message only.
- RMAN-08065: warning: Reconnection with the recovery catalog failed, switching to nocatalog mode.
-
Cause: RMAN failed to reconnect to the recovery catalog and switched to nocatalog mode.
- RMAN-08066: database reset to incarnation string
-
Cause: This is an informational message only.
- RMAN-08070: deleted datafile copy
-
Cause: This is an informational message only.
- RMAN-08071: channel string: deleting archived log(s)
-
Cause: This is an informational message only.
- RMAN-08072: deleted control file copy
-
Cause: This is an informational message only.
- RMAN-08073: deleted backup piece
-
Cause: This is an informational message only.
- RMAN-08074: crosschecked backup piece: found to be 'string'
-
Cause: This is an informational message only.
- RMAN-08085: created script string
-
Cause: This is an informational message only.
- RMAN-08086: replaced script string
-
Cause: This is an informational message only.
- RMAN-08087: channel string: started backup set validation
-
Cause: This is an informational message only.
- RMAN-08088: applied offline range to datafile string
-
Cause: This is an informational message only.
- RMAN-08089: channel string: specifying datafile(s) to restore from backup set
-
Cause: This is an informational message only.
- RMAN-08090: channel string: starting proxy restore
-
Cause: This is an informational message only.
- RMAN-08091: channel string: specifying datafile(s) for proxy backup
-
Cause: This is an informational message only.
- RMAN-08092: channel string: specifying datafile copy of datafile string for proxy backup
-
Cause: This is an informational message only.
- RMAN-08093: specifying current control file for proxy backup
-
Cause: This is an informational message only.
- RMAN-08094: channel string: specifying datafile(s) for proxy restore
-
Cause: This is an informational message only.
- RMAN-08096: channel string: starting validation of datafile backup set
-
Cause: This is an informational message only.
- RMAN-08097: channel string: starting validation of archived log backup set
-
Cause: This is an informational message only.
- RMAN-08099: specifying standby control file for proxy backup
-
Cause: This is an informational message only.
- RMAN-08100: channel string: starting proxy validation
-
Cause: This is an informational message only.
- RMAN-08101: channel string: proxy validation complete
-
Cause: This is an informational message only.
- RMAN-08102: channel string: located backup piece: string
-
Cause: This is an informational message only.
- RMAN-08103: channel string: could not locate backup piece: string
-
Cause: This is an informational message only.
- RMAN-08104: channel string: input backup set: count=string, stamp=string, piece=string
-
Cause: This is an informational message only.
- RMAN-08105: channel string: backup cancelled because no pieces were found
-
Cause: All backup sets specified has no pieces. Therefore, no backup set is created.
- RMAN-08106: channel string: restoring block(s)
-
Cause: This is an informational message only.
- RMAN-08107: skipping inaccessible backup set count=string STAMP=string
-
Cause: The indicated backup set will not be backed up because one or more pieces of the backup set could not be read, and the SKIP INACCESSIBLE option was specified.
- RMAN-08108: channel string: specifying block(s) to restore from backup set
-
Cause: This is an informational message only.
- RMAN-08109: channel string: restored block(s) from backup piece string
-
Cause: This is an informational message only.
- RMAN-08110: failover to next copy of backup piece
-
Cause: This is an informational message only.
- RMAN-08111: some blocks not recovered: See trace file for details
-
Cause: Some blocks not recovered due to errors.
- RMAN-08112: archived log failover was done on string, check alert log for more info
-
Cause: This is an informational message to indicate the server found a corrupted block in an archived log and had to switch to another copy of the same archived log in an alternate archived log destination to get corresponding un-corrupted block.
- RMAN-08113: including current SPFILE in backup set
-
Cause: This is an informational message only.
- RMAN-08114: channel string: restoring SPFILE to PFILE
-
Cause: This is an informational message only.
- RMAN-08115: channel string: restoring SPFILE
-
Cause: This is an informational message only.
- RMAN-08116: output file name is original SPFILE location
-
Cause: This is an informational message only.
- RMAN-08117: channel string: the AUTOBACKUP does not contain an SPFILE
-
Cause: The requested AUTOBACKUP does not contain a SPFILE. This is because the instance was not started with a SPFILE when the AUTOBACKUP was created.
- RMAN-08118: warning: could not delete the following archived redo log
-
Cause: The routine deleteArchivedLog() could not delete an archived redo log on the target instance.
- RMAN-08119: skipping backup piece handle string; already exists
-
Cause: A BACKUP command does not need to backup control file AUTOBACKUP pieces, because they already exists.
- RMAN-08120: warning: archived log not deleted, not yet applied by standby
-
Cause: This is an informational message to alert the user that an archived log that should have been deleted was not as it has not been applied to the standby database. The next message identifies the archived log
- RMAN-08121: keep attributes for the backup are deleted
-
Cause: This is an informational message only.
- RMAN-08122: keep attributes for the backup are changed
-
Cause: This is an informational message only.
- RMAN-08123: keep attributes for the datafile/control file copy are deleted
-
Cause: This is an informational message only.
- RMAN-08124: keep attributes for the datafile/control file copy are changed
-
Cause: This is an informational message only.
- RMAN-08125: keep attributes for the proxy copy are deleted
-
Cause: This is an informational message only.
- RMAN-08126: keep attributes for the proxy copy are changed
-
Cause: This is an informational message only.
- RMAN-08127: channel string: cataloged backup piece
-
Cause: This is an informational message only.
- RMAN-08128: uncataloged backup piece
-
Cause: This is an informational message only.
- RMAN-08129: failover to piece handle=string tag=string
-
Cause: This is an informational message to indicate the server found a corrupted block in a piece and had to switch to another copy of piece to get corresponding un-corrupted block.
- RMAN-08130: failover to copy on device type string
-
Cause: This is an informational message to indicate the RMAN could not successfully restore the database using the specified backups. An attempt was made to restore the data files/archived logs/ control file/SPFILE using the same backup set on a different device type.
- RMAN-08131: channel string: specifying datafile copies to recover
-
Cause: This is an informational message only.
- RMAN-08132: warning: cannot update recovery area reclaimable file list
-
Cause: This error should be accompanied by other errors giving the cause of failure to update reclaimable file list.
- RMAN-08133: channel string: the AUTOBACKUP does not contain a standby control file.
-
Cause: The requested AUTOBACKUP did not contain a standby control file.
- RMAN-08135: some corrupt blocks found during conversion of file string
-
Cause: While converting the specified file from one platform to another, some corrupt blocks were discovered in the specified file. Details about the corruption have been written to a server trace file.
- RMAN-08136: channel string: deleting incremental backup(s)
-
Cause: This is an informational message only.
- RMAN-08137: warning: archived log not deleted, needed for standby or upstream capture process
-
Cause: An archived log that should have been deleted was not as it was required by upstream capture process or Data Guard. The next message identifies the archived log.
- RMAN-08138: warning: archived log not deleted - must create more backups
-
Cause: An archived log that should have been deleted was not as it it did not meet the user specified archive log deletion policy of number of backups required before deleting the logs.
- RMAN-08139: warning: archived redo log not deleted, needed for guaranteed restore point
-
Cause: An archived log that should have been deleted was not because it is required for guaranteed restore point.
- RMAN-08140: channel string: starting validation of datafile
-
Cause: This is an informational message only.
- RMAN-08141: channel string: specifying datafile(s) for validation
-
Cause: This is an informational message only.
- RMAN-08142: including standby control file for validation
-
Cause: This is an informational message only.
- RMAN-08143: including current control file for validation
-
Cause: This is an informational message only.
- RMAN-08144: channel string: validation complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08145: channel string: starting validation of archived log
-
Cause: This is an informational message only.
- RMAN-08146: channel string: specifying archived log(s) for validation
-
Cause: This is an informational message only.
- RMAN-08150: created global script string
-
Cause: This is an informational message only.
- RMAN-08151: replaced global script string
-
Cause: This is an informational message only.
- RMAN-08152: global script string written to file string
-
Cause: This is an informational message only.
- RMAN-08153: deleted global script: string
-
Cause: This is an informational message only.
- RMAN-08154: deleted script: string
-
Cause: This is an informational message only.
- RMAN-08155: printing stored global script: string
-
Cause: This is an informational message only.
- RMAN-08156: printing stored script: string
-
Cause: This is an informational message only.
- RMAN-08157: script string written to file string
-
Cause: This is an informational message only.
- RMAN-08158: executing script: string
-
Cause: This is an informational message only.
- RMAN-08159: executing global script: string
-
Cause: This is an informational message only.
- RMAN-08160: script commands will be loaded from file string
-
Cause: This is an informational message only.
- RMAN-08161: contents of Memory Script:
-
Cause: This is an informational message only.
- RMAN-08162: executing Memory Script
-
Cause: This is an informational message only.
- RMAN-08163: validation succeeded for backup piece
-
Cause: The VALIDATE HEADER option determined that the backup piece still matches its data.
- RMAN-08164: validation succeeded for proxy copy
-
Cause: The VALIDATE HEADER option determined that the proxy copy still matches its data.
- RMAN-08165: could not locate proxy copy string
-
Cause: The specified proxy copy could not be found on proxy channel.
- RMAN-08166: validation succeeded for datafile copy and control file copy
-
Cause: The VALIDATE HEADER option discovered that the data file copy and control file copy still matches its data in the recovery catalog or target database control file.
- RMAN-08167: warning: string encountered a piece that was in use
-
Cause: The backup piece is currently in use by another BACKUP, RESTORE or DELETE operation.
- RMAN-08168: channel string: using compressed network backup set from service string
-
Cause: This is an informational message only.
- RMAN-08169: channel string: using network backup set from service string
-
Cause: This is an informational message only.
- RMAN-08180: channel string: restore complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08181: media recovery complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08182: channel string: validation complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08183: channel string: block restore complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08184: added tempfile string to tablespace string in control file
-
Cause: This is an informational message only.
- RMAN-08185: renamed tempfile string to string in control file
-
Cause: This is an informational message only.
- RMAN-08186: tempfile string size altered in control file
-
Cause: One of tempfile size attributes AUTOEXTEND, MAXSIZE, NEXTSIZE was altered. This is an informational message only.
- RMAN-08187: warning: media recovery until SCN string complete
-
Cause: Media recovery was completed until the indicated system change number (SCN) because the database was in NOARCHIVELOG mode.
- RMAN-08190: validate found one or more corrupt blocks
-
Cause: Backup validate found that one or more blocks were corrupt in the specified data files. This message should be followed by 8191 message.
- RMAN-08191: See trace file string for details
-
Cause: This is an informational message only.
- RMAN-08192: uncatalog BACKUPPIECE string in NOCATALOG mode
-
Cause: BACKUPPIECE could not resync due to 'set_stamp' and 'set_count' conflict. This message should be followed by message 20110.
- RMAN-08193: skipped datafile file number=string name=string
-
Cause: The indicated data file was missing after the initial discovery by RMAN during backup.
- RMAN-08195: skipping data file string because the file was restored
-
Cause: The specified data file did not have its checkpoint advanced since the previous backup, therefore, it does not need a new incremental backup.
- RMAN-08241: starting recovery of nonlogged blocks
-
Cause: This is an informational message only.
- RMAN-08242: recovery of nonlogged blocks complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08300: Run SQL script string on the target platform to create database
-
Cause: This is an informational message only.
- RMAN-08301: Edit init.ora file string. This PFILE will be used to create the database on the target platform
-
Cause: This is an informational message only.
- RMAN-08302: Run RMAN script string on target platform to convert datafiles
-
Cause: This is an informational message only.
- RMAN-08303: To recompile all PL/SQL modules, run utlirp.sql and utlrp.sql on the target platform
-
Cause: This is an informational message only.
- RMAN-08304: To change the internal database identifier, use DBNEWID Utility
-
Cause: This is an informational message only.
- RMAN-08305: channel string: starting to check datafiles
-
Cause: This is an informational message only.
- RMAN-08306: channel string: datafile checking complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08400: Running TRANSPORT_SET_CHECK on specified tablespaces
-
Cause: This is an informational message only.
- RMAN-08401: Cannot specify AS COPY when producing a cross-platform backup
-
Cause: Cross-platform backup modifier was specified and the type of backup is not a BACKUPSET.
- RMAN-08402: Cannot include controlfile in a cross-platform backup
-
Cause: Cross-platform backup modifier was specified and controlfile backup was also requested.
- RMAN-08403: Cannot include SPFILE in a cross-platform backup
-
Cause: Cross-platform backup modifier was specified and SPFILE backup was also requested.
- RMAN-08404: Cannot backup a BACKUPSET in a cross-platform backup
-
Cause: Cross-platform backup modifier was specified and BACKUPSET clause was also requested.
- RMAN-08405: Cannot backup datafile copies in a cross-platform backup
-
Cause: Cross-platform backup modifier was specified and data file copies were also requested.
- RMAN-08406: Cannot include archived logs in a cross-platform backup
-
Cause: Cross-platform backup modifier was specified and ARCHIVELOG clause was also requested.
- RMAN-08407: Cannot translate DATAPUMP DESTINATION string (reason: string)
-
Cause: The specified DATAPUMP DESTINATION was invalid.
- RMAN-08408: Cannot specify string clause when producing cross-platform backups
-
Cause: A clause that cannot be used with cross-platform backup was specified.
- RMAN-08409: FROM PLATFORM only allowed with BACKUPPIECE clause
-
Cause: A BACKUP FROM PLATFORM command was specified with backup objects other than BACKUPPIECE.
- RMAN-08410: Cross-platform backups require the database to be open in read/write mode
-
Cause: Cross-platform backup modifier was specified, but the database was not open in read/write mode.
- RMAN-08411: DATAPUMP can only be used with cross-platform backup
-
Cause: DATAPUMP was specified but TO PLATFORM or FOR TRANSPORT clauses were not used.
- RMAN-08412: DATAPUMP cannot be used with whole database cross-platform backup
-
Cause: DATAPUMP was specified together with whole database cross-platform backup.
- RMAN-08413: Cross-platform backup of backup pieces requires FORMAT clause
-
Cause: A BACKUP BACKUPPIECE command was specified without FORMAT clause.
- RMAN-08416: ALLOW INCONSISTENT allowed only for datafile backup
-
Cause: ALLOW INCONSISTENT was specified for a BACKUP BACKUPPIECE command.
- RMAN-08417: standby database must be open to do KEEP backups
-
Cause: KEEP backup was attempted on a standby database that was not open.
- RMAN-08418: KEEP or CONSISTENT backups are allowed only with current or standby control file
-
Cause: KEEP or CONSISTENT backup was attempted on a control file that was not current or standby.
- RMAN-08419: KEEP backups cannot find archivelog to make the backup consistent
-
Cause: Archived logs could not be found to make keep the backup consistent.
- RMAN-08420: running UNPLUG on the specified pluggable database: string
-
Cause: This is an informational message only.
- RMAN-08421: running UNPLUG or PLUG for cross-endian platform not supported
-
Cause: There was an attempt to use cross-platform backups to convert the whole database to a different endianess.
- RMAN-08423: ALLOW INCONSISTENT cannot be used with UNPLUG during cross-platform backup
-
Cause: The ALLOW INCONSISTENT clause was specified in a cross-platform backup command.
- RMAN-08424: UNPLUG file path : string
-
Cause: This is an informational message only.
- RMAN-08425: The USING clause to PLUG can only be used with FROM BACKUPSET clause
-
Cause: The USING clause was specifieed in a non-xttrestore conversation.
- RMAN-08426: incompatible PDB : string
-
Cause: DBMS_PDB.CHECK_PLUG_COMPATIBILITY did not pass.
- RMAN-08427: PDB already exists: string
-
Cause: There was an attempt to plug in an existing pluggable database.
- RMAN-08428: incompatible plugin.xml file for PDB: string
-
Cause: The pluggable database did not have the correct plugin.xml file.
- RMAN-08429: The FILE_NAME_CONVERT clause can be used only with the USING clause
-
Cause: The USING clause was not used with the FILE_NAME_CONVERT clause.
- RMAN-08430: channel string: plugging file string for string
-
Cause: An informational message was provided.
- RMAN-08431: FILE_NAME_CONVERT missing pattern
-
Cause: Replacement file name pattern was missing or invalid in the FILE_NAME_CONVERT clause.
- RMAN-08432: Trying to add a data file that is part of a pluggable database with an OMF file name
-
Cause: There was an attempt to add a data file as an Oracle Managed File (OMF) to the database.
- RMAN-08433: CONSISTENT option can be used to backup database or pluggable database
-
Cause: The CONSISTENT option was specified to backup an object other than a database or oluggable database. The option can only be used for creating full backups of database or pluggable database in the backup set mode.
- RMAN-08500: channel string: SID=string device type=string
-
Cause: This is an informational message only.
- RMAN-08501: output file name=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08503: piece handle=string comment=string
-
Cause: This is an informational message only.
- RMAN-08504: input archived log thread=string sequence=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08505: output file name=string
-
Cause: This is an informational message only.
- RMAN-08506: input file name=string
-
Cause: This is an informational message only.
- RMAN-08507: input datafile copy RECID=string STAMP=string file name=string
-
Cause: This is an informational message only.
- RMAN-08508: archived log destination=string
-
Cause: This is an informational message only.
- RMAN-08509: destination for restore of datafile string: string
-
Cause: This is an informational message only.
- RMAN-08510: archived log thread=string sequence=string
-
Cause: This is an informational message only.
- RMAN-08511: piece handle=string tag=string
-
Cause: This is an informational message only.
- RMAN-08512: waiting for snapshot control file enqueue
-
Cause: This is an informational message only.
- RMAN-08513: datafile copy file name=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08514: archived log file name=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08515: archived log file name=string thread=string sequence=string
-
Cause: This is an informational message only.
- RMAN-08516: control file copy file name=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08517: backup piece handle=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08518: channel string: scanning control file copy string
-
Cause: This is an informational message only.
- RMAN-08519: channel string: scanning datafile copy string
-
Cause: This is an informational message only.
- RMAN-08520: channel string: scanning archived log string
-
Cause: This is an informational message only.
- RMAN-08521: offline range RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08522: input datafile file number=string name=string
-
Cause: This is an informational message only.
- RMAN-08523: restoring datafile string to string
-
Cause: This is an informational message only.
- RMAN-08524: input control file copy name=string
-
Cause: This is an informational message only.
- RMAN-08525: backing up blocks string through string
-
Cause: This is an informational message only
- RMAN-08526: channel string: string
-
Cause: This is an informational message only.
- RMAN-08527: channel string: starting string proxy datafile backup at string
-
Cause: This is an informational message only.
- RMAN-08528: channel string: proxy copy complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08529: proxy file handle=string
-
Cause: This is an informational message only.
- RMAN-08530: piece handle=string tag=string comment=string
-
Cause: This is an informational message only.
- RMAN-08531: channel string: proxy copy string is string in media management catalog
-
Cause: This is an informational message only.
- RMAN-08532: channel string: restoring block(s) from datafile copy string
-
Cause: This is an informational message only.
- RMAN-08533: restoring blocks of datafile string
-
Cause: This is an informational message only.
- RMAN-08534: channel string: control file restore from AUTOBACKUP complete
-
Cause: This is an informational message only.
- RMAN-08535: channel string: looking for AUTOBACKUP on day: string
-
Cause: This is an informational message only.
- RMAN-08536: channel string: AUTOBACKUP found: string
-
Cause: This is an informational message only.
- RMAN-08537: channel string: skipped, AUTOBACKUP already found
-
Cause: This is an informational message only.
- RMAN-08538: channel string: no AUTOBACKUP in string days found
-
Cause: This is an informational message only.
- RMAN-08539: backup set key=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08540: channel string: backup set complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08541: channel string: SPFILE restore from AUTOBACKUP complete
-
Cause: This is an informational message only.
- RMAN-08542: channel string: starting proxy archived log backup at string
-
Cause: This is an informational message only.
- RMAN-08543: channel string: specifying archived log(s) for proxy backup
-
Cause: This is an informational message only.
- RMAN-08544: channel string: specifying archived log(s) for proxy restore
-
Cause: This is an informational message only.
- RMAN-08545: flashback command failed: See trace file for details
-
Cause: An attempt was made to issue a flashback command which failed due to errors. See trace file for details.
- RMAN-08546: channel string: AUTOBACKUP string found in the recovery area
-
Cause: This is an informational message only.
- RMAN-08547: channel string: no AUTOBACKUPS found in the recovery area
-
Cause: The recovery area does not have desired AUTOBACKUP.
- RMAN-08548: recovery area destination: string
-
Cause: This is an informational message only.
- RMAN-08549: database name (or database unique name) used for search: string
-
Cause: This is an informational message only.
- RMAN-08550: AUTOBACKUP search with format "string" not attempted because DBID was not set
-
Cause: Restore of a control file AUTOBACKUP was attempted without DBID being set.
- RMAN-08551: recovering datafile copy file number=string name=string
-
Cause: This is an informational message only.
- RMAN-08552: backup and output file names are identical: string
-
Cause: The backup file name chosen was identical to output file name specified for a restore operation.
- RMAN-08553: channel string: restoring control file from AUTOBACKUP string
-
Cause: This is an informational message only.
- RMAN-08554: channel string: restoring spfile from AUTOBACKUP string
-
Cause: This is an informational message only.
- RMAN-08555: channel string: restoring section string of string
-
Cause: This is an informational message only
- RMAN-08556: channel string: backup piece complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08557: input Data Pump dump file=string
-
Cause: This is an informational message only.
- RMAN-08558: channel string: converting foreign backup pieces from platform string
-
Cause: This is an informational message only.
- RMAN-08559: channel string: converting foreign backup pieces
-
Cause: This is an informational message only.
- RMAN-08580: channel string: starting datafile copy
-
Cause: This is an informational message only.
- RMAN-08581: channel string: datafile copy complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08582: channel string: starting archived log copy
-
Cause: This is an informational message only.
- RMAN-08583: channel string: archived log copy complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08584: copying current control file
-
Cause: This is an informational message only.
- RMAN-08585: copying standby control file
-
Cause: This is an informational message only.
- RMAN-08586: output file name=string tag=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08587: input is copy of datafile string: string
-
Cause: This is an informational message only.
- RMAN-08588: converted datafile=string
-
Cause: This is an informational message only.
- RMAN-08589: channel string: starting datafile conversion
-
Cause: This is an informational message only.
- RMAN-08590: channel string: datafile conversion complete, elapsed time: string
-
Cause: This is an informational message only.
- RMAN-08591: warning: invalid archived log deletion policy
-
Cause: An invalid ARCHIVELOG DELETION POLICY was supplied. The archived log deletion policy was APPLIED but there was no mandatory archived log destinations.
- RMAN-08592: output file name=string tag=string
-
Cause: This is an informational message only.
- RMAN-08599: channel string: throttle time: string
-
Cause: This is an informational message only.
- RMAN-08600: ASM disk group to search: string
-
Cause: This is an informational message only.
- RMAN-08601: channel string: AUTOBACKUP string found in ASM disk group string
-
Cause: This is an informational message only.
- RMAN-08602: channel string: no AUTOBACKUPS found in ASM disk group string
-
Cause: The specified ASM area does not have desired AUTOBACKUP.
- RMAN-08603: skipping string; file in use by another process
-
Cause: The indicated file was not included in the backup because it is part of another restore or delete operation.
- RMAN-08604: skipping string; file deleted from disk
-
Cause: The indicated file was not included in the backup because it was deleted from the recovery area to reclaim disk space for other operations or deleted manually by another RMAN session.
- RMAN-08605: channel string: SID=string instance=string device type=string
-
Cause: This is an informational message only.
- RMAN-08606: warning: The change tracking file is invalid.
-
Cause: Backup found changed blocks that were not marked in the change tracking file. See alert log for more information.
- RMAN-08607: List of remote backup files
-
Cause: RESTORE command detected that one or more remote backup files were required to perform restore operation.
- RMAN-08608: Initiated recall for the following list of remote backup files
-
Cause: This is an informational message displayed when the specified RECALL option of the RESTORE command detected that one or more remote backup files were required to perform the restore operation. The message indicated that RMAN had initiated the request on SBT channel to recall the remote backup files.
- RMAN-08609: channel string: starting incremental datafile backup set
-
Cause: This is an informational message only.
- RMAN-08610: channel string: restoring datafile string to string
-
Cause: This is an informational message only.
- RMAN-08611: channel string: piece handle=string tag=string
-
Cause: This is an informational message only.
- RMAN-08612: channel string: failover to duplicate backup on device string
-
Cause: This is an informational message to indicate the RMAN could not successfully restore the files using the specified backups. An attempt was made to restore the data files/archived logs/ control file/SPFILE using a previous existing backup.
- RMAN-08613: channel string: failover to piece handle=string tag=string
-
Cause: This is an informational message to indicate the server found a corrupted block in a backup piece and had to switch to another copy of the piece to get the same block.
- RMAN-08614: channel string: errors found reading piece handle=string
-
Cause: This is an informational message to indicate the server found a corrupted block in a backup piece. Accompanying error will describe the action taken.
- RMAN-08615: channel string
-
Cause: This is an informational message to indicate the server could not perform the restore due to the included errors. A least recent backup set will be used to perform the restore.
- RMAN-08616: validating blocks string through string
-
Cause: This is an informational message only
- RMAN-08617: validation failed for foreign archived log
-
Cause: The CROSSCHECK FOREIGN ARCHIVELOG command determined that the foreign archived log could not be found or no longer contained the same data, so its record was marked expired.
- RMAN-08618: validation succeeded for foreign archived log
-
Cause: The CROSSCHECK FOREIGN ARCHIVELOG command determined that the foreign archived log still matches its data.
- RMAN-08619: foreign archived log file name=string RECID=string STAMP=string
-
Cause: This is an informational message only.
- RMAN-08620: uncataloged foreign archived log
-
Cause: This is an informational message only.
- RMAN-08621: deleted foreign archived log
-
Cause: This is an informational message only.
- RMAN-08622: channel string: restoring all foreign files in backup piece
-
Cause: This is an informational message only.
- RMAN-08623: channel string: restoring all files in foreign tablespace string
-
Cause: This is an informational message only.
- RMAN-08624: channel string: restoring foreign file string
-
Cause: This is an informational message only.
- RMAN-08625: channel string: restoring Data Pump dump file to string
-
Cause: This is an informational message only.
- RMAN-08626: channel string: restoring foreign file string to string
-
Cause: This is an informational message only.
- RMAN-08627: channel string: foreign piece handle=string
-
Cause: This is an informational message only.
- RMAN-08628: channel string: restoring foreign datafilecopy string
-
Cause: This is an informational message only.
- RMAN-08629: waiting for resources on the Recovery Appliance for string channels
-
Cause: The number of channels required to complete this operation was not available. Channels will be allocated when they become available.
- RMAN-08630: allocating the required resources on the Recovery Appliance
-
Cause: The required resources were allocated on a Recovery Appliance.
- RMAN-08631: channel string: starting compressed piece string at string
-
Cause: This is an informational message only.
- RMAN-10000: error parsing target database connect string "string"
-
Cause: An invalid target connect string was supplied.
- RMAN-10001: error parsing recovery catalog connect string "string"
-
Cause: An invalid recovery catalog connect string was supplied.
- RMAN-10002: Oracle error: string
-
Cause: The specified Oracle error was received. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10003: unable to connect to target database
-
Cause: Recovery manager was unable to connect to the target database. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10004: unable to connect to recovery catalog
-
Cause: Recovery manager was unable to connect to the recovery catalog
- RMAN-10005: error opening cursor
-
Cause: An error was received while trying to open a cursor. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10006: error running SQL statement: string
-
Cause: An error message was received while running the SQL statement shown.
- RMAN-10007: error closing cursor
-
Cause: An error was received while trying to close a cursor. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10008: could not create channel context
-
Cause: An error was received while trying create a channel context. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10009: error logging off of Oracle
-
Cause: An error was received while disconnecting from Oracle. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10010: error while checking for RPC completion
-
Cause: Recovery Manager's channel context had an error while checking to see if a remote procedure call had completed. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10011: synchronization error while polling for rpc number, action=string
-
Cause: Recovery Manager could not synchronize properly with a remote procedure call.
- RMAN-10012: KGU error: string
-
Cause: An error occurred while initializing the KGU subsystem
- RMAN-10013: error initializing PL/SQL
-
Cause: An error occurred while initializing the PL/SQL subsystem.
- RMAN-10014: PL/SQL error number on line number column number: string
-
Cause: PL/SQL error
- RMAN-10015: error compiling PL/SQL program
-
Cause: An error occurred while compiling a PL/SQL program.
- RMAN-10018: error cleaning up channel context
-
Cause: An error was received during inter-step cleanup of a channel context.
- RMAN-10020: error initializing Recovery Manager execution layer
-
Cause: An error was received while initializing the Recovery Manager execution layer in preparation for running a job. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10022: error in system-dependent sleep routine
-
Cause: An error was received while waiting for a remote RPC to complete. The error occurred in the system-dependent sleep routine.
- RMAN-10023: RPC attempted to unrecognized package
-
Cause: The Recovery Manager internal RPC router received a package name that it could not understand.
- RMAN-10024: error setting up for rpc polling
-
Cause: The Recovery Manager could not create the RPC polling context which is required to test for RPC completion. This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-10025: connection is already registered for events
-
Cause: The Recovery Manager could not enable the target database connection to test for RPC completion.
- RMAN-10026: network error number-number occurred registering connection
-
Cause: An network error occurred while attempting to register the target database connection to test for RPC completion.
- RMAN-10027: could not locate network layer context
-
Cause: Recovery Manager could not locate a necessary context area while attempting to register the target database connection to test for RPC completion.
- RMAN-10028: network error number-number occurred during remote RPC
-
Cause: An network error occurred while waiting for a remote RPC to complete.
- RMAN-10029: unexpected return code number from PL/SQL execution
-
Cause: PL/SQL returned an unexpected return code while executing one channel program.
- RMAN-10030: RPC call appears to have failed to start on channel string
-
Cause: An RPC to a target database instance was issued, but was not observed to start within 5 timeouts.
- RMAN-10031: RPC Error: ORA-number occurred during call to string.string
-
Cause: An RPC to the target database or recovery catalog database encountered an error.
- RMAN-10032: unhandled exception during execution of job step number: \nstring
-
Cause: An unhandled PL/SQL exception occurred during a job step.
- RMAN-10033: error during compilation of job step number: string
-
Cause: PL/SQL detected a problem during the compilation of a job step
- RMAN-10034: unhandled exception during execution of job step number, error unknown
-
Cause: PL/SQL detected an unhandled exception during execution of a job step, but no further information available
- RMAN-10035: exception raised in RPC: \nstring
-
Cause: A call to a remote package resulted in an exception.
- RMAN-10036: RPC call OK on channel string
-
Cause: This is just an informational message. It should be preceded by message 10030.
- RMAN-10037: RPC anomaly detected on channel string, UPINBLT=number
-
Cause: This is an debugging message and can be ignored.
- RMAN-10038: database session for channel string terminated unexpectedly
-
Cause: The database connection for the specified channel no longer exists. Either the session was terminated by some external means or the channel terminated because of an internal error.
- RMAN-10039: error encountered while polling for RPC completion on channel string
-
Cause: This error should be accompanied by other errors giving the cause of the polling error.
- RMAN-10040: asynchronous support not detected, RMAN will run synchronously
-
Cause: The database connection does not support asynchronous operation, so RMAN will not multi-task work among multiple channels. Multiple channels can still be allocated, but they will not run work concurrently.
- RMAN-10041: Could not re-create polling channel context following failure.
-
Cause: The RPC polling context, which is required to test for RPC completion, failed and Recovery Manager could not re-create this channel. This message should be accompanied by other error messages indicating the cause of the error.
- RMAN-11000: message number number not found in recovery manager message file
-
Cause: Recovery manager message file is out of date.
- RMAN-11001: Oracle Error: \nstring
-
Cause: This is an informational message only.
- RMAN-11002: could not open a cursor to the target database
-
Cause: This is an informational message only.
- RMAN-11003: failure during parse/execution of SQL statement: string
-
Cause: This is an informational message only.
- RMAN-11004: format requires %character when duplexing
-
Cause: SET_DUPLEX=ON was specified, but %c was not part of the format.
- RMAN-11005: conflicting media information for piece "string"
-
Cause: While restoring the specified backup piece, RMAN received conflicting information about the physical location of the piece from the Media Management software. This can cause poor restore performance.
- RMAN-11006: warning: test recovery results: \nstring
-
Cause: User called recover database with the test option
- RMAN-11007: new media label is "string" for piece "string"
-
Cause: This is an informational message indicating that the backup piece was moved from one media to another by media management software.
- RMAN-12000: execution layer initialization failed
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-12001: could not open channel string
-
Cause: An ALLOCATE CHANNEL command could not be processed.
- RMAN-12005: error during channel cleanup
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-12007: cannot allocate more than number channels
-
Cause: The maximum number of RMAN channels has been exceeded. Note that one channel is reserved for RMAN.
- RMAN-12008: could not locate backup piece string
-
Cause: There was at least 1 backup set that could not be accessed by any of the allocated channels.
- RMAN-12009: command aborted because some backup pieces could not be located
-
Cause: Same as 7008.
- RMAN-12010: automatic channel allocation initialization failed
-
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
- RMAN-12011: multiple records for default device type found in repository
-
Cause: Configuration for default device type was not consistent.
- RMAN-12012: multiple records for string parallelism found in repository
-
Cause: Configuration for device parallelism was not consistent.
- RMAN-12013: multiple records for string channel number found in repository
-
Cause: Configuration for the channel was not consistent.
- RMAN-12014: multiple records for default channel configuration for string found in repository
-
Cause: Configuration for the channel was not consistent.
- RMAN-12015: configuration for string channel number is ignored
-
Cause: This is an informational message only. Parallelism for the device is less than associated channel number.
- RMAN-12016: using channel string
-
Cause: This is an informational message only.
- RMAN-12017: could not locate pieces of backup set key string
-
Cause: Copies of the specified backup set key could not be accessed on any of the allocated channels.
- RMAN-12018: channel string disabled, job failed on it will be run on another channel
-
Cause: This is an informational message displayed whenever a retryable error occurs for the job and there are channels available to run this step.
- RMAN-12019: continuing other job steps, job failed will not be re-run
-
Cause: This is an informational message displayed whenever there is a non-retryable error occurred for the job.
- RMAN-12020: error on step filtered for normal output \nstring
-
Cause: This message is added when stacking errors for failed jobs after channel failover was performed. It will be filtered from normal output.
- RMAN-12021: device type exceeds maximum length of string
-
Cause: The device type indicated was invalid.
- RMAN-20000: abnormal termination of job step
-
Cause: A job step encountered an error and could not recover. This error should be followed by other errors indicating the cause of the problem.
- RMAN-20001: target database not found in recovery catalog
-
Cause: The target database was not found in the recovery catalog.
- RMAN-20002: target database already registered in recovery catalog
-
Cause: target database is already registered in the recovery catalog
- RMAN-20003: target database incarnation not found in recovery catalog
-
Cause: RESETLOGS CHANGE# and/or time of the target database doesn't match any database incarnation in the recovery catalog.
- RMAN-20004: target database name does not match name in recovery catalog
-
Cause: name of the target database doesn't match the one stored in the recovery catalog
- RMAN-20005: target database name is ambiguous
-
Cause: two or more databases in the recovery catalog match this name
- RMAN-20006: target database name is missing
-
Cause: target database instance is not started or db_name initialization parameter is not set
- RMAN-20009: database incarnation already registered
-
Cause: this incarnation is already registered in the recovery catalog
- RMAN-20010: database incarnation not found
-
Cause: database incarnation does not match any database incarnation in the recovery catalog
- RMAN-20011: target database incarnation is not current in recovery catalog
-
Cause: the database incarnation that matches the RESETLOGS CHANGE# and time of the mounted target database control file is not the current incarnation of the database
- RMAN-20012: not authorized to register new database
-
Cause: You attempted to register a new database with this recovery catalog, but you are using a virtual private catalog, and you have not been granted permission by the catalog administrator to register this database with this recovery catalog
- RMAN-20013: error upgrading virtual private catalog
-
Cause: An error occurred while automatically upgrading a virtual private catalog.
- RMAN-20014: virtual private catalog owner must be granted RECOVERY_CATALOG_OWNER role
-
Cause: An attempt was made to establish a virtual private RMAN catalog in a schema that is not granted the RECOVERY_CATALOG_OWNER role.
- RMAN-20015: not authorized to share this catalog
-
Cause: You attempted to share a recovery catalog but were not authorized to do this by the catalog administrator.
- RMAN-20016: virtual private catalog user cannot modify global scripts
-
Cause: A virtual private catalog user attempted to create, delete, or modify a global script. Virtual private catalog users cannot modify global scripts.
- RMAN-20017: illegal script update operation
-
Cause: An illegal script operation was performed.
- RMAN-20018: database not found in recovery catalog
-
Cause: An attempt was made to grant or revoke catalog access to a database whose name was not registered in the recovery catalog.
- RMAN-20019: database name not unique in recovery catalog
-
Cause: An attempt was made to grant or revoke catalog access to a database whose name is not unique in the recovery catalog.
- RMAN-20022: user not found
-
Cause: An attempt was made to grant a privilege to a user that does not exist.
- RMAN-20023: pluggable database not found in recovery catalog
-
Cause: An attempt was made to grant or revoke catalog access to a pluggable database whose name was not registered in the recovery catalog.
- RMAN-20024: pluggable database name not unique in recovery catalog
-
Cause: An attempt was made to grant or revoke catalog access to a pluggable database whose name was not unique in the recovery catalog.
- RMAN-20025: full resync from CDB$ROOT database is not done
-
Cause: Resync from pluggable database detected that a full resync from CDB$ROOT database is required. One of the following events on target database may have caused this error: 1) database role was changed 2) new database site was found
- RMAN-20026: operation only allowed by CDB$ROOT
-
Cause: A command was attempted that is only allowed by CDB$ROOT.
- RMAN-20029: cannot make a snapshot control file
-
Cause: another operation that needs the snapshot control file is in progress
- RMAN-20030: resync in progress
-
Cause: this procedure cannot be called while a resync is in progress
- RMAN-20031: resync not started
-
Cause: this procedure can only be called in a resync
- RMAN-20032: checkpoint CHANGE# too low
-
Cause: the checkpoint change# is less than the one of the previous resync or the checkpoint change# is null
- RMAN-20033: control file SEQUENCE# too low
-
Cause: the control file sequence is less than the one of the previous resync
- RMAN-20034: resync not needed
-
Cause: the control file has not changed since the previous resync
- RMAN-20038: must specify FORMAT for CONVERT command
-
Cause: No FORMAT was specified when using CONVERT command.
- RMAN-20039: format requires character when duplexing
-
Cause: SET_DUPLEX=ON was specified, but %c was not part of the format.
- RMAN-20044: invalid tablespace name
-
Cause: An invalid tablespace name was encountered due to the following possible reasons: 1. The specified tablespace name was too long. 2. The prepended pluggable database (PDB) name was part of the tablespace name.
- RMAN-20045: must specify FORMAT for BACKUP INCREMENTAL FROM SCN command
-
Cause: No FORMAT was specified when using BACKUP INCREMENTAL FROM SCN command.
- RMAN-20072: full resync from noncurrent control file
-
Cause: A full resync was attempted from either a standby control file or a backup control file. Only the current control file can do so. Allowing to do otherwise can result in unexpected changes in catalog metadata.
- RMAN-20073: warning: resync skipped for PDB string as a dictionary integrity check is required
-
Cause: An attempt was made to resync the Pluggable Database (PDB) information to the recovery catalog when the PDB was not open in read/write mode for the primary database.
- RMAN-20079: full resync from primary database is not done
-
Cause: Resync from standby detected that a full resync from primary database is required. One of the following events on primary database may have caused this error: 1) one or more tablespaces or data files were added 2) one or more tablespaces or data files were dropped 3) one or more data files status changed
- RMAN-20081: change stamp for the record
-
Cause: A record with same recid and stamp is already known to catalog.
- RMAN-20108: control file for remote database cannot be updated
-
Cause: RESYNC CATALOG FROM DB_UNIQUE_NAME command was attempted, but the control file at the database with DB_UNIQUE_NAME needs to be resynced directly instead of through the current target.
- RMAN-20109: remote database has different database ID
-
Cause: Command RESYNC CATALOG FROM DB_UNIQUE_NAME was executed and the database ID of the remote database was different than the connected target database.
- RMAN-20110: set_stamp set_count conflict
-
Cause: Resync detected multiple backup sets having the same 'set_stamp' and 'set_count'.
- RMAN-20140: database not yet registered in the Recovery Appliance
-
Cause: The database was not registered in the Recovery Appliance.
- RMAN-20141: target database ID mismatch with registered database in the Recovery Appliance
-
Cause: The database with the same DB_UNIQUE_NAME was already registered in a Recovery Appliance, but the database ID was different than the target database.
- RMAN-20142: version stamp of backup XML set is different
-
Cause: A new backup XML set was generated at the Recovery Appliance since the last read of watermarks.
- RMAN-20143: no records found to resync for incarnation view
-
Cause: The reconcile code at the Recovery Appliance expected incarnation records, but they were not sent by the recovery catalog.
- RMAN-20144: no records found to resync for tablespace view
-
Cause: The reconcile code at the Recovery Appliance expected tablespace records, but they were not sent by the recovery catalog.
- RMAN-20145: no records found to resync for data file view
-
Cause: The reconcile code at the Recovery Appliance expected data file records, but they were not sent by the recovery catalog.
- RMAN-20146: no records found to resync for thread view
-
Cause: The reconcile code at the Recovery Appliance expected thread records, but they were not sent by the recovery catalog.
- RMAN-20147: no records found to resync for online redo log view
-
Cause: The reconcile code at the Recovery Appliance expected online redo log records, but they were not sent by the recovery catalog.
- RMAN-20148: no records found to resync for offline range view
-
Cause: The reconcile code at the Backup Appaliance expected offline range records, but they were not sent by the recovery catalog.
- RMAN-20149: required records are purged from the backup XML set at the Recovery Appliance
-
Cause: The recovery catalog was not reconciled from the Recovery Appliance recently, and records from backup XML set were purged at the Recovery Appliance.
- RMAN-20150: no records found to resync for Pluggable Database view
-
Cause: The reconcile code at the Recovery Appliance expected Pluggable Database records, but they were not sent by the recovery catalog.
- RMAN-20151: no records found to resync for Pluggable Database incarnation view
-
Cause: The reconcile code at the Recovery Appliance expected Pluggable Database incarnation records, but they were not sent by the recovery catalog.
- RMAN-20201: datafile not found in the recovery catalog
-
Cause: The specified data file is not found in the recovery catalog
- RMAN-20202: Tablespace not found in the recovery catalog
-
Cause: the specified tablespace is not found in the recovery catalog
- RMAN-20203: translation in progress
-
Cause: this procedure can not be called when name translation is in progress
- RMAN-20204: translation not started
-
Cause: GETDATAFILE procedure was called before TRANSLATETABLESPACE
- RMAN-20205: incomplete UNTIL clause
-
Cause: The sequence# was NULL
- RMAN-20206: log sequence not found in the repository
-
Cause: The specified log sequence does not exists in log history of the current database incarnation
- RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time
-
Cause: UNTIL TIME and RECOVERY WINDOW cannot be less than the database creation time or RESETLOGS time.
- RMAN-20208: UNTIL CHANGE is before RESETLOGS change
-
Cause: UNTIL CHANGE cannot be less than the database RESETLOGS change.
- RMAN-20209: duplicate datafile name
-
Cause: Two data files have the same name
- RMAN-20211: FROM TIME is before RESETLOGS time
-
Cause: FROM TIME cannot be less than the database creation time or RESETLOGS time.
- RMAN-20212: UNTIL CHANGE is an orphan incarnation
-
Cause: Specified UNTIL CHANGE was an orphan incarnation.
- RMAN-20213: UNTIL TIME could not be translated to a valid SCN
-
Cause: Specified UNTIL TIME could not be translated to a valid SCN.
- RMAN-20215: backup set not found
-
Cause: The specified backup set key was not found in the recovery catalog or target database control file.
- RMAN-20217: datafile not part of the database
-
Cause: the data file does not exists or did not exist at until time/scn
- RMAN-20218: datafile not found in repository
-
Cause: This is an internal error.
- RMAN-20220: control file copy not found in the repository
-
Cause: The specified control file was not in the recovery catalog or target database control file or it was marked deleted.
- RMAN-20221: ambiguous control file copy name
-
Cause: more than one control file copy in the recovery catalog match the specified name.
- RMAN-20222: datafile name not found in recovery catalog or is ambiguous
-
Cause: The specified data file name is not the name of a data file that is currently part of the target database, or an UNTIL clause has been specified and the file name was for a different data file at the time specified by the UNTIL clause than it is now.
- RMAN-20223: DB_UNIQUE_NAME mismatch in snapshot control file
-
Cause: The DB_UNIQUE_NAME value in the snapshot control file was incorrect. This error can occur in Oracle RAC when the snapshot control file location is not shared across nodes and virtual IPs are setup in the remote database from where resynchronization is done using RESYNC CATALOG FROM DB_UNIQUE_NAME commnad.
- RMAN-20230: datafile copy not found in the repository
-
Cause: The specified data file was not in the recovery catalog or target database control file or it was marked deleted.
- RMAN-20231: ambiguous datafile copy name
-
Cause: more than one control file copy in the recovery catalog match the specified name.
- RMAN-20240: archived log not found in the repository
-
Cause: The specified archived log was not found in the recovery catalog or target database control file or it was marked deleted.
- RMAN-20241: ambiguous archived log name
-
Cause: more than one archived log in the recovery catalog match the specified name
- RMAN-20242: specification does not match any archived log in the repository
-
Cause: No archived logs found that match specification in the recovery catalog or target database control file.
- RMAN-20243: database db_unique_name is not known to the recovery catalog
-
Cause: the user specified DB_UNIQUE_NAME not known to the recovery catalog.
- RMAN-20244: can not change currently connected database db_unique_name
-
Cause: the user specified currently connected DB_UNIQUE_NAME value to unregister.
- RMAN-20245: can not specify db_unique_name option in nocatalog mode
-
Cause: the user specified DB_UNIQUE_NAME in nocatalog mode.
- RMAN-20246: new db_unique_name is already known to the recovery catalog
-
Cause: the user specified known DB_UNIQUE_NAME value when renaming a DB_UNIQUE_NAME in the recovery catalog.
- RMAN-20247: specification does not match any foreign archived log in the repository
-
Cause: No foreign archived logs found that match specification in the recovery catalog or target database control file.
- RMAN-20250: offline range not found in the repository
-
Cause: The specified offline was not found in the recovery catalog or target database control file.
- RMAN-20260: backup piece not found in the repository
-
Cause: The specified backup piece was not in the recovery catalog or target database control file or it was marked deleted.
- RMAN-20261: ambiguous backup piece handle
-
Cause: more than one backup piece in the recovery catalog match the specified handle
- RMAN-20272: no parent backup found for the incremental backup
-
Cause: no available backup or copy that could be used as the parent of the incremental backup was found in the recovery catalog.
- RMAN-20280: too many device types
-
Cause: more than 8 device types were allocated
- RMAN-20298: DBMS_RCVCAT package not compatible with the recovery catalog
-
Cause: The version of the recovery catalog tables does not work with this version of the DBMS_RCVCAT package.
- RMAN-20299: DBMS_RCVMAN package not compatible with the recovery catalog
-
Cause: The version of the recovery catalog tables does not work with this version of the DBMS_RCVMAN package.
- RMAN-20310: proxy copy not found in the repository
-
Cause: The specified proxy copy was not in the recovery catalog or target database control file or it was marked deleted.
- RMAN-20311: ambiguous proxy copy handle
-
Cause: more than one proxy copy in the recovery catalog matches the specified handle
- RMAN-20401: script already exists
-
Cause: a CREATE SCRIPT was issued, but a script with the specified name already exists.
- RMAN-20501: redo logs from parent database incarnation cannot be applied
-
Cause: A RESTORE or RECOVER of a data file was requested, but recovery of the data file would require applying redo logs that were generated before the most recent OPEN RESETLOGS.
- RMAN-20502: DELETE EXPIRED cannot delete objects that exist - run CROSSCHECK
-
Cause: A DELETE EXPIRED command was run, but the object was actually found to exist. This means the recovery catalog or target database control file is out of sync with reality.
- RMAN-20503: DELETE cannot delete expired objects - run CROSSCHECK or DELETE EXPIRED
-
Cause: A DELETE command was run without EXPIRED option, but the object doesn't exist. This means the recovery catalog or target database control file is out of sync with reality.
- RMAN-20504: corruption list not found in recovery catalog
-
Cause: corruption list is empty
- RMAN-20505: create datafile during recovery
-
Cause: applying of archived log caused a create data file redo-entry to to terminate recovery.
- RMAN-20506: no backup of archived log found
-
Cause: during the recover process, no backup was found from which the archived logs could be restored.
- RMAN-20507: some targets are remote - aborting restore
-
Cause: during the restore process, one or more backup files were unavailable locally for the restore operation.
- RMAN-20508: temporary resource already in use
-
Cause: Temporary resource that was allocated for IMPORT CATALOG command was already in use.
- RMAN-20509: temporary resource not found
-
Cause: Temporary resource that was allocated for IMPORT CATALOG command was not found.
- RMAN-20510: database not found in source recovery catalog database
-
Cause: Database that was specified in IMPORT CATALOG command was not found in the source recovery catalog database.
- RMAN-20511: database name is ambiguous in source recovery catalog database
-
Cause: Two or more databases in the source recovery catalog database match this name.
- RMAN-20512: source database already registered in recovery catalog
-
Cause: Source database was already registered in the recovery catalog.
- RMAN-20513: UNTIL TIME or SCN is before Pluggable Database CREATION SCN
-
Cause: The UNTIL TIME or SCN specified was less than the Pluggable Database CREATION SCN. UNTIL TIME or SCN cannot be less than the Pluggable Database CREATION SCN.
- RMAN-20514: feature requires Oracle Recovery Appliance recovery catalog
-
Cause: The specified command required the Oracle Recovery Appliance recovery catalog.
- RMAN-20516: cannot upgrade the catalog when other RMAN sessions are connected to catalog
-
Cause: An attempt was made to execute the upgrade catalog command when there were other RMAN sessions already connected to the catalog.
- RMAN-20517: UPGRADE CATALOG is in progress. Waiting for it to complete
-
Cause: An attempt was made to connect to the recovery catalog while the catalog was being upgraded from a separate RMAN session.