Running the RMAN Client Remotely or Locally with example

Running the RMAN Client Remotely or Locally with example
Андрей Волков

Андрей Волков

Системное, сетевое администрирование +DBA. И немного программист!))  Профиль автора.

It’s possible to run the rman utility from a remote server and connect to a target Oracle database via Oracle Net:

$ rman target sys/foo@remote_db

This allows you to run RMAN backups on disparate remote servers from one central location. When you run RMAN remotely, the backup files are always created on the target Oracle 12C database server.

Whenever possible, I run the rman client locally on the target server and connect, like this:

$ rman target /

This approach is simple and adequate for most requirements. You don’t have to worry about network issues or password files, and there are never compatibility issues with the rman client and the target database. If you run RMAN remotely, you need to be sure the remote rman executable is compatible with the target database. For example, you may establish that the remote rman executable you’re running is an Oracle 12c version of the RMAN client and need to determine if it’s possible to connect that client to a remote Oracle 9i target database. If you run the rman client locally on the target server, there is never a compatibility issue because the rman client is always the same version as the target Oracle 12C database.

Вас заинтересует / Intresting for you:

RMAN: Specifying the Backup Us...
RMAN: Specifying the Backup Us... 2464 views Андрей Волков Sat, 29 Feb 2020, 10:14:03
RMAN: Using Online or Offline ...
RMAN: Using Online or Offline ... 1624 views Андрей Волков Sat, 29 Feb 2020, 10:01:33
RMAN: Checking for Corruption ...
RMAN: Checking for Corruption ... 26913 views Андрей Волков Thu, 30 Sep 2021, 11:57:27
How to use RMAN for Stop/Start...
How to use RMAN for Stop/Start... 1897 views Андрей Волков Mon, 31 Jan 2022, 17:35:05
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations