Oracle® Database Recovery Manager Reference 10g Release 2 (10.2) Part Number B14194-01 |
|
|
View PDF |
This appendix describes Recovery Manager syntax that is deprecated and describes preferred syntax if any exists.
Deprecated RMAN syntax continues to be supported in subsequent releases for backward compatibility. For example, the SET
AUXNAME
command replaced the SET
CLONENAME
command in Oracle8i, and the CONFIGURE
AUXNAME
command replaced the SET
AUXNAME
command in Oracle9i, but you can continue to run both SET
CLONENAME
and SET
AUXNAME
in all subsequent RMAN releases.
Table A-1 Deprecated RMAN Syntax
Deprecated in Release | Deprecated Syntax | Preferred Current Syntax |
---|---|---|
10.0.1 | BACKUP ... INCREMENTAL LEVEL [2,3,4] |
Levels other than 0 and 1 are deprecated. |
10.0.1 | BACKUP ... PARMS |
CONFIGURE CHANNEL ... PARMS |
10.0.1 | CONFIGURE CHANNEL ... PARMS="BLKSIZE" |
n/a |
10.0.1 | COPY |
BACKUP AS COPY |
10.0.1 | RESTORE ... PARMS |
CONFIGURE CHANNEL ... PARMS |
10.0.1 | SEND ... PARMS |
CONFIGURE CHANNEL ... PARMS |
9.2 | REPLICATE |
RESTORE CONTROLFILE FROM ... |
9.2 | SET AUTOLOCATE |
Now enabled by default. |
9.0.1 | ALLOCATE CHANNEL FOR DELETE |
n/a |
9.0.1 | ALLOCATE CHANNEL ... TYPE |
CONFIGURE CHANNEL ... DEVICE TYPE |
9.0.1 | ALLOCATE CHANNEL ... KBYTES |
CONFIGURE CHANNEL ... MAXPIECESIZE |
9.0.1 | ALLOCATE CHANNEL ... READRATE |
CONFIGURE CHANNEL ... RATE |
9.0.1 | ... ARCHIVELOG ... LOGSEQ |
... ARCHIVELOG ... SEQUENCE |
9.0.1 | BACKUP ... SETSIZE |
BACKUP ... MAXSETSIZE |
9.0.1 | CHANGE ... CROSSCHECK |
CROSSCHECK |
9.0.1 | CHANGE ... DELETE |
DELETE |
9.0.1 | REPORT ... AT LOGSEQ |
REPORT ... AT SEQUENCE |
9.0.1 | SET AUXNAME |
CONFIGURE AUXNAME |
9.0.1 | SET DUPLEX |
SET BACKUP COPIES
CONFIGURE |
9.0.1 | SET LIMIT CHANNEL ... |
ALLOCATE CHANNEL ...
CONFIGURE |
9.0.1 | SET SNAPSHOT |
CONFIGURE SNAPSHOT |
9.0.1 | UNTIL LOGSEQ (see "untilClause") |
UNTIL SEQUENCE (see "untilClause") |
8.1.7 | CONFIGURE COMPATIBLE |
n/a |
8.1.5 | ALLOCATE CHANNEL CLONE |
CONFIGURE AUXILIARY CHANNEL |
8.1.5 | CHANGE ... VALIDATE |
CROSSCHECK |
8.1.5 | CLONE (see "cmdLine") |
AUXILIARY (see "cmdLine") |
8.1.5 | CONFIGURE CLONE |
CONFIGURE AUXILIARY |
8.1.5 | MSGLOG (see "cmdLine") |
LOG (see "cmdLine") |
8.1.5 | RCVCAT (see "cmdLine") |
CATALOG (see "cmdLine") |