Running RMAN on the client
You can run the rman command from a command prompt on the client. Use the appropriate RMAN command file as a parameter.
On UNIX, the following example assumes that you are logged on as an Oracle administrator.
To run the RMAN command on the client:
- At the command prompt, type the following:
Windows: rman target 'internal/oracle@ORCL' rcvcat 'rman\rman@RCAT' cmdfile 'install_path\oracle\scripts\database_restore.rcv'
UNIX: rman target 'internal/oracle@ORCL' rcvcat 'rman/rman@RCAT' cmdfile '/oracle/scripts/database_restore.rcv'