| RUN Some RMAN commands are only valid inside a RUN block. RUN { ... } SET Creates settings that apply only to the current RMAN session. SET { set_rman_option [;] | set_run_option; } set_rman_option::= { ECHO { ON | OFF } | DBID [=] integer | CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE deviceSpecifier TO 'frmt_ string' set_run_option::= { NEWNAME FOR DATAFILE datafileSpec TO { 'filename' | NEW } | ARCHIVELOG DESTINATION TO 'log_archive_dest' | untilClause | COMMAND ID TO 'string' | CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE deviceSpecifier TO 'frmt_ string' . . . } |
|
SHOW |

