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: arch full, move files, but wont archive these files

Re: arch full, move files, but wont archive these files

From: yls177 <yls177_at_hotmail.com>
Date: 4 Aug 2003 04:37:05 -0700
Message-ID: <c06e4d68.0308040337.53c4d939@posting.google.com>


"Anton Buijs" <remove_aammbuijs_at_xs4all.nl> wrote in message news:<3f2cf8d4$0$49114$e4fe514c_at_news.xs4all.nl>...
> yls177 <yls177_at_hotmail.com> schreef in berichtnieuws
> c06e4d68.0308030327.18ab7d14_at_posting.google.com...
> | when arch is full, and we moved some files out of arch.. and then back
> | to arch again. the moved files to arch will not be archievd this time
> | since their log sequence number is lower than the archSID.log?
>
> Don't understand you completely, but let's explain a bit.
> When the database runs in archive log mode a redolog gets archived when it
> is full and switched. Check V$LOG en v$LOGFILE to see what redolog files
> exits and what there status is.
> When it can't be archived (like disk full) the archiver process keeps trying
> it. Eventually your database freezes because an unarchived redolog can't be
> rused.
> What you do with the archives is beyond control of the Oracle database. The
> database is not aware if it in any way.
> The only thing that matters is tha it's your task not to loose them and to
> have them available when the database needs them in case of recovery.
> What is the archSID.log? Info about redologswitches and archiving can be
> found in the alertSID.log.

first and foremost, thanks for replying

here is what happens

1) arch is full
2) moved some files from arch to mytemp
3) this frees up the arch, and database no longer freezes
4) backup script archiver runs.
5) moved back files from mytemp to arch
6) but now these files from mytemp cant be archived since their number
is lower than the current log in archsid.lgo

do i make sense? Received on Mon Aug 04 2003 - 06:37:05 CDT

Original text of this message

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