How to prepare Linux to backup Oracle?
This article describes how to prepare Linux OS to back up the Oracle database environment.
Last updated
This article describes how to prepare Linux OS to back up the Oracle database environment.
Last updated
Xopero ONE Agent requires the rman and sqlplus tool availability. Before you start, make sure that these tools are available to use. Using Linux CLI log in to the account used to back up your Oracle database and type the following commands:
In case of unavailability these tools, for example:
you need to configure the environment variables. Edit the following file:
and add the following records:
where the database_directory is the Oracle database location directory.
for example:
Now, after logging in once again, executing the following commands should end correctly.