Oracle Database Setup Task schedule backup record for one week

Source: Internet
Author: User
Tags oracle database backup

Oracle Database backup:

--Keep the backup record of the most recent week;

= = = Text:

= = Start ==============

Echo Set backup file Folder ...

Set "Tbuf=e:cwaybackup"

echo Sets the backup file name (named after the day of the week, that is, the backup file only saves the last week) ...

Set name=%date%

Set name=%name:~-3%

Set name=orcl_backup_%name%

Echo whether there is a file with the same name, delete file if present ...

If exist%tbuf%%name%.dmp del%tbuf%%name%.dmp

If exist%tbuf%%name%.log del%tbuf%%name%.log

Echo starts backing up the XX project Oracle database .....

Exp USER1/PASSWORD1@ORCL file=%tbuf%%name%.dmp log= '%tbuf%%name%.log '

echo Backup completed!

= = End =======

= = will "Start", "end" between the contents of the copy to TXT file, modify the corresponding parameters such as: path, database name, etc.;

Save as Bat format, create a task schedule, and set up a daily run to implement a database backup.

Note:

(1) User: The username to back up the data;

(2) PassWord: password;

(3) ORCL: Database name;

Related Article

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.