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

Home -> Community -> Usenet -> c.d.o.misc -> Re: I need one opinion and one answer

Re: I need one opinion and one answer

From: Jim Kennedy <Jim_Kennedy_at_MedicaLogic.com>
Date: Thu, 11 Feb 1999 04:52:09 -0800
Message-ID: <QoAw2.26252$202.13184019@news1.teleport.com>


Shut down the one that is not archiving connect internal/PASSWORD
shutdown immediate
startup mount
alter database archivelog;
alter database open;

Van Messner wrote in message ...
>Opinions Please
> I'm monitoring a group of databases running on Novell servers. Each
>server has two disks (each with its own controller) which hold mirrored
>control files and mirrored online redo logs. Everything else goes on the
>server's raid5 setup - including the archived redo logs. This means I have
>no control over which disks hold data, indexes, archived logs etc.
> Normally I'd want to see the archived redo logs separate from the data
>files (and even mirrored), but I don't know enough about raid5 to tell
>whether we're protected against disk failure. The company takes a complete
>cold backup of each database every night. But they say they can't afford
to
>lose part of a day's data if we crash after some of the redo logs have been
>archived. Is this a danger or does raid5 protect us?
>
>Question
> For each database the init.ora file sets archiving on and sets a
>destination for the archived redo logs. I can look at the alert log and
see
>that log switches take place with some regularity on each database. When I
>do a backup controlfile to trace I see that nine of the databases have
>archivemode set to yes and one has it set to no. The one that has it set
to
>no is not producing any archived redo logs. Since each database is shut
>down, backed up and started again the following morning, and since each
>init.ora sets archiving on, how or why does the one database not archive
the
>logs? Where is the setting being overridden?
>
>Thanks,
>Van
>
>
Received on Thu Feb 11 1999 - 06:52:09 CST

Original text of this message

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