Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN Performance Maladies

Re: RMAN Performance Maladies

From: Fuad Arshad <fuadar_at_yahoo.com>
Date: Mon, 12 Feb 2007 10:37:51 -0800 (PST)
Message-ID: <862031.75121.qm@web82111.mail.mud.yahoo.com>


We've been running Rman on a couple of >500G databases with no problems . yes there is always some tuning involved as you go. there are aloft of factors in Rman being Slow. Underlying disk technology, the backup vendor and the interface to the tapes. how many tapes are allocated ? multiplexing of channels to tape . you said you are using 8 channels . how did you come up with that number. do you have 8 tapes to the 8 channels or are use multiplexing channels across a smaller set of drives. how many datafiles to a channel are you pushing thru . that is normally the problem for large io spikes if you push too many datafiles to a channel. it has to preread the data from disk to send to tape and then if the tapes are in ashared pool somewhere it will cause more I/O Issues sicne now it is waiting for a tape to become available and then write to it. ----- Original Message ---- From: Michael Fontana <MFontana@verio.net> To: oracle-l@freelists.org Sent: Monday, February 12, 2007 10:15:22 AM Subject: RMAN Performance Maladies We have just implemented RMAN against our largest Siebel implementation (don't laugh - but it's less then 1/2 terrabyte). We did so because now that we have upgraded to Oracle 10gR2 (10.2.0.2) we can take advantage of flash recovery features and full backup compression similar to which we achived with our old backup product (BMC Sqlbacktrack). We customarily take full backups nightly, as per our SLA, and at this point, incrementals are not an option. However, the actual runtime to complete a full database backup with RMAN compared to SqlBackTrack has gone from 30 minutes to over 4 1/2 hours! I have seen anecdotal reports of long runtimes for full RMAN backups on this list, but I've seen an overwhelming number of guffaws from the more elite and experienced poster indicating that this must be user error or some other database performance problem that any competent DBA should easily be able to solve without posting to this list. However, even after opening an SR with Oracle support, who seems to believe our runtime is in the expected range, we still believe something can be done to overcome the huge IO spike and slow performance we are witnessing during the backup, and we are not that experienced with RMAN from a performance and tuning perspective, and would appreciated anyone's insights or experiences. My question is - has anyone actually run RMAN against a large (> 200g) database right out of the box without tuning? Has anyone spent a great deal of time tuning? We are running 4 channels, have an 8 cpu Sunsparc solaris with 16g of memory, and have experimented with recommended parameter settings for maxsetsize and maxfilesperset without success. Any information or assistance or comment would be appreciated, thanks in advance! -- http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Feb 12 2007 - 12:37:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US