Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle 19c Rman Backup Performance Issue with Bigfile Tablespaces

We have a new 19c database (19.16.0.0) with approximately 25TB of data. There are two bigfile tablespaces in this database and 99% of the data are in these two tablespaces. I used the following script to make a full backup:
No alt text provided for this image
The problem was that the backup would take approximately 60 hours to complete. That's a lot, and when I checked the rman progress I noticed that sixteen backup channels were released in the first thirty minutes, leaving only two slow channels!
No alt text provided for this image
Therefore, I modified the script as below and decided to backup those two tablespaces separately:
No alt text provided for this image
After running the backup I checked the rman progress again and saw that the parallel channels were working fine and the backup finished within four hours.
My question is that I haven't had this problem with bigfile tablespaces in earlier databases (like 12c or even 19.12). Thank you for your opinion on this matter.

Comments
Post Details
Added on Nov 17 2022
0 comments
774 views