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: Unable to allocate redo log, Archiving required

Re: Unable to allocate redo log, Archiving required

From: Joe <joetin_at_netvigator.com>
Date: Wed, 05 Jan 2000 22:50:45 +0800
Message-ID: <38735A45.5A6A5CEA@netvigator.com>


Turn off the ArchiveLog modr of your database using the command

    startup mount
    alter database noarchivelog;
    shutdown immediate
    startup

Joe

Anurag Minocha wrote:

> Hi,
> While i was running some scripts on oracle 8.1.5 it gave me the
> following error.
> "Unable to allocate redo log, Archiving required"
> "Press Enter to Acknowledge message"
>
> What does this mean. I do not want to archive my database since it is a
> test database. How do i fix this problem without enabling archiving.
>
> Thanks
> Anurag
>
> also reply at
> anurag_at_synergy-infotech.com
Received on Wed Jan 05 2000 - 08:50:45 CST

Original text of this message

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