TIP #27 : Required RMAN backups for restore.

In 10g, before doing recovery, it is possible to find out backups required to perform a restore operation.This feature is called recovery preview and can be done by adding preview at the end of restore command.

restore database preview;

It can also be run for specific restore operation.

restore tablespace users preview;

No comments: