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: HOT BACKUP

Re: HOT BACKUP

From: John P. Higgins <jh33378nospam_at_deere.com>
Date: Tue, 12 May 1998 16:46:55 -0500
Message-ID: <3558C34F.66ADE1DF@deere.com>

Torkild Hagen wrote:

> You can do as folows
>
> 1. Place a specific tablespace in backup mode with the following command:
>
> SVRMGR> ALTER TABLESPACE <tablespace_name> BEGIN BACKUP;
>
> 2. Make backup of the tablespace's datafile(s) any which way you like:
> UNIX; tar, cpio, dd, fbackup etc...
> PC; any which way.
>
> 3. Last step is to take the tablespace out of backup mode;
>
> SVRMGR> ALTER TABLESPACE <tablespace_name> END BACKUP;
>
> This is what is known as a hot backup of the Oracle database, as opposed
> to a cold backup where the database is shut down first.
>
> Hope this is of any help.
>
> Torkild Hagen
>
> -------------------------------------------
> Torkild Hagen
> Software Engineer / Database Administrator
> Navia Aviation AS
> Email: torkild.hagen_at_naviaav.no
> -------------------------------------------
>
> Norhayati Hassalli wrote in message <35580D5D.306A59A0_at_mimos.my>...
> >Other than the export command, what other ways of doing a hot backup ?
> >

 You also MUST be in ARCHIVELOG mode.

By the way, export is not a true backup -- there is no way to recover updates past the time of the export. Received on Tue May 12 1998 - 16:46:55 CDT

Original text of this message

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