Name
CONFIGURE
Synopsis
CONFIGURE {configureDevice
|configureBackup
| { AUXNAME FOR DATAFILEdatafileSpec
| SNAPSHOT CONTROLFILE NAME } { TO 'filename
' | CLEAR } |configureCtlfile
};configureDevice
:= {DEFAULT
DEVICE TYPE
{
TO
deviceSpecifier
| CLEAR } | DEVICE TYPEdeviceSpecifier
{ PARALLELISMinteger
| CLEAR } | [AUXILIARY] CHANNEL [integer
] DEVICE TYPEdeviceSpecifier
{allocOperand
| CLEAR } }configureBackup
:= { RETENTION POLICY { TO { RECOVERY WINDOW OFinteger
DAYS | REDUNDANCY [=]integer
| NONE }
| CLEAR } |
MAXSETSIZE { TO
{
integer
[ K | M | G ] | UNLIMITED } | CLEAR } | { ARCHIVELOG | DATAFILE } BACKUP COPIES FOR DEVICE TYPEdeviceSpecifier
{ TO
integer
| CLEAR } | BACKUP OPTIMIZATION { ON | OFF | CLEAR } | EXCLUDE FOR TABLESPACEtablespace_name
[CLEAR] }configureCtlfile
:= CONTROLFILE AUTOBACKUP { ON | OFF | CLEAR | FORMAT FOR DEVICE TYPEdeviceSpecifier
{ TO 'format_string
'| CLEAR } }
Sets configuration values that persist for an RMAN session. This command is valid only for Oracle9i.
Keywords
- SNAPSHOT CONTROLFILE NAME
Defines the name and path of the snapshot control file. Default is platform-specific. In Unix, the default is $ORACLE_ HOME/dbs.
- DEFAULT DEVICE TYPE
Specifies the default media type as disk or tape.
- PARALLELISM integer
Establishes the number of automatic channels for the device. Default is 1.
- RETENTION POLICY
Defines a retention policy whereby RMAN flags backup sets as obsolete so that they can subsequently be manually deleted.
- RECOVERY WINDOW OF
Defines ...
Get Oracle in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.