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: physical layout w/ only 2 disks

Re: physical layout w/ only 2 disks

From: John P. Higgins <jh33378_at_deere.com>
Date: Tue, 09 Mar 1999 16:40:55 -0600
Message-ID: <36E5A376.9B4DED0D@deere.com>


If you do not duplex the redo log fles on separate devices, then you have a single point of failure.

If you do not duplex the control files on separate devices, then you have a single point of failure.

If this is a throw-away database, who cares.

If anyone depends on this database, then you must care. So, no matter what it does to performance, you must use both drives for both control files and redo log files.

Sweth Chandramouli wrote:

> does anyone have any suggestions for fs layout for oracle
> when only two physical disks are available, one of which is also
> the primary disk for the server (i.e. the one on which the root
> partition resides)? i was planning on installing the rdbms, the
> init.ora files, and the control files on a partition on the primary
> disk, and the datafiles and copies of the control files on a
> partition on the secondary disk; two things that i am particularly
> interested in are how to deal with redo logs and control files.
> for the control files, oracle recommends that you use at least 3,
> but with only two disks, the only way i can see to effectively have
> 3 copies would be to also put one copy on the root partition of
> the primary drive. similarly, i've always been counseled to not
> put redo logs on the same device as the system tablespace; where,
> then, could i put the redo log files in this sort of scenario?
> any suggestions would be greatly appreciated.
>
> -- sweth.
>
> --
> Sweth Chandramouli
> IS Coordinator, The George Washington University
> <sweth_at_gwu.edu> / (202) 994 - 8521 (V) / (202) 994 - 0458 (F)
> *
Received on Tue Mar 09 1999 - 16:40:55 CST

Original text of this message

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