Database Backup and Recovery (MOSC)

MOSC Banner

RMAN backup performance on NFS storage degraded after the OS upgraded from OEL 8.7 to 8.10

edited May 23, 2025 4:52AM in Database Backup and Recovery (MOSC) 3 commentsAnswered

Dear Experts,

The RMAN backup performance was degraded after Oracle Enterprise Linux updated from 8.7 to 8.10.

The observation is the CP and dd commands on the OS are working fine getting a speed of 340m per second, below is the reference.

CP command

#######

[oracle@]$ du -sh /azureblobp/oracle-backups/PROD/ORA_DAILY_INCR/dd.txt

9.8G /azureblobp/oracle-backups/PROD/ORA_DAILY_INCR/dd.txt

[oracle@]$

[oracle@ ]$ date -u; cp /azureblobp/oracle-backups/PROD/ORA_DAILY_INCR/dd.txt /azureblobp/oracle-backups/PROD/ORA_DAILY_INCR/dd2.txt; date -u;

Fri May 2 11:56:07 UTC 2025

Fri May 2 11:57:04 UTC 2025

dd command

########

[oracle@DCPDINTORACB03 dbs]$ date -u; dd if=/dev/zero of=/u01/app/oradata/DG1PARCH/dd.txt bs=1M count=10000 conv=fsync; date -u;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center