Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: real applicaton cluster
"Howard J. Rogers" <hjr_at_dizwell.com> wrote in message
news:405a1445$0$8360$afc38c87_at_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:
Sorry... I hit the wrong button on my keyboard!
As I was saying. This would be perfectly acceptable:
INST1.log_archive_dest_1=/ocfs/partition1/archives INST2.log_archive_dest_2=/ocfs/partition1/archives *.log_archive_format=arch%s_%t.rdo
When you see a "*" in front of a parameter it means "this applies to all instances". If you see a specific instance name, then the value only applies to the specifically-named instance.
I think you've a bit of reading to do before plunging much further into RAC.
Regards
HJR
Received on Thu Mar 18 2004 - 15:29:27 CST