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: Paul Drake <drak0nian_at_yahoo.com>
Date: 18 Dec 2003 23:06:41 -0800
Message-ID: <1ac7c7b3.0312182306.65a3190d@posting.google.com>


Michael P <usenet_at_krimedawg.org> wrote in message news:<pan.2003.12.19.01.27.34.14505_at_krimedawg.org>...
> 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

there is a large different between a database in archivelog, and the archver process being started. you shall soon see.

best consult the concepts manual, and the administration guide would not hurt either.

Pd Received on Fri Dec 19 2003 - 01:06:41 CST

Original text of this message

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