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: Redo log files questions. Need help.

RE: Redo log files questions. Need help.

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Fri, 10 May 2002 14:58:22 -0800
Message-ID: <F001.0045EBC3.20020510145822@fatcity.com>


Trang: I think that you missed the step of "alter database archivelog" while the database is mounted but not open.  

Here is the precise steps for you to review:  

Modify the init.ora file with log_archive_start = true (you've already done that)  

Shutdown the database.  

STARTUP MOUNT
ALTER DATABASE ARCHIVELOG;
ARCHIVE LOG START
ALTER DATABASE OPEN -----Original Message-----
Sent: Friday, May 10, 2002 5:08 PM
To: Multiple recipients of list ORACLE-L

 I did switch a database's archiving mode from NOARCHIVELOG to ARCHIVELOG. I then enabled automatic archiving of filled groups by setting

 log_archive_start=true

 in the database's parameter file. Finally I used

alter system archive log start;

to enable automatic archiving of filled online redo log group without shutting down the current instance. For some reason, when using the SQL*Plus statement

archive log list;

 it shows the archiving information for the connected instance:

database log mode ARCHIVELOG

automatic archival ENABLED

..........etc

But when I shutdown immediate then startup the instance with database open, I then issue the

archive log list; this time the

automatic archival DISABLED. Anyone came across this problem and had a fix. Please direct me how to fix it. I just wanted to archive online logs to multiple locations, then back up the archived logs. Please help.

Thanks in advance. Your help is greatly appreciated.

Trang


Do You Yahoo!?
Yahoo! <http://rd.yahoo.com/welcome/*http://shopping.yahoo.com> Shopping - Mother's Day is May 12th!

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.COM

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri May 10 2002 - 17:58:22 CDT

Original text of this message

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