Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> RMAN Settings

RMAN Settings

From: cptkirkh <khill_at_scic.com>
Date: Mon, 06 Aug 2007 15:07:59 -0000
Message-ID: <1186412879.229179.165530@l70g2000hse.googlegroups.com>


I have some questions about what has appeared after my show all command in RMAN.

Here is what i have:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 21 DAYS; CONFIGURE BACKUP OPTIMIZATION OFF; # default CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'F:
\oracle\product\10.1.0\flash_recovery_area\%F';
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 1;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'F:\oracle\product
\10.1.0\flash_recovery_area\%U';

CONFIGURE MAXSETSIZE TO UNLIMITED; # default CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'F:\ORACLE\PRODUCT
\10.1.0\DB_1\DATABASE\SNCFPORKY.ORA'; # default

Does this one mean all of the files will be put in a compressed format?
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 1; What does this one mean?
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

I run a 10.1.0.3 on windows server 2003. Thanks for your help. Received on Mon Aug 06 2007 - 10:07:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US