Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Businesses Databases Oracle Sun Microsystems

Oracle Responds To MySQL Purchase Concerns 156

Luke has no name writes "Yesterday we discussed MySQL founder Monty Widenius's objections to the acquisition of MySQL by Oracle. Today, Oracle released a statement to address some of these issues. Among their commitments, Oracle says they intend to continue releasing MySQL under the GPL, allow vendors to produce 'any-license' third-party engines, maintain the Reference Manual, invest millions into the product, and create a 'customer advisory board.' The pledges are still not enough for some, however."
This discussion has been archived. No new comments can be posted.

Oracle Responds To MySQL Purchase Concerns

Comments Filter:
  • by rahvin112 ( 446269 ) on Monday December 14, 2009 @03:35PM (#30434470)

    The original founders of MySQL are using the merger talks in the EU along with SAP and Microsoft to harm competition. The founders goal is to have the code licensed under the BSD so they can take the code they develop private. Monty and Florian have NEVER been friends of the GPL. Don't believe a word they say.

  • by Bruce Perens ( 3872 ) * <bruce@perens.com> on Monday December 14, 2009 @03:37PM (#30434492) Homepage Journal

    Monty has been paid somewhere north of 100 Million dollars in the MySQL purchase by Sun. Now, having been paid, Monty wants MySQL back for his business - without returning the money. And Monty has no problem with FUD-ing the GPL to get what he wants, even if the GPL provided half of the business method (dual-licensing) that made him rich.

    Now, having been paid, I would think that an ethical position for Monty would be to allow MySQL's new owners to have what they paid for.

    We can all use MySQL with no problem whatsoever under the GPL. With proprietary clients and Free clients, with no problem. An application across the network interface from the server, speaking a published and standard protocol, is not a derivative work. The GPL wouldn't apply to such an application. There is a GPL-ed client library that has to be replaced with a non-GPL version, but that version has existed for a decade.

    Monty is free to do his business with the GPL version if he wishes. But it seems he wants to have his cake and eat it.

    Bruce

  • by geoffrobinson ( 109879 ) on Monday December 14, 2009 @03:37PM (#30434494) Homepage

    no kidding. If you are unreasonable enough or you have absolutely no trust in Oracle, nothing will get rid of your concerns.

    The source code being under the GPL currently so you could fork it if needed (what the GPL was intended for in the first place) isn't enough for some people.

  • Re:Fork? (Score:5, Interesting)

    by Col. Klink (retired) ( 11632 ) on Monday December 14, 2009 @03:48PM (#30434596)

    Anyone can fork at anytime. The problem for Monty is that his fork would have to stay in the GPL. He isn't concerned that Oracle will stop maintaining MySQL or stop releasing it under the GPL. It's not Oracle that wants to close the source on MySQL, that's what Monty wants to do for himself. The problem is, he already sold the copyright and now only has access to the GPLed version.

  • Re:Makes sense (Score:4, Interesting)

    by Penguinisto ( 415985 ) on Monday December 14, 2009 @03:50PM (#30434620) Journal

    Not really seeing it... I mean, they already have (fairly) low-end versions of Oracle already out there (starting with "Express"), which are basically stripped versions of the high-end products.

    What would they gain from replacing those with a product based on a fairly incompatible and radically different codebase? You're supposed to up-sell customers, which MySQL likely won't do very well.

  • by CodeBuster ( 516420 ) on Monday December 14, 2009 @03:51PM (#30434630)
    It appears that Oracle has now made some public promises with regard to MySQL so couldn't we return the favor and give them some time and see how it goes before allowing the GPL "true believers" tar and feather them? If any company that touches a GPL product gets burnt, no matter what their intentions, then doesn't that ultimately hurt rather than help the cause of free software?
  • by dikdik ( 1696426 ) on Monday December 14, 2009 @03:53PM (#30434658)
    This is all about the EU blocking Oracle's acquisition of Sun. They are trolling for testimonials about how the Sun acquisition would force people to buy Oracle DB, which is almost certainly would not:

    http://www.moneycontrol.com/news/ibu_index.php?storyid=832 [moneycontrol.com]

    Look at Berkeley DB (on which OpenLDAP uttely depends.) It's now "Oracle Berkeley DB". I don't see any monkey business with that arrangement (although the OpenLDAP people are probably working on ditching BDB just as due diligence.)

  • by F452 ( 97091 ) on Monday December 14, 2009 @03:57PM (#30434700)

    The SFLC's Eben Moglen is okay with Oracle taking on MySQL:

    http://emoglen.law.columbia.edu/blog/cases/oracle-sun/ec-hearing-and-after.html?seemore=y [columbia.edu]

    Among other interesting analysis:

    "In fact, I think they're wrong. I don't think the GPL is a bad economic fit for MySQL. I believe that Oracle sees clearly the nature of its business interests. It knows that MySQL is much, much more valuable to it alive than dead. In fact, Oracle has almost as much reason to improve MySQL as it has to improve its flagship product. For a small firm, like MySQL AB, dual-licensing revenue was the only efficient revenue source with which to develop the product. But for Oracle, service revenue is much more significant than dual-licensing royalties. As all parties who have spoken about the merger agree, regardless of which side they are on, enterprises that use Oracle are very likely to use MySQL also, because MySQL is the world leader in number of installs. Which means that companies that pay Oracle to service Oracle are very likely to pay Oracle to service MySQL as well, if Oracle is not only servicing MySQL but acting as primary funder and participant in a flourishing MySQL ecology. Even if Oracle were only willing to invest in MySQL the extent of its ability to increase the MySQL service business, Oracle would be the best thing that ever ichappened to MySQL. In fact, Oracle has an immense incentive to invest far more in MySQL than the extent of its increased winnings in the MySQL service market. MySQL driven technologically and economically by Oracle will be a price-zero full-GPL missile aimed at Microsoft SQL Server. "

  • by Bruce Perens ( 3872 ) * <bruce@perens.com> on Monday December 14, 2009 @03:59PM (#30434714) Homepage Journal
    Because it works with so much software. Next to that, ANSI 92 isn't important. It makes sense that Open Source could trump an Open Standard.
  • Re:Makes sense (Score:4, Interesting)

    by rutledjw ( 447990 ) on Monday December 14, 2009 @04:27PM (#30435050) Homepage

    And as for the founder's (and the founder's buddy referenced in the article) concerns about the future of the product then he shouldn't have sold the damn thing. So sorry, you sold your rights to it. Fork it and start over if you really care that much.

    This is an interesting point. It IS open source and can be forked. How much work in improving the DB occurs within Sun (and soon Oracle) presently? Aside from ignoring new features which are introduced to the open source version, how much damage will ignoring the code base really cause?

    I would assume (possibly dangerous) that most MySQL users are savvy enough to use a different flavor of the MySQL code base if the one they're currently on gets stale. I don't see Oracle introducing iterative improvements for MySQL and certainly little or nothing which will be under an open license. I CAN see them layering other features on top which don't become a part of the code base. Not sure why they would pursue such a path unless they want to poke at SQL Server some...

  • by interval1066 ( 668936 ) on Monday December 14, 2009 @04:33PM (#30435132) Journal
    Exactly correct, in my opinion. A number of LAMP set-ups diverge from the M in LAMP because they offer Postgresql (LAPP?) as an alternative to MySQL and I'm sure most of the admins speed right on by the psql option simply because they aren't familiar with it option, which is a shame really as I think psql is the superior one.
  • by cyphercell ( 843398 ) on Monday December 14, 2009 @04:42PM (#30435212) Homepage Journal

    I agree, but it's not just an ethical position, but a pragmatic one also, if he expects to sell much software in the future or have any influence on MySQL's current direction.

    It seems he is refusing to take responsibility for his own actions.

  • Re:Makes sense (Score:5, Interesting)

    by Locke2005 ( 849178 ) on Monday December 14, 2009 @04:45PM (#30435240)
    It's not just like Nissan/Infity. Expensive cars cost more to build. The marginal cost for software is damn near zero. Oracle could easily go after the low-end market by offering a crippled version of the Oracle database. The only reason they have to buy MySQL is to kill it as a competitor because it is cutting into their sales. They certainly aren't going to incorporate any MySQL technology into their bread-and-butter product line.
  • Re:Fork? (Score:3, Interesting)

    by FlyingGuy ( 989135 ) <.flyingguy. .at. .gmail.com.> on Monday December 14, 2009 @04:46PM (#30435246)

    You may or may not trust Larry and Co. and that of course is your right.

    But I gotta say, I don't see ANYTHING in MySQL worth folding into the Oracle Database.

    When it comes to pure DB power I have yet to see anything that even comes close to Oracle.

    Yes Oracle is not cheap but let me give you a little story on that.

    I hade a particularly nasty problem a couple of years back and the client I was working was fully licensed and thus had support, so I picked up the phone and opened an incident and was on with an engineer within about 5 minutes.

    As we were working the problem she let me know it was time for her to go home and that she would be taking a few moments to brief the next engineer before handing me off. Now this was around 7pm Pacific time and she was in Colorado. She handed me off to another tech in Hawaii or someplace like that and we continued working the problem. As we worked the problem I was curious and asked how long they would stay on the line? This tech said, well as long as you are willing to be on site we will just keep transferring you as the time zones and shifts change around the world.

    When you have a mission critical DB that is the kind of support you want, you don't want to post to a forum, you don't want to send an e-mail, you want someone on the phone, now, that knows what the hell they are doing. So yes Oracle costs a few bucks, but when you really look at the price you pay -v- the service you get and the incredibly stable and incredibly powerful DB you get, it is really not that expensive in the grand scheme of things.

  • Re:well (Score:3, Interesting)

    by jimicus ( 737525 ) on Monday December 14, 2009 @06:06PM (#30436224)

    The problem is that Oracle is at least twenty years ahead of all of their competitors in database technology. Oracle 7, ca 1991, has a better overall implementation than the latest and greatest from IBM, Microsoft, PostgreSQL, MySQL, and so on. I mean MySQL is barely out of the 'toy' stage (special purpose applications excluded). In the intervening two decades Oracle has widened the gap. That means for a certain classes of OLTP applications, people tend to think you are suicidal if you recommend anything else.

    The only way to minimize this problem is to bring (open source) databases closer to parity, even with where Oracle was twenty years ago. PostgreSQL is the only one that comes close in the open source world. MySQL started out with so many bizarre design decisions and gratuitous incompatibilities, that I wonder if it will *ever* come close, at least not without losing backward compatibility in a big way.

    Do you know, I'm nearly sure I read something very similar only a couple of days ago [slashdot.org].

    Except it wasn't you saying it.

    This leaves to my mind a few possibilities:

    • You're one person with two (or more) logins.
    • You copied and pasted this from somewhere else.
    • You are using some sort of advanced telepathy which allows you to say the exact same thing down to the letter.

    Do you mind if I ask which it is?

  • by ThePhilips ( 752041 ) on Monday December 14, 2009 @07:15PM (#30437062) Homepage Journal

    That is nothing new. The problem is that Monty now found himself on the other side of fence and he is faced with the same choice as MySQL AB customers were in past: get a free GPLed MySQL fork or buy a license for a commercial MySQL variant.

    GPL played the evil trick that you can't link commercial applications against libmysql*. IOW, to develop proprietary closed-source MySQL based product, you have to buy a license for the commercial fork of MySQL. And that is to my understanding the matter of his objection. And it is a rather valid objection, since Oracle now has a way to kill completely (not only Monty but) whole commercial infrastructure surrounding MySQL .

    On one side I'm sadistically happy that Monty himself got the taste of it. On another side I also recognize that building something like MySQL completely open source might have been impossible and some revenue stream is much required. (Even much touted PostgreSQL, thanks to BSD license, has quite a number of proprietary applications around it.)

  • Re:Makes sense (Score:3, Interesting)

    by Locke2005 ( 849178 ) on Monday December 14, 2009 @07:52PM (#30437532)
    Ever thought that's probably because the codebases are incompatible, and not for any nefarious reasons? I never said it was for nefarious reasons. Oracle has spent years paying top dollar to some very bright engineers to optimize it's database core. There would be very little improvement they could make by copying MySQL. I don't have any problem with Oracle's technology; their engineers are top notch. Unfortunately, their sales and marketing people are scumbags. (I should know, I used to work for the Oracle Marketing department, whose members apparently had no problem with billing customers for work that was never done in order to meet their numbers and pull in $40K quarterly bonuses. They apparently also got to keep those bonuses when the revenues were later rolled back.) The fact that Monty is being an asshole doesn't lessen the fact that Oracle was also founded by a major league asshole. Oracle can be trusted only to take advantage of every opportunity they have to screw their customers out of more money.
  • by tomhudson ( 43916 ) <barbara,hudson&barbara-hudson,com> on Monday December 14, 2009 @11:06PM (#30439736) Journal

    I think Oracle bought Sun for Java [slashdot.org], and that everything else was bonus material.

    Oracle uses Java, their customers use Java, it's all over the place ... a chance to keep it out of competitors' hands is a bonus, but the real reason would be to be able to exercise more control over the direction the language takes.

  • Re:well (Score:3, Interesting)

    by butlerm ( 3112 ) on Monday December 14, 2009 @11:47PM (#30440044)

    I am the author of the original comment, and haven't the slightest idea why the poster here pretended that he was, and posted it again. That's just weird.

Scientists will study your brain to learn more about your distant cousin, Man.

Working...