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: ArchiveLog Mode not Enabling

Re: ArchiveLog Mode not Enabling

From: <mjain_at_my-dejanews.com>
Date: Tue, 20 Oct 1998 03:11:48 GMT
Message-ID: <70gv1j$4dk$1@nnrp1.dejanews.com>


You also need to change the database to ARCHIVELOG mode by using following steps:-

  1. Startup and mount your database. ( Don't open it ).

SVRMGR> Startup Mount.

2. change the log mode to archivelog.

SVRMGR> Alter database archivelog;

3. Now you can open the database.

SVRMGR> Alter dabase open;

Hope this helps,

Manoj Jain
Oracle Certified Professional - OCP DBA Chauncey Certified Oracle7 DBA

In article <70gc96$h5m$1_at_nrchh52.us.nortel.com>,   peacockm_at_nt.com (Margaret Peacock) wrote:
> Archivelog Mode is set to TRUE in the init.ora file, yet it does not enable
at s
> tartup (archive log list has been checked). Are there any other places where
thi
> s parameter must be set? Thanks for all feedback.
>
> --
> -----------------------------------------------------------------------------
> Margaret Peacock ESN: 655-8559
> Intranet Web Master EXTERNAL: (408) 565-8559
> Nortel - Mission Park peacockm_at_nt.com
> ----------------------------------------------------------------------------
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Oct 19 1998 - 22:11:48 CDT

Original text of this message

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