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: real applicaton cluster

Re: real applicaton cluster

From: Howard J. Rogers <hjr_at_dizwell.com>
Date: Fri, 19 Mar 2004 08:27:29 +1100
Message-ID: <405a1445$0$8360$afc38c87@news.optusnet.com.au>

"robson" <dbanewbie_at_yahoo.com.br> wrote in message

>

> thanks about your explanation.
> i have more questions.
> I use OCFS, and am thinking about creating two partition to record
> archived log, one for each instance.
> in this way I I would have that to define archive_log_dest_2 equal to
> archive_log_dest_1 of the other instance.
> it is ok?

No. You define log_archive_dest_1 to point to each partition for both instances. Log_archive_dest_2 is for multiplexing archives (taking more than one copy), not for specifying where instance number 2's archives should be written to.

In your init.ora, or your spfile, you would see this:

INST1.log_archive_dest_1=/ocfs/partition1/archives INST2.log_archive_dest_2=/ocfs/partition2/archives

Though really, why you'd bother creating separate partitions on the one hard disk with a cluster file system for this beats me. This would be perfectly acceptable: Received on Thu Mar 18 2004 - 15:27:29 CST

Original text of this message

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