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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Veritas and Oracle backups

Re: Veritas and Oracle backups

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 08 Mar 2002 22:02:30 +0000
Message-ID: <3C8934F6.3EF7@yahoo.com>


Jon Vahlberg wrote:
>
> Hi,
>
> I am looking at backing up a couple of tablespaces that are managed by
> Veritas DB Edition to Oracle. I would like to back them up to a separate
> directory but I don't want to mount a snapshot partition to do it. How can I
> do the following:
>
> ALTER TABLESPACE <tablespace> BEGIN BACKUP;
>
> cp <raw files> to backup directory
>
> ALTER TABLESPACE <tablespace> END BACKUP;
>
> Thanks in advance.
>
> Jon.

dd if=the_raw_file of=the_backup_file

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Fri Mar 08 2002 - 16:02:30 CST

Original text of this message

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