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: Terry Sutton <terrysutton_at_usa.net>
Date: Fri, 7 Jul 2006 12:01:16 -0700
Message-ID: <208401c6a1f7$bcae6e60$6500a8c0@TerrySutton>


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:01:16 CDT

Original text of this message

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