Red Hat Dismisses Threat Posed by Oracle and MS 95
Rob writes "Red Hat Inc's executive vice president of worldwide sales, Alex Pinchev, has dismissed
the impact that Oracle Corp's entry into the Linux support business could have on Red Hat,
insisting Oracle does not really know what it is doing. Pinchev also described Microsoft's
recent interoperability and patent peace deal with Novell Inc as a "non-event"
and dismissed the suggestion that Linux users
are at risk of a patent infringement lawsuit from Redmond."
Re: (Score:2)
Whaaaa??? (Score:5, Informative)
And...
If you're running CentOS, how can you possibly say you've "lost interest in Red Hat"? The two are not compatible, CentOS for all practical purposes is Red Hat without the support contract. Same OS under the hood.
Re: (Score:1)
[/dryhumour]
Re: (Score:2)
And I'll be sticking with Ubuntu. But that seems hardly relevant to the question at hand, unless you're on Oracle admin. Why would you run Oracle on Cent OS? This would be a configuration that's not supported by Oracle, so you're on your own if you have serious technical difficulties that you don't have immediate answers for and cannot be solved by googling for answers.
Re:Yawn... (Score:4, Informative)
While that is true, how would Oracle know?
I run RHEL and Oracle on my production servers and CentOS and Oracle on my dev/test servers. When Oracle asks, the configuration is RHEL and Oracle, even though 99% of the time the problem has occurred on dev/test. I haven't seen a problem yet that occurs on CentOS that doesn't also occur on RHEL, they are the same OS, just compiled by different groups.
Re: (Score:1)
try log a support call
after all, beyond support what are you paying oracle for that you cant get from postgres? and if oracle really is what you need, then the cost of oracle is gonna be waaaay more than an rhel license.
Re: (Score:3, Informative)
You missed my point I log support calls all the time with Oracle, and when they ask what platform I am on I tell them RHEL, even though 99% of the time the problem was discovered on CentOS (but is always replicatible on RHEL)
Postgres is a great product and we use it on a couple of our smaller projects, but when we have tested them side by side on our high volume applications, Postgres falls short, not too short but enough to justify using Oracle instead. I really wanted Postgres t
Red Hat must not be an Oracle shop. (Score:5, Interesting)
Oracle's typical answer is that Oracle will only be supported by platforms blessed by Oracle. See this FAQ from Oracle [oracle.com], particular the part on p.4 about the 'Transition Path for Red Hat and Novell customers' In particular, this means that Oracle in the future will probably only be supported on Unbreakable Linux. Have problems? Not running on Unbreakable Linux? You won't get support. It's that simple. Most shops simply cannot afford to run an unsupported configuration, so they will likely migrate their existing SuSE and Red Hat installations to Unbreakable Linux.
Re: (Score:1)
Re:Red Hat must not be an Oracle shop. (Score:5, Insightful)
That's a good philosophy to have, but unfortunately, the sad reality is that your average PHB has heard of Oracle and knows that it has the reputation of being a rock-solid reliable product. Postgres and MySQL are unknown by many PHBs, and even worse, MySQL has the reputation of not being so reliable and not so high-performing, despite the best efforts of MySQL AB, which has put a ton of effort into MySQL to improve in areas of performance, availability, and reliability. Postgres is nice, and I think for all but high-end clustered databases, it can give Oracle a run for its money, but for now Oracle has carved itself out a nice niche being a premiere database player, along with IBM's DB2.
Re: (Score:2)
... but for now Oracle has carved itself out a nice niche being a premiere database player, along with IBM's DB2.
Oracle's problem, though, is that they are being driven upmarket by their lower cost competitors. This is is the same dynamic that led to PCs destroying the minicomputer industry and started to threaten Intel, until they (wisely) realized that they couldn't abandon the low-margin part of their business. Clayton Christensen [claytonchristensen.com] wrote a pretty good book about this; here's [amazon.com] a very good talk [itconversations.com] by him.
The question is, how must faster are the low-cost DBs (MySQL, Postgres, MSSQL, etc.) improving with respect to cus
Smokin' The Herb... (Score:4, Insightful)
I like Postgres and MySQL as much as the next guy, they both have a lot going for them, but come on. Are they really as solid as Oracle for "mission critical" 100% up-time applications? I think they have the potential to reach that point, but maybe not yet there.
Re:Smokin' The Herb... (Score:4, Insightful)
Re: (Score:2)
Re: (Score:2)
Sony OE Did It... (Score:1)
EnterpriseDB goes mission critical at Sony Online Entertainment
By Jack Loftus, News Writer
Sony Online Entertainment Inc. (SOE), the online games giant responsible for popular games like Everquest 2 and Star Wars Galaxies, will migrate to open source EnterpriseDB Advanced Server 8.1.
[...] "There is certainly demand picking up for open source databases, and we are going to be seeing more and more of these larger companies adopting an open source database strategy," Yuhanna said. "With Sony -- it was dealing w
Re: (Score:2)
Re: (Score:2)
Yes.
Re: (Score:2)
That is fine, and there is an easy way to avoid the trap - develop for your database using a high-quality ORM (Object-Relational Mapping) tool that abstracts away the database differences. Hibernate is popular, or I
Re:Red Hat must not be an Oracle shop. (Score:4, Interesting)
Or hopefully they'll migrate instead their existing Oracle installations to MySQL or PostgreSQL or anything that is free software.
Re:Red Hat must not be an Oracle shop. (Score:5, Insightful)
I can only speak to the situation at the company I've been with for the last eight years. We're pretty big, and have some large data requirements. There is absolutely zero chance that we will move away from Oracle in the next ten years (at least). The cost to licence, administer, and maintain our Oracle databases is trivial next to the cost of moving.
Other "Oracle shops" where professional acquaintances of mine are working are in a similar situation. The cost to move is MUCH larger than the cost to stay, and Oracle works extremely well.
For us, specifically, PostgreSQL and MySQL are not nearly powerful enough anyway. We really do need the beast.
I keep hearing that "move to an open source product" mantra about databases, but as near as I can tell it only makes sense for relatively trivial, simple systems to do so. It's not that more complex systems can't be built on the open source product - it's that once you're already running, there has to be a very serious gain to be had in switching.
Re: (Score:1)
For us, specifically, PostgreSQL and MySQL are not nearly powerful enough anyway. We really do need the beast.
That's because the software in your company is poorly designed. Don't shoot me yet, please read on. All software I've seen, including the ones I work/worked on, are poorly designed. Ideally, every software should be implemented in a way to make such changes, if not trivial, at least possible, regarding time and cost constraints.
The problem is that what we learn in academia is not what we face in every day software development, when we are employed by companies. Companie
Re: (Score:2)
I have read on, as requested.
We have large databases running on clusters, with backup database clusters located in separated datacentres. They're running half-mast as hot standbys, continuously being synched, with
We are an industrial company with data streaming in from over 8000 miles of equipment. Anything that stops our systems costs us huge amounts of money, and puts us in regulatory danger, so we
Re: (Score:2)
Ideally, every software should be implemented in a way to make such changes, if not trivial, at least possible, regarding time and cost constraints.
Nice in theory, but it inherently either prohibits any company from implementing software that does $TASK better than anyone else, because they are constrained by having to retain compatibility with all the software that doesn't do $TASK very well, if at all, or it ignores the possibility of any $TASK that isn't designed and specified by a committee.
Or, to pu
Even in academia (Score:2)
Probably not... (Score:5, Insightful)
Do your applications support MySQL or PostgreSQL? If not too bad.
Do you want to re-write your applications for MySQL or PostgreSQL?
It really isn't as simple as just migrating. To be honest MySQL and PostgreSQL are not as good as Oracle for very large databases that require high availability.
The can probably do about 90% of what Oracle can do but some places need that extra 10%.
Re: (Score:2)
The can probably do about 90% of what Oracle can do but some places need that extra 10%
This is rather vague. Specifically, what do you require in your application that PostgreSQL does not offer?
Re: (Score:2)
From what I have seen PostgreSQL doesn't handle high availability clustering as well as Oracle.
The real issue is what is the Path of least resistance. If your in an Oracle shop and you have a lot of experience in Oracle and a lot of applications that run on Oracle then the Path of least resistance will be to change distributions to one that Oracle supports instead of porting your code to a new database.
In
With SAP R/3, use MaxDB. (Score:2)
Larry, that was a mistake.
Problem? (Score:2)
Not a lawyer, not even a pompous Slashdot-Talk-Like-A-Yale-Grad-But-Have-No-Real-Cl ue-Lawyer... But... Are there anti-trust issues with this idea of Oracle only on Oracle Linux?
Re:Problem? (Score:5, Insightful)
Are there anti-trust issues with SQL Server only on Windows Server?
Re: (Score:2)
It's not quite the same situation. SQL Server has never ran on any other platform. Currently, Oracal does run on a variety of platforms.
Re: (Score:3, Interesting)
But even if you consider the remote possibility that Oracle might shut off every other platform, even then, you still wouldn't have anti-trust issues. Oracle has nothing near a monopoly in relational database management software. And nothing prevents Microsoft
Re: (Score:3, Insightful)
Re:Red Hat must not be an Oracle shop. (Score:4, Insightful)
Oracle's typical answer is that Oracle will only be supported by platforms blessed by Oracle.
Unlikely. Ellison is a blustering motormouth, but he isn't stupid. He wanted to put pressure on Red Hat because they were pressuring him -- hence the whole support for Red Hat drama. Oracle won't be going Oracle-platform-only anytime soon.
Re: (Score:1)
Will Oracle continue to support customers that are using Oracle products on Red Hat RHEL, Novell SLES, and Asianux?,
Yes. Oracle is fully committed to all of its customers that have deployed or will deploy Oracle products on other Linux distributions that are currently supported, including Red Hat, Novell and Asianux. We will continue to certify and offer support for Oracle
Re: (Score:2)
Re:Red Hat must not be an Oracle shop. (Score:4, Insightful)
Re: (Score:2)
And certainly not for the cost per CPU that Oracal will want to charge them for Unbreakable Linux...
Re: (Score:2)
So "other distributions of Linux" seems to contradict your conclusion that "Not running on Unbreakable Linux? You won't get support.
Oracle *hopes* strong competition is overlooked (Score:2)
they will likely migrate their existing SuSE and Red Hat installations to Unbreakable Linux.
Perhaps Oracle customers faced with this sour ultimatum might find it attractive to keep their current platform and try MySQL (more flexible, faster, lower costs [mysql.com]) or Greenplum (100x as fast as Oracle [greenplum.com]) instead...
Things don't always pan out for the faltering Emperor.
Re: (Score:2)
35 Cds required for installation, apps only run efficiently on 8-core CPU with 16 GB of memory and 2 TB of disk space. All GNU utils ported to SQL stored procedures.
>> Microsoft enters Linux - "nothing to worry about".
The only Linux ever devised that is rootable on port 135 out of the box. Daily patches. And it has Dell PERC-2 support!
OTOH, RedHat ES is more expensive than Solaris (and a lot fo other OSes.)
In related news... (Score:1, Flamebait)
British Prime Minister Neville Chamberlin dismisses threat of Adolph Hitler to European political stability. "He's just some misunderstood painter," the PM was quoted as saying.
Facts, sometimes do not matter (Score:3, Interesting)
While Microsoft's recent interoperability and patent peace deal with Novell Inc might indeed be a "non-event", and Linux users might not be at any risk of a Microsoft lawsuit, these "facts" do not always matter.
What matters is the perception these ramblings create. Do we remember the FUD about Linux Microsoft used to tout in early 2001? It seemed to work. All over a sudden, PHBs feared this Linux phenomenon and some [Linux] deals failed not because of facts but because of this FUD.
There was another piece of FUD when it came to support. Ballmer used to say, "Who do you run to when you need support on Linux? Do you run to RedHat, Novell, the guys at OSDL, IBM? It was all FUD but achieved some success at dissuading folks from using Linux.
The other untruth was one on installation. While software on some Linux distros can be a pain to install, other distros like Freespire, Linspire and Xandros are so easy to have software installed on. But what you hear is the same rant that software on Linux is difficult to manage.
The last untruth:
A good number of people I have spoken to seem to think that Linux, is that particular distro they are experimenting with. So when things do not work out, "Linux" is labeled as a non starter! I can confirm that I know Linux distros that will work out of the box o hardware that Microsoft's Windows has trouble even recognizing.
These Aren't Untruths (Score:2)
Re: (Score:2)
And BTW using Linux isn't "navigating that minefield" and only a pro-Microsoft FUDSTER would suggest that it is.
Nice try.
Interesting viewpoint (Score:2)
You missed the point completely. I'm guessing you were more interested in labelling me pro-Microsoft than in thinking too hard about the points raised.
Since the original post contained
I stand by my assessment (Score:2)
Yep, what you said about "navigating that minefield" is pretty obviously intended to imply the use of Linux. On the off chance that I was wrong about you being a pro-Microsoft fudds
Sigh... (Score:2)
And if you've read my past postings and somehow come to the conclusion that I'm pro-Microsoft, I'll just assume you used the same deductive reasoning that led you to misunderstand me this time.
Re: (Score:2)
Reading comprehension score: 0/100
Microsoft and Patents (Score:5, Informative)
'Would you sue your own customers? I wouldn't and I don't believe Microsoft will ever do it,"...
I think he is giving Microsoft too much credit, like any other large corporation that is facing struggling sales (cough,RIAA,cough), Microsoft has proven they will do *anything* they can to get a sale (including threatening their own customers).
For those paying attention, the clues are all around that Microsoft has in fact already played their patent card with some companies. Anyone thinking of deploying a large (1000+) installation using Samba instead of a Windows server will probably get a call/letter from a MS lawyer (once they get wind of it) stating that if you proceed you will be in violation of several Microsoft patents - even though they won't say what patents are involved!
Those of you who are not quite paying attention, just check out the interview with Stallman, Allison and Waugh at http://questionsplease.org/ [questionsplease.org].
Re: (Score:2)
In what alternate reality is Microsoft struggling for sales? It sure as heck doesn't look like this reality: MSFT: Key Statistics [yahoo.com]
Re: (Score:3, Insightful)
Re: (Score:2)
In that reality of everday commerce where investors insist on increasing growth. From the linky, both revenue and earnings are a bit over 10%. Sounds fine, right? Newspapers consistently do about the same (going back as far as you want), but their investors are screaming for cost-cutting, and the general public thinks they're all in the toilet and about to go out of business.
If
Re: (Score:2)
That is an 11% growth in Microsoft earnings over the last quarter.
""Contrary to popular belief, newspapers aren't dying. Newspapers are making tons of money." Extra: Newspapers Aren't Dead [time.com] The magazine has a gra
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Now, if on the other hand you develop a new camera and use flash memory formatted with FAT and using filenames longer than 8 characters with a 3 character extension, well then you'd have to be loony because they'll be all over you for crazy stuff like that.
I would sue my own customers - if there was cause (Score:2)
I'm a bit surprised at the reaction because, I would think that there are high-level consultants on
Don't know what they're doing? (Score:4, Funny)
Well, duh. (Score:2)
Re: (Score:2)
Actually i think all the points he made in respect to Oracle's Linux were valid and in the long term will turn out to be true. There is a reason that RedHat is still a big name in Linux after all these years - they put alot of work and money into adding value to the open source communities base software offerings in the form of well patched and configured set of releases and a structured release/development cycle. This in concert with their support package makes them a tough act to beat overall for business
What else is he going to say (Score:2)
Re: (Score:2)
it's his job to present a brave face and reassuring words for stockholders, isn't it?
And it's Steve Ballmer's job to let people beleive Red Hat will be out of business by 2010. And I see no reason to trust Steve Ballmer more than him. And it's not like it's the first time Steve Ballmer is spreading FUD
Whatever will happens, we'll see, but I see no reason to be afraid of what will happen to Red Hat now.
Protecting the Family Jewels (Score:2)
Oracle and maybe microsoft/suse in particular gives their high-value customers something to spend their money on with their distro. Microsoft and Oracle can't pull the litigation trigger right now because it threatens an extremely valuable/profitable Service segment. For right now, it's about keeping their customers happy and keeping those service contracts going.
Some UNlikely litigation targets:
filesystem patents
Mono
Identity
Re: (Score:2)
Red Hat (Score:2)
Microsoft wouldn't sue? (Score:1)
Holy @$%$ (Score:2)
paranoid /.'s (Score:2, Interesting)
Now Enterprise Linux is cheaper -> GOOD, Linux market gets bigger. IMO RHEL costs too damn much anyway.
Unbreakable Linux becomes the standard linux -> GOOD, I am sick of trying to figure out how creative vendor X is in trying to hide a file from me.
On the other hand, if Red Hat goes under, Linux will loose a huge contributer, but I don't think it will be fatal.
I also doubt that Oracle would be stupid enough to limit support for their DB to Unbreakab
Re: (Score:2)
I also doubt that Oracle would be stupid enough to limit support for their DB to Unbreakable linux. Their DB is their bread and butter, if they drop support for any OS that they curently support (say RHEL), there will be customer attrition. Why would they want to do loose Database customers for the sake of a product (Unbreakable Linux) that they will not make as much money on?
For Oracle customers, the only point of interest is Oracle. It doesn't matter if it's running on Linux, Solaris, Windows or a room
Re: (Score:1)
Those few customers will consider other options. A fraction of those will migrate - why would Oracle want to loose any Database customers for a product that they don't even own - it doesn't make sense to me.
There is also the infrastructure issue. Most corporations are standardized (or trying to standardize) on a single OS wether it be Windows, Solaris, SUSE linux or RHEL. A PHB might decide that it is cheaper to migra
VMWare (Score:1)
Is This Possible now? (Score:2)
Now Oracle have far far bigger pockets than RedHat and could probably resist the Microsfot onslaught until a just verdict was reached in court whereas on its own RH would probably go under due to litigation costs.
Or, is there some twist in the US Legal System that would allow M$ to sue
Re: (Score:1)
Austria-Hungary vs. Serbia (Score:2)
Parallels? (Score:1)