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 backup to tape and blksize

RE: RMAN backup to tape and blksize

From: Mercadante, Thomas F <thomas.mercadante_at_labor.state.ny.us>
Date: Wed, 7 Jul 2004 15:28:07 -0400
Message-ID: <DE8A21F8F1D0254EA4A9214D52AB2FEDAD5CB7@exchsen0a1ma>


Like this?

allocate channel d2 type 'SBT_TAPE' parms 'BLKSIZE=2097152';

Works for me.

Tom Mercadante
Oracle Certified Professional

-----Original Message-----

From: David [mailto:thump_at_cosmiccooler.org] Sent: Wednesday, July 07, 2004 3:22 PM
To: oracle-l_at_freelists.org
Subject: RMAN backup to tape and blksize

Can someone please shed some light on how to pass the blksize parameter to rman on the channel allocation? I have read a couple of white papers, checked docs and did a glance on Metalink, but I am having little luck. DB is 8172 on Solaris 7

Here is what I'm getting:
RMAN> run

2> {
3> allocate channel a1 type 'SBT_TAPE' parms="blksize=1048576";
4> }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: allocate
RMAN-07004: unhandled exception during command execution on channel a1 RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-19557: device error, device type: SBT_TAPE, device name: ORA-27209: syntax error in device PARMS - unknown keyword or missing = RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE Thanks
--

..
David

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Wed Jul 07 2004 - 14:24:58 CDT

Original text of this message

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