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: Lengthening backup

Re: Lengthening backup

From: Fuad Arshad <fuadar_at_yahoo.com>
Date: Fri, 7 Jul 2006 12:42:38 -0700 (PDT)
Message-ID: <20060707194238.61739.qmail@web82103.mail.mud.yahoo.com>


the first week when the problem starts i would look at the ora_i process. we had the excact same problem with ora_i being hung and oracle spawing more ora_i processes until the backusp became real slow and used to crawl to a halt. killing the previous ora_i processes immediately solved the issues.

SQL> SELECT DISTINCT(incremental_level)

   FROM rc_backup_set WHERE db_id = 435051864    AND start_time > SYSDATE -10;   

INCREMENTAL_LEVEL


 

So the incremental level is null.  

--Terry

The only thing I can think of that would cause such behaviour is if for some reason you were actually running a cumulative incremental backup. From the script you've shown, that doesn't appear to be the case, but could you check the incremental_level of the rc_backup_set view in your recovery catalog and verify?

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Terry Sutton

I'm having some issues with a client's RMAN backup. They're on Oracle 8.1.7.4, Solaris 8. It's a weekly full backup, and they're backing up ~1.5TB to disk, and the longer the instance is up, the longer the backup takes. Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.
--

http://www.freelists.org/webpage/oracle-l Received on Fri Jul 07 2006 - 14:42:38 CDT

Original text of this message

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