RE: rman backup to tape
Date: Wed, 6 Jan 2010 09:26:23 -0700
Message-ID: <64BAF54438380142A0BF94A23224A31E112F00ECD8_at_ONEWS06.oneneck.corp>
Agreed, plus it also depends on how many tapes they are writing to concurrently and the speed of those writes.
Also, if you're using automatic channel configuration, then just change your RMAN configuration to use parallelism 3 like this:
RMAN> CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 3 BACKUP TYPE TO BACKUPSET;
Regards,
Brandon
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Marcin Przepiorowski
It depend - if your database storage can give you enough throughput to fill 8 tape streams there is a chance to reduce a time.
It's quite easy just add another channel with sbt_tape type to RMAN script.
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 Wed Jan 06 2010 - 10:26:23 CST