Slashdot Log In
Oracle Linux?
Posted by
Zonk
on Tue Oct 17, 2006 10:52 AM
from the could-be dept.
from the could-be dept.
eldavojohn writes "There have been rumors floating around of Oracle working on their own distribution of Linux. If this is true, it is widely believed that this enterprise edition of Linux would be in direct competition with Red Hat Enterprise Linux. What is spurring the rumors? Well, Oracle chief executive Larry Ellison said, 'I'd like to have a complete stack. We're missing an operating system. You could argue that it makes a lot of sense for us to look at distributing and supporting Linux.' I know that Oracle has been doing a lot more than databases recently, will they go the extra mile and create their own stripped down Linux kernel? If they do, will companies switch to database solutions that are running Oracle only software for the benefits of support and (hopefully) stability?"
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Definitely has uses but.. (Score:5, Insightful)
All similar but different enough to drive an IT guy batty. Too much of a good thing?
Re: (Score:2)
Re:Definitely has uses but.. (Score:5, Insightful)
Parent
Re:Definitely has uses but.. (Score:5, Insightful)
The IT guy's main headache for a database server is going to be the interaction between the database and the OS. The issue is that the server is supposed to run best on a version of Red Hat with some weird extra things enabled. Red Hat doesn't entirely understand this stuff, because they don't use it for any other configurations. Oracle understands it (they wrote it), but they're not doing tech support for Red Hat. The OS is sufficiently different from a usual Linux box that the IT guy has no clue when things are breaking. When the company I was working for got one of these, it was further complicated because the hardware didn't come with anything set up, and came from a third vendor. So we got a machine from Dell, the OS from Red Hat, and the database program from Oracle, each shipped separately, and they couldn't be tested independantly.
I think it would make perfect sense for Oracle to distribute and support a Red Hat-derived Linux distribution exclusively for production servers. At least then there would be a vendor who would understand the thing.
Parent
Re: (Score:3, Informative)
Uh sorry, but you're wrong on most of your points.
Oracle runs on Red Hat Enterprise or SUSE Enterprise (I might have the names mangled a bit) both with relatively straight-forward settings. Everything is included in the distributions. Yes, Oracle donated some of the code that makes it into those distros.
Furthermore, Oracle provides *full* support for the Linux OS itself when you have a properly licensed copy of Oracle.
Re: (Score:3, Informative)
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 262144
net.core.wmem_default = 262144
net.core.rmem_max = 262144
And then you'll need async i/o.
yum install libaio
The above all taken from HJR -- www.dizwell.com > insta
Re:Definitely has uses but.. (Score:5, Insightful)
This didn't happen by chance. But it meant that you could be reasonable certain no obscure kernel settings were incorrectly set (at least not by an oversight, didn't stop people setting the wrong settings when tuning).
At the time Oracle were talking with Hewlett Packard about a stripped down HP-UX to build "Oracle Servers" on PA-RISC. It made sense then, and it still makes sense, except HP-UX is no longer the "obvious choice" for an Oracle server.
To be honest, I think in the GNU/Linux world, it is choice of certified hardware that is probably as important, if not more so, for Oracle, than choice of distribution. Since I've been bitten by underdocumented, under tested, RAID hardware or Linux drivers for same (the effect is the same, no matter where the fault lies). If you are aiming for really high availability on an Oracle database, buying the solution as one stop from Oracle makes sense.
I doubt cost-wise it would be that competitive with DELL and Redhat, at least initially, but for some applications hardware cost is irrelevant compared to unplanned downtime.
Something like Debian, or Ubuntu, with long support periods, and completely freely redistributable base (with builtin rebranding -- "no Mozilla says you can't call it..." hazzles), is the obvious sort of base. Although presumably BSDs might be an option as well. Or Oracle might still want a big corporate backer for their distro variant.
Parent
Try a different approach. (Score:5, Insightful)
You'd get your BIOS updates, OS updates and database updates from a single company that could afford to do the testing so the load on your IT department would be reduced.
You could even order it in a cluster configuration.
But what good is a database server on its own? With a bit more work, you'd be able to buy a webserver box (hardware, OS, Apache, etc) pre-configured to hook into the database server they sold you.
From Oracle's point of view, this would be a great way to get even more of the market and to stop any gains from MySQL or others.
From the corporations' point of view, this would be a great way to reduce IT costs by reducing the load on your internal IT department.
If Oracle does it right, they'd even be able to offer you dial-on-demand DBA services for their products. Why pay 6 figures to hire an Oracle DBA when you can pay 5 figures for a DBA service contract with Oracle?
Parent
Re: (Score:3, Interesting)
Re:Try a different approach. (Score:4, Insightful)
Just about every restaurant, self storage company, florist, doctors office, and goodness knows what else uses vertical software. And guess what? Odds are pretty good they bought the computer, cash drawer and what ever from the same place.
If technology isn't your business it makes a lot of sense to just buy a package and support so you can go about your job.
Just like buying a Tivo is a better solution for a lot of people that building a MythTV box.
I took me a long time to learn this but for most people a computer is just a thing they have to use to do their job.
Parent
Re: (Score:3, Informative)
In that case, why go with Linux? I'd think they'd want some kind of a minimal RTOS: a scheduler, demand-paged VM, TCP/IP stack and a simple filesystem. Basically all it's going to do is switch among Oracle threads and a network daemon, and hammer the d
Interesting Larry info (Score:2)
OpenSolaris? (Score:5, Interesting)
Not to say that 2.6 doesn't have bunches of enterprisey (<-technical term again) features, but Solaris is still a leader in that space.
Re: (Score:2)
But he also seemed to think that Oracle would start rolling their own OS -- and brought up more than once that by acquiring Novell, they would pick up Suse. This seem
Re: (Score:2)
Re: (Score:2)
I personally would love to see it since they'd have to fix OEM to work better with a non-IE browser.
On a side note, when I took the class, all the workstations that we used to do the lab por
Re: (Score:2)
I could be wrong, but Oracle used to be targeted towards Solaris and everything else was a port from that target, but in recent years Oracle has chosen Linux as the target. Again, I could be misremembering here.
Nonetheless, I think its about time that Oracle has become and OS, because it pretty much is an OS to begin with. An Oracle box is pretty much an Oracle box, hopefu
Re:OpenSolaris? (Score:4, Informative)
Parent
Re:OpenSolaris? (Score:4, Informative)
Agreed that Solaris would provide more enterprise-grade (<—marketing term) features than Linux, although zones are becoming less compelling given the rise of virtualization, and I hear that ZFS doesn't provide the performance boost on SANs that it does on JBODs.
Parent
One quasi-word: dtrace (Score:3, Insightful)
vertical integration and stovepipes (Score:2)
They should know that they won't really have a "complete stack" until they're implementing their own hardware base, so they can provide truly turnkey datacenter solutions. And where did that NC thin client concept go? And here comes Sun with their datacenter-in-a-truck solution.
Re: (Score:2)
Red Hat has no worries with this (Score:2, Interesting)
I'm posting anonymously because I'm an Oracle DBA ('nuff said). Oracle does a make a nice database, but it is hugely bloated for most purposes. And everything else they write is just pure unadulterated crap.
If you look at what it takes to implement their ERP or Pharmaceutical Suite you will realize that they will only ever be a niche player with their own Distro. They write software to require the maximum amount of administration and consulting possible. Their consulting division make a ton of money and th
Re: (Score:3, Informative)
I am surprised that you are a DBA....had a look at 10G, did you realize how many times you read the word automatic in the release notes , lets count a few:
1) Automatic memory managment , DBA's spent weeks and nights to configure their memory, now its automatic
2) Automatic storage managment, if you have'nt heared about that, then its a nifty piece of SW
3) Automatic segment managment...the name says it all
4) Automat
Better late than never... (Score:3, Funny)
Re: (Score:2)
Those of us who have problems persuading PHB's to go the Linux route will have another way to make them wake up and smell the coffee. A move like this will help kill the old 'Linux is only used by nerds' prejudices and further establish it's place in the datacentre. Today the datacentre, tomorrow the desktop (cue marching bands playing Souza, fireworks, cheerleaders, etc. )
Oracle Linux vs Red Hat... (Score:3, Insightful)
I doubt it is terribly bad news for Red Hat. Even if Oracle create their own distro I doubt they would get away with ceasing to certifying their products for any other Linux distros. There are simply to many people with already established contractually sealed working relationships with SUSE and Red Hat. Of course Oracle will recommend the use of Oracle Linux®
Good for Linux (Score:3, Insightful)
Why build their own? (Score:2)
Re: (Score:2)
Oracle should stick to databases (Score:3, Insightful)
Basically I'm wondering why Oracle want to pinch consumers away from Fedora and Ubuntu instead of just working with them to help intergrate their databases more seamlessly into these distros?
This is a terrible idea... (Score:3, Insightful)
Yeah, it would be a subtle fork, but Oracle has enough trouble keeping track of it's DB. I don't think they clearly understand the headache involved in maintaining an operating system.
Oracle Oxymoron... (Score:3, Funny)
Not So Fast.... (Score:2)
If they need to do that, they might. But I don't see anyone in the business world going above and beyond the minimun necessary to sell something.
Twist up their own Debian-based distro and make it sales/support policy to support only theirs, at a fee they feel the market is willing to buy at. Intentionally avoid testing or supporting any other distro and you've got something that's as good as a proprietary OS. Sure, source/patches may be available, but th
Oracle Appliance (Score:4, Interesting)
It won't really compete with RHEL (Score:4, Insightful)
Except as a platform to run Oracle on. Oracle doesn't really understand fairness or openness, in large part because its founder doesn't. I'm not saying that they can't figure it out - IBM, after all, went from the most closed of corporations to one of the main sources of energy into commercial open software - but I've always considered IBM to be kind of a special case anyway. Regardless, I have a hard time seeing the industry embrace an Oracle-controlled linux distribution.
It is possible that an acquisition of Novell could bring in enough fresh blood to turn this around... And it would bring in an already-respected Linux distribution.
On the other hand, it makes a whole lot of sense that Oracle would start shipping a Linux LiveCD that runs the Oracle installer, which can be a bitch to get running anyway, and upon which you can run Oracle if you install it to the hard disk. After some time they could switch it to be the only supported platform for Oracle. If you don't want to run it directly on the iron, run it in a virtual machine - although unless you're on ESX or something (whatever it's called now) that's probably going to come with a dramatic performance penalty.
Regardless, it only makes sense for Oracle to provide their own Linux. Why help Redhat? Redhat makes competing products.
the Cisco way... (Score:2)
Its the Application and not the Operating System (Score:2)
Why GNU/Linux? (Score:2, Interesting)
Oracle Linux works better as a threat than reality (Score:5, Insightful)
Besides, if Oracle tries to build their own distro, market it via their existing sales channels, and support it via their existing system, Oracle Linux will truly suck. The pricing will be outrageous, the sales process will be the "car dealership" model, and the support will be the offshore model that is not all that great. Oracle makes a great product, but they are their own worst enemy sometimes.
If I were Larry, I would create a great deal of hype about doing my own Linux distro, to soften up the price of Red Hat in anticpiation of a takeover.
Calling all zealots. (Score:4, Insightful)
Mind you, crusaders, that I am posting this from my Linux-enabled laptop.
Linux is a buzzword. BSD is not. (Score:3, Insightful)
Flaming on! (Score:4, Interesting)
1) Lackluster commercial support - Linux tends to have better hardware support, drivers, etc.
2) SMP support on the *BSDs is still young and immature. Linux, in comparison, is quite mature, and does very well on an 8-way system. BSD *might* do it, but much beyond 4-way is a sail into uncharted waters. I'm already running a cluster of 4-way boxen, so 8-way or more is not very far off, given our company's annual 2x growth curve.
3) "It's different". Yeah, it's very similar, but if you're already used to the "Linux" way, having to rediscover how services get initialized (a la
4) Linux is "good enough". It's obvious that whatever metric is needed to be able to be "enterprise ready", Linux has passed it. Granted, nobody agrees on what that standard is, but most people agree that Linux can do it.
Parent
Insert Disk - Go .... very cool (Score:3, Insightful)
Do you know what Oracle stands for? (Score:5, Funny)
Raging
Asshole
Called
Larry
Ellison
Reboot process (Score:4, Funny)
update SYSV_INIT.INITLEVEL='6';
commit;
(or something like that. I'm a SysAdmin damnit, not a DBA)
mail a CD with a desktop for mindshare (Score:3, Insightful)
Not buyin' it... (Score:3, Insightful)
hrmpf... (Score:3, Funny)
Since we are in Japanese mode, how about Baka Linux?
10 flame warrior experience points and a puff of karma to the first one who figures out why I should be modded down for that suggestion.
Re: (Score:3, Funny)