Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: real applicaton cluster
"robson" <dbanewbie_at_yahoo.com.br> wrote in message
>
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
![]() |
![]() |