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: Opinion of a backup and recovery strategy.

Re: Opinion of a backup and recovery strategy.

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Tue, 11 Jan 2005 18:46:33 -0800
Message-ID: <41e48e60$1_4@127.0.0.1>


g3000 wrote:

> 1. Oracle8i ( 8.1.7 ) database.
> 2. 4 Applications in one database.
> 3. Each app is in its own tablespace and schema.
>
> Question
>
> What could I do to backup each app so as when I need to restore one I
> can do so without considering the state of the other applications?
>
> TSPITR is not an option because of the need for a clone database.
> I need to be able to restore the same backup many times if need be.

ALTER TABLESPACE <tablespace_name> BEGIN BACKUP; ALTER TABLESPACE <tablespace_name> END BACKUP;

Fill in the rest by reading the documentation.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Tue Jan 11 2005 - 20:46:33 CST

Original text of this message

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