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: simple backup question...

Re: simple backup question...

From: shortone <david.leather_at_sssltd.co.uk>
Date: 26 Mar 2003 07:16:02 -0800
Message-ID: <18940804.0303260716.1e6d7187@posting.google.com>


Sure it is. But I really would consider rman scripting, it may seem like more work in the beginning , but it really is worth the effort when complex recovery scenarios occur.

timasmith_at_hotmail.com (Tim Smith) wrote in message news:<a7234bb1.0303260355.399c1bd9_at_posting.google.com>...
> Is it valid to do this:
>
> alter tablespace ts begin backup;
> ## os backup of datafile1
> alter tablespace ts end backup;
> alter tablespace ts begin backup;
> ## os backup of datafile2
> alter tablespace ts end backup;
>
> etc.
>
> thanks
>
> Tim
Received on Wed Mar 26 2003 - 09:16:02 CST

Original text of this message

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