Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Full Database Backup to DAT

Re: Full Database Backup to DAT

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Thu, 10 Apr 2003 05:40:46 GMT
Message-Id: <pan.2003.04.10.05.40.44.841974@adelphia.net>


On Wed, 09 Apr 2003 11:35:36 +0200, Carlos Pérez wrote:

> Hola
>
> Actually we are making logical and Physical Oracle's backups to a hard disk
> drive but it wastes a lot of disk space.
>
> So we want to do full backups from an Oracle 8i Database in W2K directly to a
> DAT Drive. How can it be done?
>
> Thanks

Use RMAN. It goes something like

rman target=rman/namr
run {
allocate channel ch1 type sbt;
backup database;
backup controlfile;
}

-- 
Mladen Gogala

Light travels faster than sound.
That is why some people appear bright
until you hear them speak.
Received on Thu Apr 10 2003 - 00:40:46 CDT

Original text of this message

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