Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: archive log prob.

Re: archive log prob.

From: Rocky Welch <rockyw_99_at_yahoo.com>
Date: Wed, 3 Jan 2001 12:49:34 -0800 (PST)
Message-Id: <10730.125625@fatcity.com>


Hi Ajay,
It seems that all your log files are full and in the process of or waiting to be archived. If you have an unusual amount of transactions you can just wait for a while and your transactions should go through. If it's a normal amount of activity you should consider either adding more redo logs or recreating the ones you have with larger values. This can also be caused by setting your init.ora parameter

log_archive_start = true

when archiving hasn't been initialized after database creation. Check to see if you are in archive log mode by using:

select * from v$database;

If archiving has not been activated you must shutdown the database then start it up and mount it without opening and start archiving.

Hope this didn't annoy Alex and it helps you.

-Rocky


Rocky Welch
Senior Consultant - Internet Services Group Arthur Andersen

Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online! Received on Wed Jan 03 2001 - 14:49:34 CST

Original text of this message

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