Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: FW: Oracle on Linux
Paul
I have used Oracle 8.0.5, 8.1.5 and 8.1.6 on Linux on Redhat 6.1 for the past 1 1/2 years and specifically an 8.1.6 server in a production environment for at least 6 months with no real problems. That production database was a data warehouse, which might be overkill for what you need. I ran this system on a Dual Pentium III - 600 Mhz with 1 Gig Ram, and a 8 UltraSCSI disks raided disks. The disk devices were configured as two devices (Can't remember the exact size of the Raid 5 device):
( 2 disks ) = 18 gig (Raid 0 + 1) - Linux OS, Oracle executables, trace
directories, redo logs
( 6 disks ) = ??78 gig?? (Raid 5 / 64k interleave factor) - Oracle data files
I formated the second disk device with a 4k block size, which by default I believe is 512 bytes. I used an 8k data block size on the database, but a 16k would have probably been a better choice. What I ended up with was a screaming fast datawarehouse. You can probably spend under $6,000.00 for a system like this, or maybe less. We used the AMI MegaRaid Controller which gave us a hardware raid solution which did a satisfactory job. The only thing I didn't like about the card was if you setup a Raid 0+1 config, it didn't balance I/O across the mirror. Other than that, it was decent. Anyway.. enough babbling.. Just one warning though, stick with the 8.1.6 release and higher.. the earlier releases were a pain!
Tom Tyson
![]() |
![]() |