December 2002
Intermediate to advanced
928 pages
85h 29m
English
CONFIGURE
CONFIGURE
{ configureDevice
| configureBackup
| { AUXNAME FOR DATAFILE datafileSpec
| SNAPSHOT CONTROLFILE NAME
}
{ TO 'filename' | CLEAR }
| configureCtlfile
};
configureDevice :=
{ DEFAULT DEVICE TYPE { TO deviceSpecifier | CLEAR }
| DEVICE TYPE deviceSpecifier
{ PARALLELISM integer | CLEAR }
| [AUXILIARY] CHANNEL [integer]
DEVICE TYPE deviceSpecifier { allocOperand | CLEAR }
}
configureBackup :=
{ RETENTION POLICY { TO { RECOVERY WINDOW OF integer DAYS
| REDUNDANCY [=] integer
| NONE
}
| CLEAR
}
| MAXSETSIZE { TO { integer [ K | M | G ]
| UNLIMITED
}
| CLEAR
}
| { ARCHIVELOG | DATAFILE }
BACKUP COPIES FOR DEVICE TYPE deviceSpecifier
{ TO integer | CLEAR }
| BACKUP OPTIMIZATION { ON | OFF | CLEAR }
| EXCLUDE FOR TABLESPACE tablespace_name [CLEAR]
}
configureCtlfile :=
CONTROLFILE AUTOBACKUP
{ ON
| OFF
| CLEAR
| FORMAT FOR DEVICE TYPE
deviceSpecifier { TO 'format_string' | CLEAR }
}Sets configuration values that persist for an RMAN session. This command is valid only for Oracle9i.
Defines the name and path of the snapshot control file. Default is platform-specific. In Unix, the default is $ORACLE_ HOME/dbs.
Specifies the default media type as disk or tape.
Establishes the number of automatic channels for the device. Default is 1.
Defines a retention policy whereby RMAN flags backup sets as obsolete so that they can subsequently be manually deleted.
Defines ...