Oracle® Database Backup and Recovery Advanced User's Guide 10g Release 2 (10.2) Part Number B14191-02 |
|
|
View PDF |
If you specify the LOG
option at the command line, then RMAN displays command input but does not display the RMAN output. The easiest way to send RMAN output both to a log file and to standard output is to use the UNIX tee
command or its equivalent on another operating system. For example:
% rman | tee rman.log RMAN>
In this way, both input and output are visible within the RMAN command-line interface.