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: Backup an ORACLE database

Re: Backup an ORACLE database

From: Chris Weiss <chris_at_hpdbe.com>
Date: Wed, 15 May 2002 17:17:48 -0400
Message-ID: <abuja1$30l1$1@msunews.cl.msu.edu>


There are books devoted just to back up. The mode you need depends on how you need to recover and your tolerance for loss.

Logical (export) is the simplest but has the highest rate of data loss. Hot back up using RMAN is the next best. A cold back up provides a complete clone of a database, meaning a file restore and restart brings the database back from where it was at the time of the backup with minimal fuss.
Archive log gives point in time recovery up to the last log switch. The loss tolerance depends on where logs are written to and preserved. Hot standby requires Archive log and provides fail over. Replication preserves data up to the last successful commit and sync.

All of these methods have pros and cons and different administrative issues. You need to spend some time assessing your needs before moving forward.

Make sure you have a disposable "play" area when testing backups and restores. Chances are that you will mess up the database a couple of times before you get it right.

Good Luck

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Chris Weiss
mailto:chris_at_hpdbe.com
www.hpdbe.com
High Performance Database Engineering
Available for long and short term contracts

"Cefio" <support_at_cefio.fr> wrote in message news:abtiks$1g0$1_at_wanadoo.fr...

> Hi.
>
> Can you tell me please how to backup a database ??
>
> I am a bit novice in ORACLE managing.
>
>
> Thierry.
>
>
>
Received on Wed May 15 2002 - 16:17:48 CDT

Original text of this message

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