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: type disk

Re: type disk

From: Oliver Artelt <oli_at_md.transnet.de>
Date: Thu, 4 Jan 2001 23:34:45 +0100
Message-Id: <10731.125788@fatcity.com>


hi,

try the format clause

run{
allocate channel t1 type disk;
backup database format '/u01/.../%U';
}

type disk is to determine between rman -saving to disk or via media manager (to tape)

oli.

On Thursday 04 January 2001 12:04, ura_at_ymz.yaroslavl.ru wrote:
> Hi dear ALL
> --------------------------------------
> In the Recovery Manager:
> run{
> .....
> allocate channel t1 type disk
> .....
> }
> Where can I set this disk?
> Where is Recovery Manager create backup by default?
>
> --------------------------------------
> ura_at_ymz.yaroslavl.ru
> Ura!

-- 
---

Oliver Artelt, System- und Datenbankadministration
---------------------------------------------------------------
  cubeoffice GmbH & Co.KG # jordanstrasse 7 # 39112 magdeburg
telefon: +49 (0)391 6 11 28 10 # telefax: +49 (0)391 6 11 28 19
   email: oli@cubeoffice.de # web: http://www.cubeoffice.de
---------------------------------------------------------------
Received on Thu Jan 04 2001 - 16:34:45 CST

Original text of this message

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