Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Veritas and Oracle backups
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
![]() |
![]() |