European Commission Approves Oracle-Sun Merger
rubycodez writes "The anti-trust body of the EU, the European Commission, has approved Oracle's acquisition of Sun Microsystems, believing competition would be preserved. It saw PostgreSQL as a viable independent alternative to MySQL and that market access to Java would not be restricted. Uncertainty about Sun's future has cost over a billion dollars in lost sales in the past year."
GlassFish competes directly with Oracle AS, and Weblogic (which Oracle acquired through BEA's acquisition a while back).
NetBeans competes directly with Oracle's JDeveloper.
I wonder if Oracle will keep these tools around. Personally, I think Oracle would be a fool not to. The NetBeans/GlassFish combo is by far the most productive way to develop server side Java Applications.
Expert Java EE Consulting
Oracle is sure to kill or marginalize MySQL. Rest in peace my old friend.
I don't know about that. If I was running Oracle, I would do three things: gradually modify MySQL to make it easier to transition from MySQL to Oracle, market MySQL heavily as a lightweight, easy databse for companies and organizations that can't justify the cost of Oracle for their database needs, develop and market a for pay support structure for MySQL that easily transitions to Oracle if the database gets big and complicated enough to justify the transition (and train the support staff to not transition anybody until they really got significant benefit from the transition.
The truth is that all men having power ought to be mistrusted. James Madison
Okay.
Oracle CEO Larry Ellison claims the European Commission’s prolonged investigation of Oracle’s proposed acquisition of Sun, which isn’t expected to finish much before the agency’s mid-January deadline, is costing Sun $100 million a month in revenues and a weakened revenue stream will impact how many employees Sun gets to keep if and when the acquisition is approved.
And this isn't the only citation you can find.
I know that many MySQL folks are antsy about this, but let's face it, this was the best hope for Solaris & related technologies.
Being swallowed by IBM, I believe, would have led to the swift death of many SUN technologies / divisions. I'm firmly of the opinion
that IBM's major interest was in acquiring and converting SUN's existing enterprise userbase.
Of course, they got a good chunk of that practically for free by the EU's foot-dragging.
I imagine SUN / Oracle have no recourse?
Pain is merely failure leaving the body
I doubt Oracle is going to kill or even hamper MySQL. If anything, they will make an Oracle upgrade path that fits like a glove. While MySQL takes away some of Oracle's business, there are things out that that just doesn't need Oracle and companies that just can't afford Oracle DB. It is in Oracle's best interest to empower MySQL so that people don't switch from MySQL to PostgreSQL or other free alternatives. I mean, if I'm Oracle. I want users under my umbrella even if they aren't using my flagship product. If they ever outgrow MySQL, I would (if I were Oracle) want them to look stay with me and upgrade to Oracle DB rather than look else where.
This is a huge boon for PostgreSQL though as several people will migrate away because of this. I used to use PostgreSQL a lot. The only reason I stopped was once InnoDB really stepped up it did what I needed, and MySQL is just easier to use.
The primary hangup with the EU was the MySQL issue. Oracle didn't hold up 1 Billion dollars in sales with Sun by not giving up MySQL so they could kill MySQL. Releasing or breaking off MySQL would likely have removed all the barriers imposed by the EU and they could have moved along with their lives. They have an interest in MySQL, the question is what.
Why should Oracle change anything? MySQL is doing well. It'd be better not to rock the boat and just sell loads of support for it rather than scare away people that likely won't ever go for Oracle and kill MySQL.
He's already making noise about trying to slow down the approval process in China and Russia. If he wanted to continue to have any control over his baby, he shouldn't have cashed out. Anyone who has the urge to feel sorry for Monty in any of this should remember just how much money he got for selling MySQL in the first place.
Well, not necessarily. MySQL has two parts, the front end and the storage engine. The storage engine is pluggable, and the front end is where all of the weirdness lives. Now that Oracle owns the copyright on MySQL, they are not bound by the GPL when modifying or distributing it, so they can create a MySQL personality for Oracle that will use its native storage (and maybe query optimisation engine in some cases) on the back end. The MySQL client would still think it was talking to a MySQL database, but would really be talking to Oracle via a translation layer.
I am TheRaven on Soylent News
maybe eu approved the deal because they got annoyed by monty
Rich
Because 4GB database size, 1 processor and 1GB ram is more than enough for 99.9% of private websites, blogs, myspace wannabees and stuff hosted on Dreamhost et al. Basically the majority of what MySQL is being used for at the moment.
The big deal with NetBeans is that it's an all-in-one package - you get it and JDK, and you're all set to go for any kind of Java development you can possibly think of - be it a desktop Swing application, a J2EE web app, a midlet, or whatever. In that, it's rather similar to Visual Studio.
With Eclipse, you don't even get a decent visual UI editor out of the box. Of course, you can find Eclipse plugins to do everything NetBeans can do, but that's precisely the point - you have to find them first, occasionally you have to pay for the good ones, too, and quite often you have to decide which one out of N options you want to use (just look at the list of available UI editors...). With NetBeans, the choice has been made for you, so you can just use it in blissful ignorance. This is particularly helpful for beginner programmers, since they can just take NetBeans and not worry about anything else.
In short, Eclipse is like Debian, while NetBeans is like SUSE. These are different niches, and both are good to have.