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: online-backups

Re: online-backups

From: Allen Kirby <akirby_at_att.com>
Date: 1997/04/18
Message-ID: <3357655E.1DAC@att.com>#1/1

Laurie D. Miller wrote:
<snip>
> Yes, hot backups can be executed while the instance is up. In fact,
> that is why they are called hot backups. Generally, you take
> a tablespace offline, backup it up, and put back online. Also,
<snip>

Laurie,
Hot backups don't take the tablespaces offline. It just stamps the header
of the datafile with the redolog sequence number so it knows where to start recovery if that backup copy is used for a restoral. Oracle continues to write to the datafile during the backup procedure. When you are finished, it updates the header once again (see 'alter tablespace
begin|end backup' from sqldba). This is no additional overhead required internally by Oracle during a hot backup.

-- 
---
Allen Kirby			AT&T ITS Production Services
akirby_at_att.com			Alpharetta, GA.
Received on Fri Apr 18 1997 - 00:00:00 CDT

Original text of this message

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