Concurrent execution of Oracle RMAN backup of a single file

Source: Internet
Author: User

Concurrent execution of Oracle RMAN backup of a single file

If a file is a file of several gigabytes or tens of thousands of megabytes, You Need To parallelize the backup of the file. Generally, one channel can only read one file, however, you can use the multi-segment keyword to change this line:

Run {

Allocate channel t1 type sbt;

Allocate channel t2 type sbt;

Allocate channel t3 type sbt;


Allocate channel t4 type sbt;


Backup as compressed backupset datafile 16 section size 10g;

}

This script starts four channels, each of which reads 10 Gb segments of 16 data files. Each channel will generate copies of segments (separate physical files ). If the file is 200 GB, there will be 20 such slices, and 4 are generated at a time. If the keyword "section size" is not specified, parallel reading is 1 (that is, serialization) and the entire operation is executed through one channel.

-------------------------------------- Recommended reading --------------------------------------

RMAN: Configure an archive log deletion policy

Basic Oracle tutorial-copying a database through RMAN

Reference for RMAN backup policy formulation

RMAN backup learning notes

Oracle Database Backup encryption RMAN Encryption

-------------------------------------- Split line --------------------------------------

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.