Search notes:

RMAN commands

allocate
backup
backup pluggable database pdbOne, pdbTwo backup the two PDBs pdbOne and pdbTwo
configure Change (default) configuration parameters. Configuration parameters can be viewed with show (show all)
connect target to make a connection to a target database
duplicate … from active database (Note: a connection to an auxiliary instance is required)
exit ends an RMAN session
flashback database revert data files to a content of a specific point in time
recover block performs block media recovery
restore
run { … } run the enclosed commands sequentially
show Show the configuration that was specified with configure. (show all, show retention policy, show default device type …)
Backup commands:
Restore commands:
Maintenance commands:
Miscellaneous commands

See also

Storing a (sequence of) commands in a RMAN command file.
Starting an RMAN session

Index