10g on AIX vs Linux [message #434353] |
Tue, 08 December 2009 19:01 |
acarheden
Messages: 2 Registered: December 2009
|
Junior Member |
|
|
I know Oracle doesn't have an official preferred platform anymore, but does anyone have thoughts on the benefits of AIX vs Linux for running Oracle 10g? Any AIX guys out there that find AIX tools invaluable for troubleshooting Oracle? Anyone have inside info on what Oracle spends the most time developing for or develops for first?
|
|
|
|
|
Re: 10g on AIX vs Linux [message #434525 is a reply to message #434454] |
Wed, 09 December 2009 09:06 |
acarheden
Messages: 2 Registered: December 2009
|
Junior Member |
|
|
Mostly I was hoping for thoughts on why one platform might be better than the other.
- Does the OS matter much for performance, or just the hardware?
-I've found multiple posts elsewhere recommending using raw block devices for storage to get the best performance, in which case the filesystem wouldn't matter, but is this a common way to install Oracle? If not, are there advantages to JFS vs EXT3, XFS, or Reiser with Oracle?
- What about the OS kernel? Any performance advantages there?
- How about security? The # of patches comment is good advice, but are there any security "gotcha's" on one platform vs. the other?
- How about availability. From everything I'm reading, it seems like all the same Oracle features are available on both platforms. Does anyone know of things that aren't?
|
|
|
Re: 10g on AIX vs Linux [message #434527 is a reply to message #434525] |
Wed, 09 December 2009 09:28 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
There are some differences between OSes, but usually not so much in the direction of performance / troubleshooting or Oracle.
AIX for example has much better support in the direction of volumes and volume groups than Linux. It's easier to connect it to a 200-drive RAID or a SAN than to do that in Linux. (you can basically snapshot / copy / move / extend etc... fileysstems "On the fly" in AIX)
Most of that advantages are because the hardware is from the same company that wrote the OS, though.
AIX also allows for easy virtual partitioning of servers. Linux can also do that a little, when running on POWER5 processors, but not as easily and natively as AIX.
The differences are not that great when you only look at the system as the "Oracle user" only, though.
|
|
|