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: Oracle online backups -- switching to archivelog mode as necessary?

Re: Oracle online backups -- switching to archivelog mode as necessary?

From: Frank <fbortel_at_nescape.net>
Date: Sat, 20 Dec 2003 15:14:34 +0100
Message-ID: <bs1kv7$kui$1@news3.tilbu1.nb.home.nl>


Michael P wrote:

> I apologize for what might be an obvious question, but I've been forced to
> take on an Oracle DBA role for a few months. I have fair experience with
> relational databases, but I haven't done many Oracle DBA tasks.
>
> One of the things I'd like to do is implement online backups, preferably
> without rman.
>
> Every thing I read about online backups makes it sound like you need to
> have archivelog on when you use them. I'm wondering if I can just turn it
> on when I want to do a backup.
>
> For example:
> [archive log mode is off]
> alter system switch logfile
> archive log start
> [Put all tablespaces into backup mode, copy tablespace data files]
> alter system switch logfile [three times, since I have three redo logs]
> archive log stop
> [copy redo log files to backup server/tape]
> alter database backup controlfile [...]
>
> Would that work? Is there any reason I have to leave the database in
> archivelog mode all the time?
>
> Thanks,
> Michael P

Any database not running archive log mode is not a production database.

My 2 c.
And if one asks Why?: If only for the possibilities of doing different sorts of restores.

-- 
Merry Christmas and a Happy New Year,
Frank van Bortel
Received on Sat Dec 20 2003 - 08:14:34 CST

Original text of this message

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