Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: type disk
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
![]() |
![]() |