Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN Recovery without Catalog
RMAN always stores RMAN information in the control files, for the period of
time defined by the parameter CONTROL_FILE_RECORD_KEEP_TIME (default: 7
days). All other database information is stored in the control files
indefinitely for the life of the database (i.e. until the next RESETLOGS).
When you use RMAN with a catalog database, it automatically replicates information related to RMAN actions to that catalog database. All other database information has to be explicitly replicated using the RESYNCH command.
This mode of operation has been in place since the beginning, when RMAN was introduced with v8.0.x. The "recovery catalog database" functionality has always been optional, though recommended...
Personally, I find the recovery catalog database to be a pain in the neck and only use it in specific circumstances...
on 4/16/04 10:56 AM, Jared.Still_at_radisys.com at Jared.Still_at_radisys.com wrote:
> I was a bit confused.. whether it stores all the information in control
> file
> for 8i databases also or has started doing it from 9i.
> ----
> RMAN stores recovery info in the control file in 8i.
>
> Jared
>
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sat Apr 17 2004 - 16:59:35 CDT
![]() |
![]() |