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

simple backup question...

From: Tim Smith <timasmith_at_hotmail.com>
Date: 26 Mar 2003 03:55:27 -0800
Message-ID: <a7234bb1.0303260355.399c1bd9@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 - 05:55:27 CST

Original text of this message

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