Automatic Oracle backup in Linux (for Oracle Users)

Source: Internet
Author: User
1. Create a crontabsu for an Oracle user

1. Create a crontabsu-root crontab-u Oracle-l */5 *****/home/oracle/oracle_backup.sh for an oracle user (this task is executed every five minutes ).

1. Create a crontab for an Oracle user
Su-root

Crontab-u oracle-l
*/5 */home/oracle/oracle_backup.sh
(This shell file is executed every five minutes. This is a convenient test. You can modify the time for the test .)

2. Create a shell file
Cd/home/oracle/
Vi oracle_back.sh
The content is as follows:
#! /Bin/bash
Export ORACLE_BASE =/oracle
Export ORACLE_HOME =/oracle/product/10.2.0/db_1
Export ORACLE_SID = orcl
Export PATH = $ ORACLE_HOME/bin: $ PATH

Rq = 'date + % Y % m % d _ % H % m'
/Home/oracle/product/10.2.0/db_1/bin/exp scott/tiger owner = scott file =/home/oracle/backup/data _ $ rq. dmp log =/home/oracle/backup/log/log_backup _ $ rq. log

Note: (1) the export output must be written in the shell, because crontab cannot read the user's environment.
(2) Generally, do not use the root permission to execute regular commands. This is just a suggestion.
(3) The crontab command usually takes several minutes to run. Please wait. After the change, I found that there was no change. This is normal. Just wait.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.