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: Archivelog

RE: Archivelog

From: Gurgaon, DBA (CAP, GECSI, CONTRACTOR) <DBA.Gurgaon_at_geind.GE.com>
Date: Tue, 6 Jun 2000 16:03:20 +0530
Message-Id: <10520.107808@fatcity.com>


Check the parameters
log_archive_start=true
log_archive_dest=/oradata4/dbs_prod/dbarchlog/arch

are set and enabled in your init<sid>.ora file

then from your svrmgr prompt

svrmgr>connect internal
svrmgr>startup mount
svrmgr> alter database archivelog
svrmgr> archive log start
svrmgr> alter database open

This will make your archiving on

Vikas

-----Original Message-----
From: Weerd de E.C. Kirsten [mailto:Kirsten.deWeerd_at_Oranjewoud.nl] Sent: Tuesday, June 06, 2000 3:25 PM
To: Multiple recipients of list ORACLE-L Subject: Archivelog

Maybe a silly thing I am missing here, but a bit inexperienced with this all :

Looking at the log_mode in sys.v$database it says ARCHIVELOG

When I do Archive log list i get the following :

SVRMGR> archive log list;

Database log mode              Archive Mode
Automatic archival             Enabled
Archive destination            /oradata4/dbs_prod/dbarchlog/arch
Oldest online log sequence     60178
Next log sequence to archive   60182
Current log sequence           60182

So I go to Archive Destination directory and find the dir to be empty?

What am I missing ?

Thnx for any advise !

Greets,

Kirsten

-- 
Author: Weerd de E.C. Kirsten
  INET: Kirsten.deWeerd_at_Oranjewoud.nl

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 Tue Jun 06 2000 - 05:33:20 CDT

Original text of this message

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