Oracle's Infrastructure Now Fully Linux-ized
mbadolato writes "An article over at InformationWeek reports
Oracle is aggressively adopting Linux both internally and for its products, despite SCO Group's threats earlier this week that it may sue those who don't pay licensing fees to the company. Chuck Rozwat, an Oracle executive VP, says the company has moved its IT infrastructure to Linux, a year after CEO Larry Ellis issued the mandate. In the coming year, Oracle will move its base development platform to Linux, including putting the open-source operating system on the workstations of 8,000 developers"
Since when did Larry Ellison drop the last two letters of his last name? Come on, editors...
A big giant company, openly using linux even with sco's perfectly logical (from a corporate america standpoint) litigation. A big giant company that other big giant companies buy from. This is what I like to see. And by the time I finish this post it will nolonger be first. I'll be lucky to break the top 50 by the end of this sentence...
Shift happens. Fire it up.
This move should prove to everyone that SCO's claims are complete BS. If a company with the resources like Oracle isn't bothered by their threats then we can assume that their lawyers told them that SCO's claims are baseless. Oracle's products are the mainstay of the database industry and moving to Linux shows that Microsoft does not in fact have a monopoly. If more Linux desktops are deployed Microsoft will become just another software company competing with all the others.
Enter The No Vlad Zone 1-877-9-NO-VLAD
Oracle drops support for Netware in favor of Linux.
Novell buys Symian.
Oracle adopts Linux internally.
And the peasants danced.
This isnt so much about linux as its about Larry Ellison turning plaid whenever somebody mentions to him Bill G is much wealthier than he is.
The article doesn't say what they were runnign before this switch. My hunch is that it was Solaris.
I get the feeling that most large desktop migrations happen from commercial UNIX to linux rather than from Windows to linux. That transition would seem much more difficult and costly.
Also are they using a distribution or are they "rolling their own"?
MMORPG fan-boy? Prove your worth
...and they still can't make an sqlplus client that supports readline.
Yes, I'm trolling. You would too, if you had to deal with Oracle on a daily basis---contractual obligations, you see. (Where's my MySQL when you need it?)
Comment removed based on user account deletion
There is precioius little Larry likes more than shoving his thumb into BillG's eye. But it makes perfect sense for them. The OS is free, and it runs nearly everywhere; you can see exactly what it's doing because you can see (and modify) the source code.
As a target platform for their software, it's perfect. Why run Oracle on Windows if you can use Linux on Intel? And if you don't want to spring for the expensive hardware, you aren't gonna use a proprietary Unix.
Simple: Larry Ellison is bucking for a role in the remake of the classic Python skit, Episode 41, Nigel Ellis.
PA System: Would Mister Larry Ellis please go straight to the manager's office? I'll repeat that...
(Larry wheels round and listens)
PA System: Will Mister Larry Mellish please go straight to the manager's office?
8000 developers * 700 dollars = 7 * 800000 = 5600000 dollars. Am i right? Subtract $8000 if you want, then the bill is $5592000.00.
"Oracle will move its base development platform to Linux, including putting the open-source operating system on the workstations of 8,000 developers"
.DOC .XLS and .PPT - and not tied to Windows per se, this is what will cause the widespread adoption of a truely open business document file format.
Maybe this will answer the question "Is Linux ready for the desktop?" for other major corporations. Yes, a developer workstation is a "desktop" if it's their main business machine.
A heavyweight desktop-linux push is what is going to get businesses off the proprietary MS office file formats. When people realize that they are tied to
I'd rather be a conservative nutjob than a liberal with no nuts and no job.
When I suggested at the beginning of the interview that a person would have to be crazy to want to administer 8,000 diskless Linux servers tied to NetApps storage, the interview prompty ended. :)
My conclusion, however, was that Oracle is indeed committed to Linux. In fact they are betting the company on it.
Could've happened to a nicer company. Ellison won one of the Golden Jackboot awards for pushing a national ID card system backed by Oracle databases. Here's the Google link for the stories.
Now, I think Linux is technically great, and I hate the business practices of Microsoft. However, experience at QANTAS says that for us, Linux is not really any threat to Microsoft, it is much more dangerous to Sun. If we switch over to Linux here, we'll be doing Sun out of business, and Microsoft is unscathed. How is that good for the world?
Adoption of Linux on the desktop is a much bigger threat to Microsoft, and much harder to achieve because of inertia.
-- the only thing we have to fear is really scary things
Sometimes I just crack myself up.
I don't want knowledge. I want certainty. - Law, David Bowie
Ellison No Longer board member of Apple.
Help fight continental drift.
your first assumption was correct - i cnat speel
Not as big as you'd think (at least not for the developers). The base platform for Oracle (AFIK) is Solaris. The differences between Solaris and Linux aren't that nasty -- besides they already have to be linux-awere in their development tasks, anyways. It'll be a bit more work for the admins who'll need to learn which linux system tools replace the Sun-specific ones, but even that's not a lot, and there are probably fewer admins at Oracle than developers.
Free Software: Like love, it grows best when given away.
I am sure they got one of the 1500 letters sent out. Them and nVidia are two very big linux shops in the CA Bay Area. nVidia in particular has video of their data centre touting how many 1000's of SMP machines they have.
I am sure SCO hears the dinner bell. Too bad all they are going to eat is the ashes of their stock certificates.
Definitely time for non-Microsoft bigcorps like Oracle to put their money where their mouths are. Seems ironic that companies like Oracle, with thousands of desktops, would continue putting money directly into Microsoft's coffers by buying Windows and Office -- money that will be used to finance Microsoft's attempted destruction of both Linux and competitors like Oracle.
... that alone could add up to hundreds of thousands of seats. That's a lot of revenue Microsoft wouldn't be able to collect.
If every company that Microsoft directly competed with (Oracle, AOL, Sony, Nintendo, IBM, Palm, RealNetworks, Novell, just to name a few) were to boycott Microsoft products for their internal use (still keeping, of course, whatever they need to do development of products which run on or with Windows)
Once the Oracle IT folks finish switching developer desktops over to Linux, they should then begin switching over their administrative staff as well. If Sun can run a multi thousand seat corporate network on *ix, so can any large company. If all Microsoft competitors followed suit, it would create enough momentum to jump-start mainstream adoption of the Linux desktop that much sooner.
Tired of FB/Google censorship? Visit UNCENSORED!
Comparing MySQL to Oracle is like comparing a leaking dinghy to the Queen Elizabeth II. MySQL may be used by a lot of companies, but it's still a joke compared to even other open source SQL databases like PostgreSQL. Not to mention it seems like they're always having licensing issues(to the extent that MySQL support has been pulled from the PHP 5.0 development branch).
You want a serious, professional, stable database? Oracle, DB2, Sybase, etc. No money? Try PostgreSQL. MySQL substitutes some crazy locking in place of real transaction support. PostgreSQL not only doesn't need to lock tables for most operations, but it also supports very sophisticated locking. Oh, and did I mention PostgreSQL is object-oriented? The only two thing PostgreSQL is lacking is good replication support in the main release(it's still in development, I believe). That and full text searching is kinda funky(although very sophisticated).
I've seen so many "performance problems" that were due almost entirely to lack of proper database functionality in MySQL.
I can hear the scriptkiddies(PHP scriptkiddies) now chanting "it's lighter weight, it's faster". Guess what? You can make PostgreSQL just as fast if you turn off various sanity checks(these checks are better than what MySQL does) AND the more complete implementation of SQL actually lets you do more powerful(or perhaps efficient) queries. Who finishes a house first, the guy with a hammer and saw, or the guy with a truck full of tools?
Please help metamoderate.
Seems to me that corporate is playing ping pong with Linux....
OSS marches on!!
Next they should migrate to PostgreSQL for their databases.
Oh. yeah.
Rozwat also provided new details on the launch of the Oracle Open Source Development Center -- an online service available through Oracle's online developer network, OTN. The new service will provide developers with software, sample code and extensive tutorials, free-of-charge. Additionally, the company has extended its support for scripting language PHP, including full integration and shipping with Oracle 9i Application Server.
"It is our goal to be a value-add to the developer community," added Rozwat. "With the development of the OSDC and our extended support of PHP, we continue to invest in the Linux development community. This will be an ongoing priority for us." Rozwat also noted that there have been more than 1 million downloads of Oracle software for Linux, illustrating the extensive, growing use of Oracle together with Linux.
Of course Microsoft doesn't like open source solutions. Open source solutions are already, and are increasingly so, in direct competition with the products that make up their revenue stream.
Not all of these companies that are jumping on the open source bandwagon are going to be understanding and cooperative when open source comes knocking on their door: their revenue stream.
In fact, I'd venture to guess that the majority of them will be anything but understanding and cooperative. These companies are not adopting open source solutions because they want to advance the common good. They are not doing this out of community spirit. These companies are jumping on the open source bandwagon because they see it as a good economic decision; this is the bottom line.
When their bottom line is threatened, they will turn around, lash out, and bite the hand that feeds them.
They may not succeed, but they will try, and I for one know that I do not want to be the developer contributing to software that infringes whatever wealth of patents they are holding when that time comes.
I do not trust our new corporate bed-fellows.
I do not trust our legal system to protect me from them.
I do not trust our policy makers to even care about protecting me from them.
Oh that I could. Fortunately, or unfortunately, people like me just don't matter in this country of ours.
Well, if nothing else, at least our votes can help the existing power structure project the illusion that we ever had a real, actualizable opportunity to have our interests represented.
And that should be good enough for me, right?
Right?
?
.sig Realistic fines for copyright in
Plenty of people
have gotten it to work
Black holes are where the Matrix raised SIGFPE
At my company, we run Oracle Financials. We use a stupid little Windows app called jinitiator to launch the "javatized" version of Oracle Forms. Unfortunately, Oracle refuses to release a Linux version of jinitiator, despite what is probably hundreds of requests/complaints on Metalink and thousands more that really want the product. Java is supposed to mean platform independence, but somehow we get stuck with Windows anyway. All this rhetoric about Oracle supporting Linux is great, but the action is another story.
Have things changed?
A "few years ago" was the height of Sun's dot com bubble. If you wanted to run Oracle reliably, you bought Sun/Solaris/Sparc servers along with expensive storage hardware. Trying anything else was "risky". Compared to now, Linux was far more experimental. Oracle had just announced it was going to support Linux. Oracle's support for linux helped put companies like RedHat and VA Linux on the map. Early pioneers tried Oracle on Linux and bot burned. It's gotten alot better today now that Oracle doesn't have to keep chasing the moving target of the distribution du jour or kernel of the month to support their customers.
My biggest gripe about implementing Oracle on Linux is installation. Even with a generic RedHat Advanced Server install (one of their "supported" stable platforms), there are problems with with linking libraries or even just using unzip that just don't seem to make sense (should have been caught in QA). If you don't use their blessed commercial Linux OS distributions, you won't find any suppport from Oracle and scant support from the metalink user community. It helps if you know Unix/Linux enough to debug their shell scripts to figure out what's breaking.
Once we were done installation, our applications and databases ran similar Solaris systems (i.e. knowing how to make patches, managing backups, etc.). Our previously-Sparc-based DBA felt at home using the database tools on Linux. The best part is that our hardware and OS combined cost 25% comparable Sun hardware. We could afford to buy two servers and use the other as a cold backup. If we ever run out of memory, it's dirt cheap to buy more PC DDR SDRAM.
Now that Oracle is reportedly using Linux everywhere, perhaps they'll tune their installation process.
- a sysadmin
Sure, it's easy for companies to see open source as a platform or environment for their products, but what happens when open source starts to move into their territory?
They either freak out and commit SCOicide, or they try and find more territory.
So far Oracle seems to have been doing the latter. It's not as if there aren't any open source databases, it's just that people trust Oracle to provide features and performance beyond what the alternatives currently deliver. If the alternatives catch up, then Oracle will have to produce something else to make their products more valuable.
And really, is there anything wrong with that? It isn't exactly common economic practice to make a product once and then expect to sell the same product over and over again until the end of time. The Econ 101 rule that price tends toward marginal cost is oversimplified, but it's not that far off, and with software your marginal cost is zero. Even if you never had price warring competitors or open source alternatives to worry about, eventually you run out of customers, who don't need to purchase your product twice because it never wears out.
I never thought I'd have something to like about Larry Ellison. Maybe there's a ray of hope for him. On second thought, nah, forget I said that.
I think that what will have to happen is for an enterprise solution provider to see the stronger position to be to differentiate on the services provided rather than on the software its services are based upon.
When this happens, this solution provider will be able to be open to an open source development model. So long as the solution provider finds that the stronger position is to differentiate on the software on which their services are based, or that this software contributes to their ability to differentiate themselves, the provider will not be willing to consider an open source development model.
If an open source, corporate funded, development model is superior in this arena, I think it is just a matter of time before we see a shift in the decisions of solution providers who do not have the market share they they are after, or are uncertain of their ability to maintain their current market share.
If this happens, depending upon who makes the move first, I think it is then that we might expect to see legal tension with open source solutions at the enterprise level.
.sig Realistic fines for copyright in
Solaris has been the development platform for the database for a long time. Solaris/Sparc still offer a lot of things Linux can't in technical terms and Oracle RAC, a cornerstone of Oracle sales reps' comp plans runs extremely well on Sun.
Changing the base development platform is a big move.
The Linux decision seems mainly to be a strategic business move driven from the top.
I'd be very interested to know how Oracle's developers feel towards the Linux move. They're the guys who really know the technical advantages between the various platforms Oracle runs on.
It seems that people's experiences vary on this. Certainly your complaints were valid in the pre-7.0 days, but PostgreSQL has improved an amazing amount since then, especially after the introduction of 7.2. The current stable version is 7.3.4, and 7.4 is right around the corner.
Much of the scalability issue you mention has to do with the default settings regarding shared memory, buffers, etc. The PostgreSQL developers have been very conservative about the defaults, because they want the database to run on the widest range of hardware possible. Unfortunately that leads to a "least common denominator" approach and the end result is a database that out of the box performs suboptimally on most systems in order to run on almost all of them.
But if you change the tunable parameters to values that are much closer to the actual hardware you're running the database on, the performance increases a great deal.
Some people have gotten very good scalability out of PostgreSQL as a result. I'm sure you're aware of the PHPBuilder article that talks largely about the scalability issues. That was written some time ago, and PostgreSQL has gotten quite a lot better since then.
It doesn't work for everyone. MySQL has the advantage of having a rudimentary replication mechanism out of the box, and its full-text indexing is much easier to set up and use. It's also much easier to upgrade between major versions (PostgreSQL requires that you dump and restore if you're upgrading to a new major version, e.g. 7.3 -> 7.4). But in the general case, PostgreSQL seems to me to be a much more capable database than MySQL is.
I don't know of any other database, commercial or otherwise, that allows you to write stored procedures in Perl, Python, or TCL. That alone might be worth the few tradeoffs.
If you're running a relatively old (7.1 or earlier) version of PostgreSQL, you might want to give 7.3.4 a try. You might be pleasantly surprised.
Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
Hmm,
Here's Larry Ellison. He told us he wants to buy out People Soft and lay off a bunch of people.
But, He's the hero because he likes Linux (more like he hates Microsoft and will use anything to make him top DAWG).
And then look at the "evil" Bill Gates.
He donated $15 Billion to charity and has plans to employ 5000 people.
Yes, I'm happy that Linux is being widely used, but Is it fair to create such a dichotomy of Good and Evil??
Will we demonize Bill Gates and trumpet Larry Ellison as a hero? Aren't they the at least the same breed?
And then, are we any better than Bill Gates? All the "wonderful" things we "would" do if we had his money.
I hate to throw religion into this, but don't judge your neighbor for having a speck in his eye when you have a plank in your own.
Folks, check out these signs all over Oracle HQ if you happen to pass by that area. They seem to have been around for quite a while.
There are lots of stories about how company XYZ is using Linux. However, this one has potential for a *real* benefit to Linux. Why?
Well, when Oracle, with cash flowing out of it's orifices, finds something in Linux that they'd really like to have improved, they have plenty of resources to improve it, which benefits Linux.
If some small, third-world government adopts Linux, that's great. But they're still not going to give anywhere near as much back to Linux as companies like IBM have been able to. Oracle stands a pretty good chance of giving quite a bit back as well, and I think Linux will be much better off for it.
steve
Oh, you're not stuck, you're just unable to let go of the onion rings.
I've heard that PeopleSoft will be the next big guy to run their products under the Linux environment. Better development platform to make changes to their product. Can anyone confirm?
From the article: Oracle maintains its bullish stance on Linux, despite the copyright, intellectual-property, and unfair competition lawsuits introduced by various players in the market.
Who are the various players? SCO, SCO, and SCO?
This article makes it seem like Linux is the churning center of numberous legal actions by disparate parties, when to the best of my knowledge, there's just one bad apple (SCO) throwing (vague, unsubstantiated) accusations around weekly.
Surely if there were other Linux-related legal actions going on /. would be covering them daily!
Hi,
The latest releases of 11i ERP do support running Oracle applications clients out of the box with the standard Sun java plugin under Linux. The certification process isn't done yet however, but we are working on it, so hopefully support for Linux and Solaris clients can be officially announced soon.