Slashdot Mirror


Oracle Buys Sun

bruunb writes "Oracle Corporation (NASDAQ: ORCL) and Sun Microsystems (NASDAQ: JAVA) announced today they have entered into a definitive agreement under which Oracle will acquire Sun common stock for $9.50 per share in cash. The transaction is valued at approximately $7.4 billion, or $5.6 billion net of Sun's cash and debt. 'We expect this acquisition to be accretive to Oracle's earnings by at least 15 cents on a non-GAAP basis in the first full year after closing. We estimate that the acquired business will contribute over $1.5 billion to Oracle's non-GAAP operating profit in the first year, increasing to over $2 billion in the second year. This would make the Sun acquisition more profitable in per share contribution in the first year than we had planned for the acquisitions of BEA, PeopleSoft and Siebel combined,' said Oracle President Safra Catz."

906 comments

  1. What about MySQL? by kaffiene · · Score: 5, Interesting

    Well well well. I can see this working well for Oracle - they use Java a great deal... and it should be good news for Sun's open source projects like Netbeans - which would, I think, be maintained under Oracle.

    I guess it's a little sad to see Sun unable to continue by themselves, but the writing was on the wall and I think Oracle will keep all the Sun products working, but of course the big question is what does this mean for MySQL?

    1. Re:What about MySQL? by Tei · · Score: 0, Redundant

      Netbeans is much faster and elegant than JDev.
      Netbeans is much like another Eclipse, maybe better...
      Eclipse is open-source.

      --

      -Woof woof woof!

    2. Re:What about MySQL? by Kr0m · · Score: 2, Interesting

      Worse! What happens to development of Solaris!? Will it be downgraded to a minimal UNIX for an Oracle appliance?

      --
      wake up in the morning... mount coffee/ /etc/init.d/brain start
    3. Re:What about MySQL? by ByOhTek · · Score: 5, Interesting

      Oracle already has Linux (a re-branded RHEL) for it's *NIX platform.

      My guess is they'll relegate either their Linux, or Solaris to the back (either way, I wouldn't be surprised if Solaris went completely open source, no non-open-source Solaris).

      Since Oracle likes primarily using "their own thing", my guess is they'll move to Solaris, and their Linux distro will take a bow, since it's based off of someone elses work, that they've not yet acquired.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    4. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Maybe my dreams to see mysql erased from earth will come to true...

    5. Re:What about MySQL? by rackserverdeals · · Score: 4, Insightful

      There was a time when Oracle was considering Netbeans, but Oracle joined the Eclipse Foundation.

      I don't think JDeveloper is based on Eclipse though.

      Might be interesting to see what happens. I think Netbeans will live on. Too many of sun's products rely on it.

      What I'm more concerned with is the amount of contributions to PostgreSQL.

      I still feel had they put more money/time into postgresql instead of buying MySQL, they wouldn't need to be bought.

      --
      Dual Opteron < $600
    6. Re:What about MySQL? by SanityInAnarchy · · Score: 1

      what does this mean for MySQL?

      Probably the same thing it means for OpenOffice. Or Java.

      I don't know what that is, though...

      --
      Don't thank God, thank a doctor!
    7. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Good? Why? Oracle is even more closed up than Sun.

      Only thing I can say with confidence that they will keep open is OpenSolaris because that lets more people run their ridiculously priced database software.

    8. Re:What about MySQL? by srinivas_rc · · Score: 2, Funny

      you mean harddisk(s)? But I got backup :)

      --
      I could change the world, but GOD won't give me the source code :(
    9. Re:What about MySQL? by Anonymous Coward · · Score: 5, Funny

      What the fuck is "netbeans"? Who uses this java nonsense anyway?

    10. Re:What about MySQL? by rackserverdeals · · Score: 4, Insightful

      Eclipse is open-source.

      So is Netbeans.

      --
      Dual Opteron < $600
    11. Re:What about MySQL? by Faulkner39 · · Score: 1

      So does this mean they'll speed up the Netbeans build process by replacing the ant harness by writing to database and using stored procedures?

    12. Re:What about MySQL? by Alain+Williams · · Score: 4, Interesting

      Probably the same thing it means for OpenOffice. Or Java.

      I don't know what that is, though...

      Remember: Larry hates Bill. Bill earns a lot of $$ from MS Office. This may result in more funding for OoO.

    13. Re:What about MySQL? by rackserverdeals · · Score: 5, Informative

      Since Oracle likes primarily using "their own thing", my guess is they'll move to Solaris, and their Linux distro will take a bow, since it's based off of someone elses work, that they've not yet acquired.

      Solaris used to be the primary development environment and when Oracle switched to Linux the developers seemed to miss DTrace.

      In the past, Solaris was the best platform to deploy Oracle on. That may still be true today, even with all the support Oracle has put into Linux. Oracle has kept up with Solaris/Sparc but lagged releases for Solaris/x86. Hopefully that changes now.

      As much as I like Linux, I still prefer Solaris, especially since Solaris 10.

      Sun's hardware works best (faster doesn't mean better) with Solaris, so I can't see Oracle dropping Solaris. I agree that it wouldn't be surprising to see Oracle moving more towards Solaris.

      --
      Dual Opteron < $600
    14. Re:What about MySQL? by TheRaven64 · · Score: 5, Insightful

      I'd expect to see closer integration with their DB. ZFS has some very nice transactional facilities. Oracle on other platforms tends to use its own filesystem drivers, but on Solaris they could use a ZVOL for the underlying transactional model easily and benefit from the lower-level parts of ZFS while using their own code for the data layout. They already ship a Linux distribution for running the DB, but I wouldn't be surprised if they start shipping Solaris instead (they can then tie their code closely to the kernel without having to open source it).

      The most interesting question is what will happen to the UltraSPARC line. On paper, Rock and the T2 look like they'd be a very good match for Oracle's workloads, but since Oracle's license prevents publishing benchmarks and I don't have the hardware and software to hand to test them, I can't tell how they do in the real world. While Sun hardware is relatively expensive, even a top spec T2 box is cheap compared to the software cost of a typical Oracle install and so I wouldn't be surprised if the T3 is tweaked even more heavily for Oracle workloads. Being able to sell a complete vertical solution, with their own CPU, OS, and DB system is probably quite appealing to Oracle.

      --
      I am TheRaven on Soylent News
    15. Re:What about MySQL? by harry666t · · Score: 0, Redundant

      > What the fuck is "netbeans"?

      http://www.google.com/search?q=netbeans

      > Who uses this java nonsense anyway?

      http://www.google.com/search?q=programming%20language%20popularity
      http://www.tiobe.com/content/paperinfo/tpci/index.html

    16. Re:What about MySQL? by Anonymous Coward · · Score: 1, Informative

      Eclipse is open-source.

      So is Netbeans.

      Only in name. Not in practice.

      Sun doesn't accept contributions to Netbeans itself citing that their development pace is too fast. They relegate contributions to plug ins.

    17. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Also, what about btrfs? AFAIK it's being developed mostly by Oracle. I was looking forward to having some of its features on Linux. I hope they don't cancel it now that they have ZFS.

      On the other hand, I *really* don't want them to let go of ZFS and Solaris either. Is continuing development of both too much to hope for?

    18. Re:What about MySQL? by MindKata · · Score: 5, Insightful

      "Since Oracle likes primarily using "their own thing""

      I think this is one of the biggest potential down sides of this deal. Oracle seek to control their products through using "their own thing" ... This product lock in is part of their thinking and so part of their product lifespan planning process. Now that kind of thinking will be applied to everything Sun has given them.

      --
      There are 10 kinds of people in the world... those who understand binary and those who don't.
    19. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Whoosh!

    20. Re:What about MySQL? by schon · · Score: 1

      Maybe my dreams to see mysql erased from earth will come to true

      That's a horrible thing to say.

      If MySQL were to go away, what would you ridicule? :)

    21. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Whoosh whoosh!

    22. Re:What about MySQL? by ByOhTek · · Score: 1

      Lock in? No, there's a difference between "using their own thing" and "lock in".

      So far, from what I can see, Oracle works with a wide variety of platforms in most cases except recently purchased software where lock-in has yet to be removed. That doesn't mean they don't have a mentality of "Ours is best", simply they seem to realize that they get more money if people have the choices available.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    23. Re:What about MySQL? by dns_server · · Score: 1

      oracle does own the innodb engine so they already have some people working on it.

    24. Re:What about MySQL? by slashdot_commentator · · Score: 1

      And who cares? Larry Ellison doesn't run Oracle anymore. (He is a prominent board member, but he doesn't steer the ship.) They may jettison OO if they go to a more web document style system.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    25. Re:What about MySQL? by BlackCreek · · Score: 5, Interesting

      I have many co-workers that use Eclipse everyday, but that never got hold of point of the joke in the name.

      "Eclipse" is when the Sun is blocked/hidden/occulted by something else. It makes IBM's reasons for funding Eclipse dead obvious. Turn one of your competitor's product niche into a commodity.

    26. Re:What about MySQL? by wlt · · Score: 1

      Being able to sell a complete vertical solution, with their own CPU, OS, and DB system is probably quite appealing to Oracle.

      and now, IBM execs are starting to wonder if maybe they shouldn't have walked away

    27. Re:What about MySQL? by slashdot_commentator · · Score: 1

      Hate brain farts. No, Ellison is still the CEO, but he doesn't steer the ship anymore (CBO).

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    28. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Me... quoting your style: "where the fuck were you for last 2 years anyway?". Netbeans is awesome IDE since 6.0, even my friends who develop .NET in VisualStudio confirm that.

    29. Re:What about MySQL? by nielsenj · · Score: 0

      Well well well. I can see this working well for Oracle - they use Java a great deal... and it should be good news for Sun's open source projects like Netbeans - which would, I think, be maintained under Oracle.

      Perhaps we can finally see a Netbeans plugin for Eclipse.

    30. Re:What about MySQL? by Matt+Perry · · Score: 5, Funny

      What the fuck is "netbeans"?

      They are the seeds of the internet. You plant some and sprinkle them with bits. Eventually they grow into a huge series of tubes. How do you think the internet was created? With lots and lots of netbeans.

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    31. Re:What about MySQL? by morgan_greywolf · · Score: 1

      Yup. Larry hates Bill. Hence the money Oracle has dumped into Linux through Red Hat, partnering with Red Hat.

      Therefore, I predict: Solaris won't be going anywhere and neither will OOo, VirtualBox and especially not the big prize here, Java.

    32. Re:What about MySQL? by TheRaven64 · · Score: 1

      You dream about storing MySQL in MySQL? Isn't that a bit too recursive?

      --
      I am TheRaven on Soylent News
    33. Re:What about MySQL? by A.K.A_Magnet · · Score: 3, Funny
    34. Re:What about MySQL? by XDirtypunkX · · Score: 3, Informative

      Just last month Sun confirmed Rock would be out this year. That's not exactly "scrapped".

    35. Re:What about MySQL? by extremescholar · · Score: 5, Funny

      Microsoft SQL server

      --
      Using the Freedom of Speech while I still have it.
    36. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Nonsense.
      The Internet came into existence in 1983.
      Java, 1995.

       

    37. Re:What about MySQL? by linhares · · Score: 4, Insightful

      Netbeans is much faster and elegant than JDev. Netbeans is much like another Eclipse, maybe better...

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures. Try to build a new browser or new *nix kernel and see how many people you project gets. Try to compete with Apache. Try to build a new OpenOffice (though one that had a major corp backing). I expect these IDE's to converge in one way or other to a single winner, and some small hang-on-tight communities fervor's for their champ remaining intact.

      As for MySQL, the Oracle benefactors will say: do not worry, my dear people, we will keep it with true love, and gradually let it become deprecatingly obsolete.

    38. Re:What about MySQL? by Marcus+Green · · Score: 0

      You don't know much about software development do you...

    39. Re:What about MySQL? by SQLGuru · · Score: 5, Informative

      Sun doesn't accept contributions to Netbeans itself citing that their development pace is too fast

      Last time I checked, open source just means that the source is available. There's no requirement that they accept external contributions. If you want to contribute, fork it and go from there.

    40. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Woosh!

    41. Re:What about MySQL? by Mr.+Bad+Example · · Score: 1

      > How do you think the internet was created? With lots and lots of netbeans.

      That would explain the vast fields of corn^H^H^H^H porn.

    42. Re:What about MySQL? by gmuslera · · Score: 1

      Which MySQL? By know MySQL have more flavors than ice cream.

      Some of the versions wil

    43. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Why wait?

    44. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Woosh! Yeah try and figure that one out smart guy!

    45. Re:What about MySQL? by Twisted+Mind · · Score: 2, Informative

      Oracle joined the Eclipse foundation reluctantly and they have, as far as I know, not released an IDE based on Eclipse.

      JDeveloper is more targeted for RAD development or development for software to run on Oracle software (such as JHeadstart) - although JDeveloper is certainly not limited to Oracle software. By the way, JDeveloper is based on a old version of JBuilder (I think it was JBuilder 2)

      I, as many programmers, like Netbeans more then Eclipse, so changes are big Netbeans will get (more) support of Oracle.

      --
      (-% TwistedMind %-)
    46. Re:What about MySQL? by ggeens · · Score: 2, Informative

      I don't think JDeveloper is based on Eclipse though.

      JDeveloper is based on an older version of JBuilder AFAIK.

      --
      WWTTD?
    47. Re:What about MySQL? by LordKazan · · Score: 3, Insightful

      just because someone doesn't know the feature of one language of dubious quality means they don't know anything about software development?

      that's a rather arrogant and stupid assertion. I work with several programmers who wouldn't know the first thing about netbeans (i have heard of them but don't know how to use them as I don't care for Java - i work in C++). These programmers all got their degrees before i was born (im 25) and used to write mainframe code, and have since been transitioned to C++. Sure they might not know some of the more modern concepts (software patterns and antipatterns) by name [they've used factory, singleton, etc without knowing the formal names]: but they wouldn't know about netbeans. Does this make them bad programmers? no they're rather good programmers most of the time, if annoying when you know more about modern computer science than them and have to ask their permission to make a necessary change since you're the "junior developer"

      --
      If you cannot keep politics out of your moderation remove yourself from the Mod Lottery.. NOW!
    48. Re:What about MySQL? by MadChicken · · Score: 2, Insightful

      Your sense of humor, OverflowException()

      --
      SYS 64738 NO CARRIER
    49. Re:What about MySQL? by rackserverdeals · · Score: 2, Interesting

      I, as many programmers, like Netbeans more then Eclipse, so changes are big Netbeans will get (more) support of Oracle.

      I hope so. I've been using Netbeans exclusively since 5.0 or 5.5. I find it to be better/cheaper than using eclipse. Everything I need comes with it and I don't need to buy any commercial plugins.

      --
      Dual Opteron < $600
    50. Re:What about MySQL? by dizzley · · Score: 1

      Is it true that MySql will be rebranded as OURSql?

      The beautiful katamari that is Oracle Corp continues to roll...

    51. Re:What about MySQL? by volsung · · Score: 1

      In fact, Lustre (a distributed filesystem for clusters) will be using the ZVOL layer precisely for this reason in a future release of the OS.

    52. Re:What about MySQL? by MaggieL · · Score: 5, Funny

      I have many co-workers that use Eclipse everyday, but that never got hold of point of the joke in the name.

      The name isn't the only joke about Eclipse.

      --
      -=Maggie Leber=-
    53. Re:What about MySQL? by vlm · · Score: 2, Insightful

      what does this mean for MySQL?

      Probably the same thing it means for OpenOffice. Or Java.

      No, because they have nothing to upsell above java ... Expect mysql to be stabilized, and have all syntax and maybe even docs oracle-ized or oracle-ified. Sort of like "free starter version of Oracle (minus as many useful features as we can get away with)". Expect new features to pretty much be sandbagged. The key is to slow down progress as much as possible without instigating a fork. So, the transition plan to go from the nuevo-mysql to oracle, would be dump the DB on nuevo-mysql and import it on oracle. No syntax changes, no modification of source, no column type issues, etc. Could be pretty cool.

      On the other hand, if they really wanted a "starter demo" version of Oracle, they did not need to buy Sun to do it.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    54. Re:What about MySQL? by rahst12 · · Score: 1

      They ought to spin MySQL off to it's own company again.

    55. Re:What about MySQL? by larry+bagina · · Score: 4, Informative

      IBM already had the database (DB2), the OS (AIX or zOS), and the processor (PPC, zArchitecture).

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    56. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Just last month Sun confirmed Rock would be out this year.

      Out this year, your behind the times mate. He died of AIDS in 1985

    57. Re:What about MySQL? by Chrisq · · Score: 1

      What about BTRFS? Will that continue as the future direction or will they pick up ZFS instead?

    58. Re:What about MySQL? by value_added · · Score: 5, Funny

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures. Try to build a new browser or new *nix kernel and see how many people you project gets. Try to compete with Apache. Try to build a new OpenOffice ...

      So ... does that mean emacs or vi[m] won?

    59. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Howdy.

      What am I missing here?

      MySQL is open source. If Oracle attempts to destroy MySQL, could not, would not, a group of users fork it (perhaps to OurSQL?) and take a different route?

      I could see Oracle attempting to limit the expansion of MySQL capabilities, so that it did not cut too deeply into Oracle sales, but I'd be very surprised if MySQL was a serious threat to their enterprise sales. I've worked with Oracle on some huge corporate databases and I've used MySQL for web-site apps. Both are excellent products, but I wouldn't consider them head-to-head competitors.

    60. Re:What about MySQL? by jbezorg · · Score: 1

      but of course the big question is what does this mean for MySQL?

      I guess that will depend on the contract arrangements Sun had with MySQL. I suspect Oracle will keep it as a entry level / small business solution.

      --
      I've lost all my marbles except one & It's fun to test angular & centripetal acceleration in my skull
    61. Re:What about MySQL? by Xest · · Score: 1

      "I guess it's a little sad to see Sun unable to continue by themselves"

      Indeed, anyone know if Oracle plans to keep the Sun brand or do away with it?

      I have to admit I never used Solaris, although I've used Java extensively. For some reason I've always had a soft spot for Sun, although I can't pin point why. It would be rather sad to see them dissapear entirely into the history books.

      Here's hoping Oracle allow some remnants of the old Sun branding to live on!

    62. Re:What about MySQL? by Anonymous Coward · · Score: 0

      And let's not forget Sun owns (or did own must I say by now) VirtualBox and has a big part in OpenOffice.org.

      So - MySQL, OpenOffice, VirtualBox, Java and NetBeans - that's a whole bunch of stuff that is used by Linux users. I trully hope this is not the end of even a single one of these products. But you know - I have this uneasy feeling about it...

    63. Re:What about MySQL? by Unordained · · Score: 2, Interesting

      I expect these IDE's to converge in one way or other to a single winner, and some small hang-on-tight communities fervor's for their champ remaining intact.

      Is this where we should put our vi/Emacs messages?

      On a more serious note: the idea of a "single winner" had seemed true for a while of MySQL, but I wonder if this (on top of Oracle's previous acquisition of innoDB) might put a dent in that, and give the runner-ups (in terms of popularity) a chance to shine? PostgreSQL and Firebird (and others) have been waiting in MySQL's shadow for a while, quietly and effectively serving their particular markets. Was MySQL's position intrinsic, or the result of mob mentality -- and could a corporate purchase like this one shake that mentality, if that's the case? What other software would that apply to?

    64. Re:What about MySQL? by PenguSven · · Score: 1

      Sort of like "free starter version of Oracle

      So, the transition plan to go from the nuevo-mysql to oracle, would be dump the DB on nuevo-mysql and import it on oracle. No syntax changes, no modification of source, no column type issues, etc. Could be pretty cool.

      Yeah, and then they can go back in time and rename mysql to oraclexe...

      --
      What is...?
    65. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Well, Sun didn't want Linux to have ZFS, but maybe Oracle would. We might see a GPL ZFS soon---though it has some of the same issues as Reiser4 for mainlining, though.

    66. Re:What about MySQL? by mzs · · Score: 1

      I fear this as well, we may be on the verge of seeing Solaris HPUX-ified (think back to all the peculiarities of admining HPUX compared to those in Solaris, ugh).

    67. Re:What about MySQL? by binarylarry · · Score: 5, Funny

      No, it foretells the coming of the one true operating system / text editor:

      VIMACS!

      All hail!

      --
      Mod me down, my New Earth Global Warmingist friends!
    68. Re:What about MySQL? by Anonymous Coward · · Score: 0

      What about Weblogic? JRockit?

    69. Re:What about MySQL? by pohl · · Score: 1

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures. Try to build a new browser or new *nix kernel and see how many people you project gets.

      I'm confused. Does this mean Gecko should bow down to the mighty WebKit, or vice-versa?

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    70. Re:What about MySQL? by Jon+Peterson · · Score: 4, Interesting

      "On paper, Rock and the T2 look like they'd be a very good match for Oracle's workloads, but since Oracle's license prevents publishing benchmarks and I don't have the hardware and software to hand to test them, I can't tell how they do in the real world."

      I do have the hardware and software to hand :-). We moved to T2 architecture (T5240s) at the beginning of the year for Oracle and for a bunch of other apps. In the case of Oracle it does what you expect - scales massively well for large numbers of fast queries (i.e. typical webapp situation), but of course if you have a single huge query, it's going to run on a single execution thread, slowly. A simple performance test showed Oracle scaling linearly until our test *client* ran out of steam - by then we were far about any expected load so didn't test further.

      The key thing is licensing. We run Oracle 10g standard, and it works out very well. Oracle have insane licensing with fine distinctions about when a core counts as a CPU blah blah blah. Right now, with T2 we get 64 parallel execution threads for 1 Oracle CPU license, which works for me :-)

      I'll be interested to see what Rock offers, but with the virtualization capabilities in Solaris, the T2 gives us a lot of room to be flexible and split stuff up. If you've been paying attention for the last 20 years and have designed your software on the principles of atomicity, asynchronicity, and statelessness, it does let you scale very very nicely.

      --
      ----- .sig: file not found
    71. Re:What about MySQL? by MindKata · · Score: 1

      Lock in? No, there's a difference between "using their own thing" and "lock in".

      The only difference is perceived intention. "Using their own thing" achieves the goal of "Lock in" through making it proprietary.

      Its one of the moves Microsoft uses. For example, DirectX ... There is no reason for it to exist these days [*], as OpenGL can in principle do (or be made to do) everything DirectX does. If all companies were 100% behind OpenGL then OpenGL would evolve faster. Microsoft want DirectX as it provides a degree of lock in into Windows. (Its only a degree of lock in, its not total, but its enough).

      ([*] - yes we can argue low level access and later shader support etc.., but ultimately if we had industry wide 100% support of OpenGL then it would get these things faster).

      Perceived intention, is not a difference. Its just how you wish or more to the point, how other companies wish their products and product design goals to be perceived. "using their own thing" and "lock in" are the same thing.

      --
      There are 10 kinds of people in the world... those who understand binary and those who don't.
    72. Re:What about MySQL? by bondjamesbond · · Score: 1, Funny

      ...and maybe OOo will now stand for Oracle Oracle office.

    73. Re:What about MySQL? by rackserverdeals · · Score: 4, Insightful

      Oracle vs DB2, I think most people will choose Oracle unless they're a long time IBM mainframe shop and think their IBM salespeople walk on water.

      Same goes for AIX vs Solaris.

      This is probably why IBM was even considering buying Sun, to keep Oracle from buying it.

      Now you have a great database, OS, server hardware, application servers, middleware, development tools, consulting services, all from a single vendor. It's another IBM, but with products that people prefer.

      --
      Dual Opteron < $600
    74. Re:What about MySQL? by lwsimon · · Score: 1

      Try to compete with Apache? This is being done now, and there is quite a growing following: see Lighttpd

      --
      Learn about Photography Basics.
    75. Re:What about MySQL? by Anonymous Coward · · Score: 0

      With lots and lots of netbeans and love. Tubes need love like everything does.

    76. Re:What about MySQL? by McKing · · Score: 2, Insightful

      btrfs is an attempt to recreate the features of ZFS. If Oracle releases ZFS under the GPL, then I would hope that it would be available as a first class filesystem under Linux as long as the Linux kernel maintainers don't get that "not invented here" syndrome. ZFS is a marvellous filesystem, but a lot of people don't understand it or how revolutionary it is because they haven't tried using it.

      --
      If only "common" sense was actually that common...
    77. Re:What about MySQL? by mikael · · Score: 1

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures.

      That seems to happen with corporate divisions and government departments as well.

      For corporations, a new group may be formed to explore a particular business venture as no other division is really interested. Then as soon as that group starts to return a profit, some of the other division directors will be elbowing each other to take control of it. Alternatively, a startup may start making profits and then be bought out.

      With government departments, any small department which starts to receive additional funding will soon be absorbed by another larger department.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    78. Re:What about MySQL? by FST777 · · Score: 1
      --
      Free beer is never free as in speech. Free speech is always free as in beer.
    79. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Wow. Not many slashdot comments stop me in my tracks like this one. A mixture of sensible overall point, good heartedness, backhand compliments, youthful certitude, some minor self-stroking and an overwhelming sense that you haven't quite heard all the shoes drop.

      I'm actually speechless. I don't know whether to smack you in the head, rub it fondly, or put my arm around you and explain a little more about life.

    80. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I expect these IDE's to converge in one way or other to a single winner, and some small hang-on-tight communities fervor's for their champ remaining intact.

      Umm, yeah, because that's always what happens *cough*Emacs vs Vi*cough*.

      If we had to declare a winner right now, it would be Eclipse. But its competitors (Netbeans and IntelliJ IDEA) are quite good. I don't think there is going to be a single winner in this space for a long time.

    81. Re:What about MySQL? by ArsonSmith · · Score: 1

      cornhole porn?

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    82. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I don't know that Sun didn't want Linux to have ZFS. That's just a hypothesis. It's plausible to think the CDDL was better for OpenSolaris without even thinking of the implications it would have on Linux or other GPL code.

      ZFS has been ported to OSX and BSD, so it's not like they were trying to keep it to themselves.

      If the choice of the CDDL was to keep things like ZFS out of Linux, why would Oracle want to make it easier to port to linux now that they will have a financial interest in Solaris?

    83. Re:What about MySQL? by McKing · · Score: 5, Interesting

      I concur with this assessment. We recently moved from a $300,000 SunFire 6900 (a system the size of a standard full-size 42U rack) with 12 dual core CPU's and 48 GB of RAM that drew massive amounts of power and cooling, to a $30,000 T2 blade with 64GB of RAM that runs cool and sips power. Our DBA's were amazed at the improvement. We need to upgrade the front end systems now to keep up with the increase in performance of the backend! We were able to trade in the 6900, and the savings on *support* for the 6900 offset the purchase price of 2 blade chassis, 10 blades and a SAN!

      For our workload, the massive parallel architecture of the T2 really suits Oracle. For any type of multithreaded or multiprocessed throughput-based app (web serving, front-end app servers, LDAP server, database server), the T1 and T2 design is perfect.

      --
      If only "common" sense was actually that common...
    84. Re:What about MySQL? by segedunum · · Score: 4, Interesting

      ...but of course if you have a single huge query, it's going to run on a single execution thread, slowly.

      You've described > 90% of the workload use cases that > 90% of organisations have and why businesses have been moving from SPARC to x86 for a vast number of jobs where they simply want to process single jobs faster, or increasingly large single jobs. As a result, you've also described why Niagara won't save SPARC.

    85. Re:What about MySQL? by ZachPruckowski · · Score: 2, Insightful

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures. Try to build a new browser or new *nix kernel and see how many people you project gets. Try to compete with Apache.

      KHTML/Webkit, BSD or Solaris, Lighttpd or Nginx. Doesn't matter if it's got the most users, it just matters if it's a viable deployment platform that's got (relatively) modern features. The only thing that matters to the end user is whether he can use BSD or Lighttpd or Webkit and have it do what he needs and will be maintained in the future.

    86. Re:What about MySQL? by evanbd · · Score: 1

      Often true, but not always. Both KDE and Gnome have substantial followings, and there are a number of less common but still far from obscure desktops as well (like XFCE, my personal choice). Even in the browser realm, Konqueror is rather far from dead. XFree86 was forked quite successfully after a variety of problems.

      Certainly in general FOSS converges to a single program for large things, but I don't think that's always true. I couldn't begin to identify the dynamics that make that convergence occur or not occur.

    87. Re:What about MySQL? by metamatic · · Score: 2, Insightful

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures.

      According to economic theory, in most markets you get two market leaders--e.g. Coke and Pepsi, Bud and Miller, Ford and GM--and I don't see FOSS as any different.

      Think about it: for almost every mature most-popular open source project, there's a second-place project that's superior.

      Sendmail has postfix. MySQL has PostgreSQL. Apache has LigHTTPd. Emacs has vim. Python has Ruby. Git has bazaar. GNOME has KDE. Dia has Kivio. And so on.

      (Have I poured enough gasoline yet?)

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    88. Re:What about MySQL? by Just+Some+Guy · · Score: 1

      As for MySQL, the Oracle benefactors will say: do not worry, my dear people, we will keep it with true love, and gradually let it become deprecatingly obsolete.

      I think that started before Sun even bought it.

      --
      Dewey, what part of this looks like authorities should be involved?
    89. Re:What about MySQL? by dna_(c)(tm)(r) · · Score: 1

      So ... does that mean emacs or vi[m] won?

      Isn't that obvious? [3, 2, 1]

    90. Re:What about MySQL? by Anonymous Coward · · Score: 0

      WHOOOOOSH

    91. Re:What about MySQL? by osvenskan · · Score: 1
      FOSS doesn't converge to one winner any more than living creatures converge (evolve) to one "perfect" form. There are many ecological niches to exploit and there are many software niches as well.

      Try to build a new browser or new *nix kernel and see how many people you project gets.

      You'll get some if the software fills a need that's not addressed well by existing tools.

    92. Re:What about MySQL? by jbolden · · Score: 4, Insightful

      I was going to ask about KDE or Gnome.
      MySQL or Postgres is still going strong.
      Perl or Python ended up being both + Ruby
      Windowmaker of FVWM ended up with neither

    93. Re:What about MySQL? by Murpster · · Score: 0, Flamebait

      Who uses this java nonsense anyway?

      People who lack the smarts to be Perl hackers, and people who get full-on robo chubbies when they hear hyped-up buzzwords.

    94. Re:What about MySQL? by ArsonSmith · · Score: 2, Insightful

      OURsql = Oracle Upgrade Route sql

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    95. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I think when you're referring to DirectX, you are in fact just referring to Direct3D. DirectX is made up of a lot more things than just a competitor 3d API to OpenGL.

    96. Re:What about MySQL? by Hurricane78 · · Score: 1

      Well, there are two possibilities:
      Either the combination of the Oracle DB uberbloat and MySQL's lack of functionality results in one reasonable DB.
      Or in a DB with 5GB empty databases, maxing out all cores on your system, and no functionality at all. ^^
      Something like: "We created a VM inside of the Oracle engine, where you can install and boot your Java OS, and on that, run MySQL."

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    97. Re:What about MySQL? by dna_(c)(tm)(r) · · Score: 1

      It's been about 3 years since I worked with Oracle (10g RAC), but Toad and SQL* are really terrible tools. Now at least they have the MySql Workbench

      And MySql TCO calculator will probably vanish very rapidly, since Oracle cost is compared directly with MySql...

    98. Re:What about MySQL? by coryking · · Score: 1

      In the long run, FOSS converges to one winner

      Does that mean Debian wins?

      Try to compete with Apache

      Prediction: In 5 years, lighttpd and nginx will have taken over at least 30 or 40% of Apache's market. Unless Apache does something about their config file, that is.

    99. Re:What about MySQL? by nelsonal · · Score: 1

      I could care less what his title is, I've never seen a company more in thrall to anyone than Oracle to Ellison. Jobs and Apple maybe, but my observation there was that Steve seemed more mythical than a day to day presense.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    100. Re:What about MySQL? by Hurricane78 · · Score: 1

      Oh, just the best IDE for the most important and most used programming language for commercial (aka. "enterprise") environments. (Except for maybe C/C++, depending on your definition on "enterprise".) ;)

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    101. Re:What about MySQL? by Beat+The+Odds · · Score: 1

      Mycrosoft SQL Server

    102. Re:What about MySQL? by Anonymous Coward · · Score: 0

      http://lmgtfy.com/?q=netbeans

    103. Re:What about MySQL? by dna_(c)(tm)(r) · · Score: 1

      according to Godwin, you're a wooshnazi

    104. Re:What about MySQL? by BrainInAJar · · Score: 1

      gradually let it become deprecatingly obsolete.

      Too late.

    105. Re:What about MySQL? by Anonymous Coward · · Score: 0

      What contributions to PostgreSQL? They have provided very little in actual contribution compared to pretty much every other sponsor.

    106. Re:What about MySQL? by Digana · · Score: 1

      Where did you check?

      Admittedly, a free project like Netbeans doesn't have to accept contributions, but "Open Source" should mean a lot more than "you can see the source". It's confusion like the one you just expressed precisely why the "free" part of "FOSS" is also important.

    107. Re:What about MySQL? by TheOtherChimeraTwin · · Score: 1

      Yeah, I'm glad that happened to text editors too. Can you imagine two major text editors vying for dominance??

      :wq
      ^X^C

    108. Re:What about MySQL? by Burkin · · Score: 5, Informative

      Open Source means you can see, modify and redistribute changes you make to a program. Nowhere does Sun disallow you from doing any of those things with Netbeans hence it is Open Source by the OSI definition. Sure, it's a pain in the ass that one has to maintain a disparate bunch of patches if you want to do any modifying of Netbeans because Sun won't accept them but that doesn't change the fact that it is open source.

    109. Re:What about MySQL? by Anonymous Coward · · Score: 0

      What's the other? That it uses a lot of ram?

      Yeah, funny and stuff. I guess.

    110. Re:What about MySQL? by Dun+Malg · · Score: 5, Funny

      "Eclipse" is when the Sun is blocked/hidden/occulted

      I think you mean occluded. "occulted" is when you wave a dead chicken at it at midnight.

      --
      If a job's not worth doing, it's not worth doing right.
    111. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Last time I checked, open source just means that the source is available. There's no requirement that they accept external contributions. If you want to contribute, fork it and go from there.

      That sounds like Microsoft's Shared Source. Yay for read-only source?

    112. Re:What about MySQL? by Forge · · Score: 4, Interesting

      No he is correct.

      They are under no obligation to accept any contributions. What they cannot do is prevent other people from distributing their own modified versions.

      Just as Linus rejected my Kernel mod claiming "this piece of $#!7 doesn't even compile and from my reading of the changes if it did the machine wouldn't boot."

      So the grand parent is entirely correct. If you don't like the official version go fork it yourself.

      --
      --= Isn't it surprising how badly I spell ?
    113. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Try to build a new browser or new *nix kernel and see how many people you project gets. Try to compete with Apache. Try to build a new OpenOffice.

      Try to build a new x server to replace xfree86...

      True, xorg started with a fork of xfree86, but that's fair game in the FOSS world. You can compete, even with apache, if the community sees a reason to switch over to your software.

    114. Re:What about MySQL? by Wdomburg · · Score: 1

      In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures.

      Yeah, just like vi and bash and pine and Gnome crowded out all their competitors!

      Try to build a new browser or new *nix kernel and see how many people you project gets. Try to build a new browser or new *nix kernel and see how many people you project gets. Try to compete with Apache. Try to build a new OpenOffice (though one that had a major corp backing).

      There are plenty of vibrant, active projects for all the categories you mentioned. Several BSD projects pre-date Linux and there are several successful newer kernels - Darwin, OpenSolaris, DragonFly BSD, etc. WebKit has matured to the point that it's a serious threat to the dominance to the ubiquity of Mozilla (and with an entire ecosystem of derived browsers rather than mostly one monolithic entity). And there are tons of projects competing (or complimenting) Apache - nginx, lighttpd, cherokee among the up and comers.

      You also ignore that there are plenty of software categories that have no clear forerunner, such as text editors, development environments and music players.

    115. Re:What about MySQL? by MrMunkey · · Score: 1

      I'm not sure they'll let it fall by the wayside. MySQL can fill the "smaller company" niche market that Oracle can't due to licensing costs. They already have a vested interest in InnoDB. I wouldn't be too surprised to see MyISAM go away though.

    116. Re:What about MySQL? by frodo+from+middle+ea · · Score: 4, Informative

      No Microsoft's Shared Source prevents redistribution. Netbeans is licensed as CDDL and GPL2 (with classpath exception), which means you can fork and redistribute all you want.
      Please reread your open source concepts and licenses. Just because a project is open source, doesn't mean the project's host have to accept any incoming changes from any random person.
      In fact you can't commit to the Linux kernel tree too, until you have build some credibility with the core kernel team. You can submit patches, but don't hold your breath for them to be accepted any time soon, unless you have build some sort of repertoire.

      --
      for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    117. Re:What about MySQL? by bhtooefr · · Score: 1

      As I understand, Microsoft Shared Source doesn't allow you to distribute any modifications.

      This does.

      If there's such a movement for certain third-party modifications to be made to Netbeans, start a pseudo-official project to aggregate them and keep the fork with said modifications in sync with the main tree. Problem solved.

    118. Re:What about MySQL? by dna_(c)(tm)(r) · · Score: 1

      For some reason I've always had a soft spot for Sun, although I can't pin point why.

      They're an engineering company. They create things.

      By contrast, most other companies (in IT) are about market capitalization, i.e. they are run by MBA's helped by marketeers. They buy stuff and call that innovation (Oracle, Microsoft, CA,...) I think Google is in the same category as Sun. Car manufacturer analogy: Ferrari vs GM.

      Just an opinion...

    119. Re:What about MySQL? by Anonymous Coward · · Score: 0

      People who lack the smarts to be Perl hackers

      Perl is for lazy, undisciplined bodgers.

    120. Re:What about MySQL? by frodo+from+middle+ea · · Score: 1, Redundant

      Emacs has vim
      Finally a decent editor for the Emacs OS ;)

      --
      for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    121. Re:What about MySQL? by rubycodez · · Score: 0, Redundant

      not scrapped, but outsourced much of the making of it. wonder what Fujitsu is going to do?

    122. Re:What about MySQL? by rackserverdeals · · Score: 2, Interesting

      Some of Sun's PostgreSQL contributions can be found in that link.

      More importantly, Sun provides PostgreSQL support on Solaris.

      According to Larry Ellison, Solaris/SPARC is the leading platform for Oracle deployments.

      Oracle has been lagging with Solaris/x86 support so it would have been a great opportunity for sun to do more with PostgreSQL on Solaris and increase their revenues by making a more affordable alternative to Oracle.

      PostgreSQL/Solaris/ZFS/DTrace could really eat into Oracle's market if there was more effort put into it.

      I think they should have done more with pgsql, and missed a big opportunity, but I wouldn't belittle their contributions.

      --
      Dual Opteron < $600
    123. Re:What about MySQL? by FunkyELF · · Score: 1

      btrfs is an attempt to recreate the features of ZFS.

      Yes, but btrfs also uses the Linux kernel's various layers and plays well with them. From what I understand ZFS is a giant monolithic mess.

    124. Re:What about MySQL? by YAJoe · · Score: 0, Informative

      "Eclipse" is when the Sun is blocked/hidden/occulted by something else. It makes IBM's reasons for funding Eclipse dead obvious.

      I completely agree so long as you remember that Eclipse targeted Visual Studio and not Sun. http://www.eweek.com/c/a/Application-Development/Eclipse-Behind-the-Name/

      --
      My karma really hurts.
    125. Re:What about MySQL? by amias · · Score: 5, Funny

      actually thats how you get the perl support working

      --
      [site]
    126. Re:What about MySQL? by dfetter · · Score: 1

      What I'm more concerned with is the amount of contributions to PostgreSQL.

      This is the beauty of being an open source project like
      PostgreSQL instead of an open source product like MySQL. The
      former means that companies can join and leave the effort, as has happened
      several times so far and will again for PostgreSQL. The latter means the
      project's health is tightly tied to the vagaries of that one company.

      --
      What part of "A well regulated militia" do you not understand?
    127. Re:What about MySQL? by ais523 · · Score: 1

      So ... does that mean emacs or vi[m] won?

      Well, tar vs. cpio used to be a pretty big argument (not quite as big as emacs vs. vi, but almost); on the other hand, that one did come to a result. (cpio is hardly used nowadays except to unpackage RPMs by hand.)

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    128. Re:What about MySQL? by micromuncher · · Score: 3, Informative

      JDeveloper was originally based on JBuilder, 5 I believe, but was completely re-written and diverged to be infinitely better...

      http://en.wikipedia.org/wiki/JDeveloper

      --
      /\/\icro/\/\uncher
    129. Re:What about MySQL? by ibwolf · · Score: 1

      Last time I checked, open source just means that the source is available. There's no requirement that they accept external contributions. If you want to contribute, fork it and go from there.

      In what world is that "contributing"?

      Should read:

      If you want to waste your time, fork it and go from there.

    130. Re:What about MySQL? by aliquis · · Score: 1

      Try to build a new browser or new *nix kernel and see how many people you project gets. Try to compete with Apache. Try to build a new OpenOffice (though one that had a major corp backing). I expect these IDE's to converge in one way or other to a single winner, and some small hang-on-tight communities fervor's for their champ remaining intact.

      Yeah, try to install another distribution than Debian, try to install another BSD than FreeBSD, another window manager than fvwm, another music player than XMMS and so on... All the same I tell you!

    131. Re:What about MySQL? by catmistake · · Score: 1

      You make excellent points, and suggest to me another.

      This may be nitpicking.
      As great as linux is, its dependability is weakened by the hardware its running on...

      Solaris gets its nines (seriously ridiculous uptimes) by the software/hardware combo: Solaris running on Solaris hardware.

      Linux still is amazingly stable, but that Dell server will fail long before the Solaris hardware.

      One of the things that makes Linux great is how easy it is to run on anything, but that plasticity adds variables that Sun has eliminated.

    132. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I knew exactly what he meant. Though I don't think it's correct or necessary to tack an 'ed' on the end, any more than it would be for hidden (not hiddened)

    133. Re:What about MySQL? by gakguk · · Score: 1
    134. Re:What about MySQL? by rackserverdeals · · Score: 1

      For some reason I've always had a soft spot for Sun, although I can't pin point why.

      For me, it's because Sun was a very successful start-up based on open source (BSD, NFS) and open standards, long before my non-techie friends and relatives even heard the term open source.

      Unfortunately, they received a lot of backlash (FUD) from the linux community for some of the things they've said and did. Some was deserved, but most in my opinion was not.

      Sun has done a lot and provided a lot to open source. Unfortunately, they didn't much care for linux, but who could blame them. Think about it, you have a Hummer and a bunch of kids are flaunting their go-kart saying it's better.

      And at the time, that was a pretty fair comparison of Solaris vs Linux, but calling Linux a "toy" OS compared to Solaris hurt some people's feelings. Boo hoo.

      In the past, they were more about open standards. Something like, lets all agree what the requirements are, and let whoever creates the best implementation win.

      They were not only focused about the business use of technology but technology for technology's sake. At least that's how I viewed them. Come up with cool ideas, then apply them to make businesses more profitable.

      This could be a bad day for the open source world. Let's hope that's not the case.

      --
      Dual Opteron < $600
    135. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Perl is for lazy, undisciplined bodgers.

      so, evolution was one fine execution of _project man_ without any hiccups? if it weren't for perl none of of the later scripting languages like ruby, php, python would have come up...

      don't forget perl is the duct tape that keeps the internet working...

    136. Re:What about MySQL? by DragonWriter · · Score: 2, Informative

      "Eclipse" is when the Sun is blocked/hidden/occulted

      I think you mean occluded. "occulted" is when you wave a dead chicken at it at midnight.

      No, "occulted" means exactly what the previous poster used it to mean. The root of "occult" mean to hide from view, and while the noun and adjective forms in general use have wandered off to refer to specific things because those things are usually hidden, the verb form remains much closer to the root. (See, e.g., here, or any other decent dictionary.)

    137. Re:What about MySQL? by dpiven · · Score: 1

      They are the seeds of the internet. You plant some and sprinkle them with bits. Eventually they grow into a huge series of tubes.

      Sort of like kudzu.

    138. Re:What about MySQL? by nschubach · · Score: 1

      IF (LEFT(@@VERSION, 13) = 'Microsoft SQL') BEGIN
         SELECT LOL.Taunt
         FROM Taunts LOL
      END

      (Disclaimer:  That's the quickest/simple thing I could come up with...without wasting a bunch of time.  Sorry if it doesn't meet the high quality of standards for ridicule that you were expecting.  I also realize that probably doesn't work in Oracle...)

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    139. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Nope, open source licensing includes the ability to modify the source. Availability of the source is not enough.

    140. Re:What about MySQL? by nschubach · · Score: 1

      I thought all those fields were full of Flashers instead of beans... at least the front-end. ;)

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    141. Re:What about MySQL? by theshowmecanuck · · Score: 3, Interesting

      I know I will be ridiculed for this, but the only really bad thing MS SQL Server has going for it is that it only runs on Windows boxes. As an RDBMS, it is pretty decent. It is not the best, it is not the worst. I find it interesting that it was one of the first RDBMSs that had almost full support of SQL-92 as far back as version 6.5 (mid/late 90s). In my work I have used a number database systems, a couple very extensively and the rest in at least non trivial applications (Oracle, MS SQL Server, Postgres, MySQL, and to a small degree DB2). From my experience I'd say that for anything up to very large databases (amount of data stored, number of tables, etc.), SQL Server works and performs quite well (v6.5 was only good up to medium large). It supports the SQL standards quite well, is one of the best documented database systems out there, and is quite robust. If they could find a way to run it on anything other than a 'Windows' machine, given its much lower pricing, I think it could probably cut into Oracle's and IBM's market share quite a bit.

      --
      -- I ignore anonymous replies to my comments and postings.
    142. Re:What about MySQL? by TheCycoONE · · Score: 3, Informative

      According to IBM, the name was meant to indicate the goal of eclipsing Microsoft Visual Studio, not anything to do with Sun Microsystems. http://www.eweek.com/c/a/Application-Development/Eclipse-Behind-the-Name/

    143. Re:What about MySQL? by entgod · · Score: 1

      True. Parent should've linked to http://en.wikipedia.org/wiki/Woosh instead.

    144. Re:What about MySQL? by herring0 · · Score: 1

      They've already got a starter database "Oracle Database 10g Express" or Oracle Database XE and it is similar to MSDE or SQL 2005 Express.

      http://www.oracle.com/technology/products/database/xe/index.html

    145. Re:What about MySQL? by orasio · · Score: 1

      Latin "occultus" means "hidden" and resembles the word for it in most latin languages ("oculto").
      Of course, that is why black magic and stuff is associated to that word.

    146. Re:What about MySQL? by nabsltd · · Score: 1

      Solaris gets its nines (seriously ridiculous uptimes) by the software/hardware combo: Solaris running on Solaris hardware.

      After this past weekend, I find nothing but humor in your statement.

      We run Oracle RAC on Solaris Sparc, and for no reason it just puked and died, resulting in a 15-hour outage because of the finger-pointing (it's the OS, no, it's the DB). Luckily it was on a weekend, so it didn't hurt us much in the real world, but still, that event alone just dropped us to two nines (99.8%) for the year, and we still have 8 months to go. Another one like that and we drop to one nine.

      Maybe Oracle buying Sun might improve this sort of thing, but I'm not holding my breath.

    147. Re:What about MySQL? by rackserverdeals · · Score: 2, Insightful

      I usually don't comment on my moderation, but flamebait?

      Someone obviously doesn't know much about the enterprise db space.

      Oracle has about twice the market share of DB2. On IBM's mainframe and midrange servers, DB2 is the only available choice, which helps their market share, but otherwise Oracle is the more popular choice.

      As for AIX vs Solaris... I thought it was common knowledge which was more popular. Doesn't take much googling to find out.

      --
      Dual Opteron < $600
    148. Re:What about MySQL? by nabsltd · · Score: 1

      And, when more hardware and software vendors start to take advantage of the Core i7 processors, you'll see another big jump.

      The Core i7 has eight threads of execution, and can easily run them at 3.2GHz...faster if you overclock. With the new on-die memory controller, it's a lot easier to build a 4 or 8 CPU system. With 8 CPUs, the very latest SPARC chips will get outclassed badly in price to performance.

      Plus, with the Core i7 being x86 and x64 compatible, you can run a wide variety of virtual systems much more easily.

    149. Re:What about MySQL? by MagikSlinger · · Score: 3, Funny

      Remember: Larry hates Bill.

      I think this is how most people predict or evaluate Oracle's actions: "How would this f--- Bill Gates?"

      "Um, Mr. Ellison? Bill Gates isn't running Microsoft anymore--"

      "SHUT UP! I know he's still out there..." (stares out his window menacingly towards Redmond)

      --
      The bitter lessons of a veteran coder: http://bitterprogrammer.blogspot.com
    150. Re:What about MySQL? by davidsyes · · Score: 1

      Is there any viable fork of MySQL? Can the "detritus" or those (who'll get) laid-off who deeply care about MySQL just say "FORK IT"? It'll probably take some years to get traction, though.

      I was listening to KQED's "Forum", and i heard Michael Krasny say or relay that microsoft and another company the name of which i cannot remember were writing "Thank You" letters to Oracle for removing some of Sun's products from the competitive space via the acquisition.

      Moreover, from the show, this means that IBM will begin to see their pricing and bundling strategy severely undermined, since in the past, they were able to mask the true costs of components of a sale. Now, with Oracle in the mix, using their new leverage, they'll put some serious pressure on IBM and quite cost IBM some sales.

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    151. Re:What about MySQL? by Anonymous Coward · · Score: 0

      So ... does that mean emacs or vi[m] won?

      yes

    152. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Squirt!

    153. Re:What about MySQL? by Matt+Perry · · Score: 1

      For a corn star?

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    154. Re:What about MySQL? by xero314 · · Score: 1

      I realize you were trying to be funny, and in a way you were, but check the definition of occult. One of the definitions, and the oldest one for that matter, is "hidden from view." Heck, your reference even has the first definition of Occulted (on the same page as above) as "To conceal or cause to disappear from view."

      Just saying that before you try and correct someone, you actually check that what your saying is, in fact, correct.

    155. Re:What about MySQL? by h4rm0ny · · Score: 4, Funny

      MySQL or Postgres is still going strong.

      Nah. PostgreSQL has won. We just haven't managed to persuade the MySQL users that they've lost yet. ;)

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    156. Re:What about MySQL? by Anonymous Coward · · Score: 0

      What's so special about Woosh Wireless?

    157. Re:What about MySQL? by sorton9999 · · Score: 1

      Yes, deprecation of MySQL is my fear. It seems to me that not keeping some form of MySQL free is like biting the hand that feeds it. There is plenty of cash flow in the form of services that can be had. I'm hoping that if Oracle cannot support MySQL development/maintenance, it will be spun off into a separate business arm ala RedHat/Fedora. BTW, there already is a fork of MySQL, Drizzle (http://drizzle.org)

    158. Re:What about MySQL? by theyulman · · Score: 1

      I may be way out in the left field here but maybe Oracle will use mySQL to get some clients they would not usually attract because of Oracle's price tag.

    159. Re:What about MySQL? by Anonymous Coward · · Score: 0

      So ... does that mean emacs or vi[m] won?

      Ha. emacs was never a competition you fool!

    160. Re:What about MySQL? by h4rm0ny · · Score: 4, Insightful


      Firebird can't compete with MySQL. PostgreSQL can. The risk for Oracle just might be that PostgreSQL can compete with Oracle. MySQL can be a good backend, but it can't meet some of the advanced needs that people have of Oracle. Therefore it's not really a competitor. It hoovers up all the small players that either don't care for or can't afford Oracle's almighty solutions. Even the table type that does lend MySQL some of the more advanced technology (InnoDB) is licenced from Oracle and their home-grown version (Falcon) has yet to show signs of being usable.

      PostgreSQL can't provide all the features and power that Oracle can either. For the absolute most powerful setup you can ask, you want Oracle. But PostgreSQL can get a lot closer than MySQL. And migrating between PostgreSQL and Oracle is also quite easy a lot of the time. I think from Oracle's point of view, they'd rather MySQL be out there as the go-to database than PostgreSQL. This is all a bit conspiracy theory - I make no suggestion that Oracle actually are looking at things from this point of view and I don't think it would be a factor in purchasing SUN even if they did consider this angle. But I'm just considering the actual implications and it seems to me that while MySQL doesn't compete in the same market as Oracle and wouldn't for quite some time, its main rival PostgreSQL can and sometimes does.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    161. Re:What about MySQL? by nicc777 · · Score: 1

      Ok - that made my day! I love Perl but I think coding Perl in Eclipse is just madness :-)

      --
      Need an ISP in South Africa?
    162. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Main joke is the crappy Eclipse installation procedure that imports its own native .so files, which then cause a symbol lookup failure and crash because they weren't compiled with the same compiler as the host.

      Eclipse devs have completely lost the point of Java portability.

    163. Re:What about MySQL? by fregaham · · Score: 1

      PostgreSQL has won just today with this very article.

    164. Re:What about MySQL? by Anonymous Coward · · Score: 0

      As for MySQL, the Oracle benefactors will say: do not worry, my dear people, we will keep it with true love, and gradually let it become deprecatingly obsolete.

      No worries, there are better replacements:

      http://www.firebirdsql.org/

    165. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Woah there, well-reasoned information is not appreciated.

    166. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Sep 22, 2007 ... Welcome to the Wisconsin Organization Of Spacemodeling Hobbyists (WOOSH). We are a chartered section (#558) of the National Association of ...

    167. Re:What about MySQL? by Wrath0fb0b · · Score: 1

      either way, I wouldn't be surprised if Solaris went completely open source, no non-open-source Solaris

      You mean we might get real (kernel) support for ZFS in Linux instead of asinine license bashing?! That's fantastic.

    168. Re:What about MySQL? by dirtyhippie · · Score: 1

      According to economic theory, in most markets you get two market leaders--e.g. Coke and Pepsi, Bud and Miller, Ford and GM--and I don't see FOSS as any different.

      [ Citation needed ] -- which economic theory is that?

    169. Re:What about MySQL? by grunthos · · Score: 1

      I always suspected the Wisconsin Organization Of Spacemodeling Hobbyists was behind this whole Java thing....

      --

      My son's 5th grade teacher actually assigned them "write a limerick about a planet". I'm not kidding.
    170. Re:What about MySQL? by Burkin · · Score: 1

      Gee and that's exactly what you can do since Netbeans is GPLv2 licensed.

    171. Re:What about MySQL? by rrohbeck · · Score: 1

      I clicked of course... 2nd entry:
      Welcome to the Wisconsin Organization Of Spacemodeling Hobbyists (WOOSH).
      http://www.wooshrocketry.org/
      Interesting.

    172. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Yeah, like my penis is growing a following.

    173. Re:What about MySQL? by tixxit · · Score: 3, Interesting

      I don't think we should make the assumption that Oracle would willingly kill of either MySQL or Solaris. IBM still fully supports Informix, despite it being a direct competitor for DB2 (and there is much more direct competition between DB2 & Informix, then MySQL and Oracle). Most importantly, as long as people are using MySQL, they'll support it. If they killed it off, there is 0 guarantee they will just jump ship to Oracle. Given we are talking about MySQL, people would most likely go over to Postgres or one of the MySQL forks instead, long before even considering a DB like Oracle. The same could be said about Linux vs. Solaris. There are still customers using both. Killing one off would be foolish, unless they could ensure most users use the other. Also, don't know about you, but if some company I was giving lots of money too just killed off our product, forcing us to spend even more, I may take a much longer look at the competitors.

    174. Re:What about MySQL? by metamatic · · Score: 4, Interesting

      Bertrand Model predicts that a duopoly pushes costs and profits down to marginal levels and is the ultimate result of any sufficiently competitive marketplace.

      Disclaimer: I'm not an economist.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    175. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Except "Open Source" just means the source is available to someone. It does not mean that the license allows you do do anything with it. This is why the FSF doesn't like the term. It implies nothing about the actual rights granted, and is used as a bait to lure the unsavvy who think "open" means permissive.

      NetBeans is CDDL/GPLv2, but quite a few licenses are under that umbrella. Specifically, the SLA (Software License Agreement) licensed parts aren't going to to be GPL compatible, and Apache 2.0 has some problematic patent termination clauses.

      http://www.netbeans.org/about/legal/code_dependency_matrix.html

    176. Re:What about MySQL? by Anonymous Coward · · Score: 0

      No no no, they both merged into KDgnomE.

    177. Re:What about MySQL? by recharged95 · · Score: 1
      Jdeveloper was licensed tech from Borland (for the wannbes that's JBuilder).

      Because the Jdeveloper port from jbuilder was god-slow, they did a ground up rewrite back in 2003-ish. It's been home rolled upto today.

      Having been on the devteam for Jdeveloper's jaxb (0.98!) modules and all I can say is Jdeveloper is pretty strict Java (READ: modular/portable), and very, very J2EE/Database centric. Where does Netbeans fit in? It fits in nicely as it will cover all the non-DB, non-Java centric development. The recent Netbeans is much more organized than Eclipse 3.4 and more modular (less of a framework like Eclipse, more of a Component architecture). I would easily see netbeans modules in Jdeveloper and vice versa. JDeveloper will become the new EA-developer app and Netbeans will move on.

      As for MySQL. It will become the standalone DB. Oracle 10+ will move to big cloud/grid only DBs. OracleExpress may merge with MySQL.

      As for OpenOffice, I see components reused with oracle specific tools--An SQLEditor with OOo components for example. OOo as a google apps competitor is still possible, oracle has the dev power. Data exchange (OLE-ish behavior) could become reality with OOo and Linux.

      If you're a Redhat, OpenSuSE, Java, Oracle, JBoss developer, this is good news. A lot of cool things can come out of this. If your a Debian, Ubuntu, etc.. F/OSS user, you not going to see much change, except the above product lines just got a huge boost in production quality dev support than anything postgres, old-mysql, ubuntu, etc... has to offer.

      .

      In all, Oracle or Google made the best suitors. Google would have made more sense (though they're a Python shop), but I'm glad this happened and I see the immediate synergy coming out of this. As for F/OSS, Oracle will likely keep the code free, but there will be "support" strings attached.

      .

      Note: Look out Redhat. Larry's got you in his sites!

    178. Re:What about MySQL? by ungerware · · Score: 2, Informative

      I don't know where the parent poster got the impression that Sun doesn't accept contributions to NetBeans. I'm a non-Sun contributor.

      --

      -----
      Kvetch is Yiddish for "throw an exception" --Dr. Ron Cytron
    179. Re:What about MySQL? by rackserverdeals · · Score: 1

      Google would have made more sense (though they're a Python shop)

      Google uses a lot of Java. AdSense/AdWords, Blogger, Feedburner, are the ones I know of. Their top three languages are Python, Java and C.

      I think Sun Studio/JDeveloper might merge and NetBeans will still go on as the open source base/entry level solution.

      --
      Dual Opteron < $600
    180. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Co-worker of mine had some of his Java Advanced Imaging (JAI) updates accepted by Sun. A few years ago, we were heavily using JAI and found some problems. Co-worker posted what he found as well as a suggested solution that was accepted into JAI. Neither of us work for Sun.

      Mij

    181. Re:What about MySQL? by umeboshi · · Score: 1

      It's used for initrd images. Debian used to use cramfs, and had kernel patches to handle that, but they've also switched to using cpio for the initrd.

    182. Re:What about MySQL? by Doctor+Faustus · · Score: 1

      As of early 2007, when I last used it, JDeveloper still had JBuilder's problem where the menus can't keep up with the keystrokes. Type "-f, s" too fast, and you wind up with an "s" in your (unsaved) code.

    183. Re:What about MySQL? by Dragonslicer · · Score: 4, Funny

      No, it foretells the coming of the one true operating system / text editor:

      VIMACS!

      All hail!

      You mean emacs will finally get a usable text editor?

    184. Re:What about MySQL? by Anonymous Coward · · Score: 0

      "yum install eclipse" Or tar -xzf big_ass_eclipse_bundle.tar.gz. Or unzip big_ass_eclipse_bundle.zip. Installation has never been a problem, but I can see how library conflicts could be.

      The fact that it isn't pure java bothered me early on, but not so much anymore.
      They keep ports up to date for all the major platforms. And all of the plugins I use are pure java.

    185. Re:What about MySQL? by D-Cypell · · Score: 1

      IntelliJ IDEA is a little better still I think, but it has (sadly) been declining in quality whereas netbeans has been improving. Also, IDEA is commercial while netbeans is free as in beer, so it has that going for it too.

      Eclipse is a mess.

    186. Re:What about MySQL? by tolan-b · · Score: 1

      And the fact that when we refer to an eclipse it's usually an eclipse of the Sun didn't even occur to them I'm sure ;)

    187. Re:What about MySQL? by EvilBudMan · · Score: 1

      Those tubes tend to pass gas. That's what happens when you feed it beans. Pft...!

    188. Re:What about MySQL? by Nevyn · · Score: 1

      Solaris used to be the primary development environment and when Oracle switched to Linux the developers seemed to miss DTrace.

      When Oracle customers started switching to Linux, DTrace didn't exist.

      --
      ustr: Managed string API with ave. 44% overhead over strdup(), for 0-20B
    189. Re:What about MySQL? by civilizedINTENSITY · · Score: 1

      Sounds like Apple. With all the pieces designed for each other, it means that Oracle-on-Solaris-on-UltraSparc (OSUS?) will "just work". I predict a seamless turnkey system that is highly optimized for doing just exactly what it does. This is good news for Oracle and Oracle customers.

    190. Re:What about MySQL? by Anonymous Coward · · Score: 0

      What the fuck is "netbeans"? Who uses this java nonsense anyway?

      are you serious? when was the last time you wrote a java class?

    191. Re: What about MySQL? by butlerm · · Score: 1

      The idea of Oracle encouraging any existing Oracle database server customer to replace what they have with something derived from the MySQL code base is borderline ludicrous. Oracle was more advanced than where MySQL is now twenty years ago. MySQL is extremely primitive by comparison in almost any way you care to name.

      If an employer told me we were going to switch to MySQL from Oracle for our database of record I would start looking for a new job tommorrow. If I were given a job maintaining the MySQL code base, my first question would be "when do we rewrite this from scratch"?

      The worst part of MySQL is backward compatibility with dozens of design decisions that were made in a complete vacuum, that make MySQL about the least SQL compliant database on the planet. It is a decent simple minded database for a narrow class of one off applications, but if I were Oracle I would phase out all development of "enterprise" features for MySQL immediately. If they want to keep it around they are going to have to rewrite most of it from scratch to make it respectable anyway.

    192. Re:What about MySQL? by Nevyn · · Score: 1

      This may be nitpicking.
      As great as linux is, its dependability is weakened by the hardware its running on...

      Solaris gets its nines (seriously ridiculous uptimes) by the software/hardware combo: Solaris running on Solaris hardware.

      Linux runs on bigger HW than Solaris does, including IBM mainframes and 1024+ proc. "boxes" from SGI. Sure, that doesn't mean the cheap Dell boxes are better than the expensive Sun ones ... and maybe some people still have an impression of Sun providing the high end, but it's not been true for a long time now.

      --
      ustr: Managed string API with ave. 44% overhead over strdup(), for 0-20B
    193. Re:What about MySQL? by JAlexoi · · Score: 1

      Hm... Apache HTTPd vs lighttpd vs nginx - This one is still going strong.

    194. Re:What about MySQL? by rackserverdeals · · Score: 1

      When Oracle customers started switching to Linux, DTrace didn't exist.

      Well, I see no reason for someone blogging at Intel, that was part of the migration away from Solaris to Linux, to lie to benefit Sun. Maybe he got the date wrong but there's nothing in the timeline to make it impossible.

      Development of DTrace started in 2001 with a working prototype available in 2002. It's not hard to imagine that Oracle developers would have early access to it.

      We're not talking about Oracle customers, but the in house developers that were building Oracle.

      --
      Dual Opteron < $600
    195. Re:What about MySQL? by Cederic · · Score: 1

      JBuilder 3 I recall.

      I'm not sure what makes me feel older, remembering that, remembering how much improved JDeveloper was from JBuilder 3 which was much improved from its two earlier incarnations, or knowing how crap they were because of the good IDEs I'd already been using for years before they were released..

    196. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Maybe it's because IBM is mooning us?

    197. Re:What about MySQL? by FishOuttaWater · · Score: 1

      Painfully funny. Here, I'm actually getting out of my chair and rolling on the floor laughing, just for you. :^)

    198. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Linux runs on bigger HW than Solaris does, including IBM mainframes and 1024+ proc. "boxes" from SGI. Sure, that doesn't mean the cheap Dell boxes are better than the expensive Sun ones ... and maybe some people still have an impression of Sun providing the high end, but it's not been true for a long time now.

      Show me a big box running a single image of Linux on many CPUs with a heavy multi-threaded transactional workload. Linux - heavily patched by SGI - is able to run HPC codes that don't interact with the kernel as much as a heavy transactional workload. When the going gets tough, Solaris leaves Linux in the dust, but most Linux braggers have never seen scores of processors running thousands of threads.

      Linux is good in many cases, but it's nowhere near Solaris when it comes to the workload of a really big Oracle system. Why do you think Larry E. wants it?

    199. Re:What about MySQL? by cylcyl · · Score: 1

      Yah, last time when I did that, Linus said the same thing and I said "April Fools! wouldn't it be funny if you actually ran that! haha! I would never produce crappy code...right... that's the ticket ... haha!"

    200. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Hey butthole, - about 1/2 the links in your signature's URL page don't exist to back up the claims being made.

    201. Re:What about MySQL? by Anonymous Coward · · Score: 0

      It would appear that you never understood the joke either, or rather lack of.

      The name Elcipse had nothing to do with the "Eclipse of the Sun corporation". The head of Eclipse.org has stated such repeatedly.

    202. Re:What about MySQL? by diego.viola · · Score: 1

      I will really like to see ZFS re-licensed and integrated into Linux.

      I think that will be the best move for Oracle, since all their infrastructure is already on Linux.

      It makes more sense to do that rather than spend lots of money on Btrfs.

      Although Btrfs is cool too.

    203. Re:What about MySQL? by Anonymous Coward · · Score: 0

      So, which linux distro is going to win?

    204. Re:What about MySQL? by treeves · · Score: 1

      Actually, since lunar eclipses are much more frequent than solar eclipses we might expect to refer to the moon more often than the sun when we refer to an eclipse.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    205. Re:What about MySQL? by DragonWriter · · Score: 1

      Sort of like "free starter version of Oracle (minus as many useful features as we can get away with)".

      That's called "Oracle Database Express Edition", and I can't imagine that they want another one of those, but with less commonality with the main Oracle DB.

    206. Re:What about MySQL? by thetoadwarrior · · Score: 1

      Agreed, Netbeans is much better than Eclipse these days.

      I still have my old install f iles for NB but unfortunately only back to 5. I've used 4 but it seems to be one of the few things I didn't back up. I'd like to archive the all the previous versions but it's near impossible to find them online sadly.

    207. Re:What about MySQL? by Forge · · Score: 1

      So the grand parent is entirely correct. If you don't like the official version go fork it yourself.

      ...or join the dev team if you're that passionate about it.

      "Submitting patches" IS joining the Dev team. Forking is for when the official maintainer doesn't want you on his team or doesn't want your patches in his software.

      --
      --= Isn't it surprising how badly I spell ?
    208. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Totally untrue.

      The NetBeans developers do accept patches to the core from the community and there are non-Sun employees with commit rights.

    209. Re:What about MySQL? by springbox · · Score: 1

      Netbeans is an IDE that is usually used for writing software in Java. This information is available in the first result returned by Google when searching for "netbeans".

    210. Re:What about MySQL? by turbidostato · · Score: 1

      ""Magazine" used to mean a store house, changed to mean a weapons store, then a catalog of a weapons store, then it became both a periodical publication and an item held in a weapons store."

      But it *still* a store house. By the way, my tape changer loads the tapes from... a tape magazine.

      "Maybe we're just observing the moment in history when "occult" loses its verbal form and becomes purely associated with the Dark Arts?"

      That maybe is true, but future is occulted to me.

    211. Re:What about MySQL? by dotgain · · Score: 1

      ..or in the words of my good friend Paddy, "If you don't like it, fork off!"

    212. Re:What about MySQL? by Anonymous Coward · · Score: 0

      the big question is what does this mean for MySQL?

      Well, anecdotal and all, but in celebration one of our MySQL clusters decided to crash both of its data nodes on a simple alter table today, so I'm not hopeful ;-)

    213. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I don't get what's funny about this search. It mostly brings back some hits about a wireless provided called Woosh.

    214. Re:What about MySQL? by cyphercell · · Score: 1
      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    215. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Databases are hard. Proof? Look at how shitty mysql is. And MySQL isn't developed by the "community", it's developed by paid programmers. There are a couple mysql offshoots that are stripped down, but why should anyone bother with a forked mysql when sqlite, postgres, firebird, couch db, etc are superior.

    216. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Yes, a deleted Wikipedia page would have been much more useful.

    217. Re:What about MySQL? by cyphercell · · Score: 1

      This is what it looks like when nerds think they have a "funny".

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    218. Re:What about MySQL? by ByTor-2112 · · Score: 2, Insightful

      I don't think that's a very fair characterization. According to PJD, who ported it to FreeBSD::

      http://www.bsdcan.org/2007/schedule/events/43.en.html

      See page 15 of the presentation. He calls it "highly portable". Perhaps it's the linux internals which are not modular enough!

    219. Re:What about MySQL? by fnj · · Score: 1

      Never argue with an astronomer.

      Occult - verb ... 10. Astronomy. To hide (a celestial body) by occultation.

      Occultation - noun 1. Astronomy. the passage of one celestial body in front of another, thus hiding the other from view: applied esp. to the moon's coming between an observer and a star or planet.

    220. Re:What about MySQL? by ignavus · · Score: 1

      Microsoft SQL server

      I guess MS SQL Server would be "My SQL" if your name were Bill Gates or Steve Ballmer.

      Good grief. I just used the subjunctive.

      --
      I am anarch of all I survey.
    221. Re:What about MySQL? by jwhitener · · Score: 1

      Rapid small transactions are surely larger than 10% of the queries executed daily. Especially in web-based services.

      In my environment (online billing, online course registration, etc..) I've seen a progression in most of our vendor supplied code to scale for multiple threads/processes. A single login to one of our sites, for instance, generates ~20 small queries per person, per login, and the results are handled by a second layer of java that binds them together into a result set, that represents that user's data set.

      Having a single large query, joined via sql instead of joined via application logic, is much harder to scale, and any programmer worth their salt would not place all their 'eggs' in the one 'basket' of a query. Breaking up the workload across multiple tiers (some on a database, some on java code, some queries from an ldap, etc..) makes sense.

      Sun recognizes this and is adding large numbers of cores per cpu, and a large increase in the threads per core. Parallel execution in all applications will increase over time.

    222. Re:What about MySQL? by Tumbleweed · · Score: 1

      > What the fuck is "netbeans"?

      They are the seeds of the internet. You plant some and sprinkle them with bits. Eventually they grow into a huge series of tubes. How do you think the internet was created? With lots and lots of netbeans.

      And then you run it through the digestive tract of some Cat5e and sell it as 'Java,' an over-hyped, over-priced 'solution' to all your problems.

    223. Re:What about MySQL? by haruchai · · Score: 2, Informative

      "Eclipse" is when the Sun is blocked/hidden/occulted

      I think you mean occluded. "occulted" is when you wave a dead chicken at it at midnight.

      That usage of "occult" is unusual but not incorrect. Both occult and occlude are derived from the same Latin root. See here: http://dictionary.reference.com/browse/occult Entries 4 and 9-11 cover the usage regarding something being hidden

      --
      Pain is merely failure leaving the body
    224. Re:What about MySQL? by lakeland · · Score: 1

      That's my feeling too.

      I used postgres a while ago before switching to MySQL (4) for performance reasons. Since then I've kept a close eye on Postgres and come to the conclusion that they now exceed MySQL in almost every area that matters.

      There's a few areas that MySQL still wins:
      Ease of configuring and maintaining for small projects.
      Ease of setting up clustering/replication.
      Analytic functions and general SQL friendliness.

      But the feeling I had was that unless MySQL started to improve substantially, it was now on the long spiral downwards. This acquisition is not likely to be good news at all for MySQL. Oracle already own two other databases (Times 10 and Berekeley), look at how Oracle treats them. Some work on compatibility with Oracle and that's about it.

      I just cannot see Oracle being inclined to make MySQL more suitable for enterprise use.

      All IMHO, of course.

    225. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Bertrand Model predicts that a duopoly pushes costs and profits down to marginal levels and is the ultimate result of any sufficiently competitive marketplace.

      Bertrand competition does not predict two market leaders. If there are N firms in the market with identical costs, all N firms will produce. If costs are not identical, only the lowest cost firm(s) will produce and they will set price just below the cost of the next lowest cost firm.

      Nothing in the Wikipedia article (or Bertrand competition in general) implies two firms take most of the market.

    226. Re:What about MySQL? by Anonymous Coward · · Score: 0

      LOL shitcode GTFO!

    227. Re:What about MySQL? by Anonymous Coward · · Score: 0

      SQL server is rebadged Sybase which was superior on Solaris in the 90s.

    228. Re:What about MySQL? by phoenix_rizzen · · Score: 1

      ZFS is layered. It's just layered differently. People need to stop thinking of ZFS as *just* a filesystem. It's a full-fledged storage management system. Personally, I think they chose the wrong name -- it should have been ZSMS (Zettabyte Storage Management System), where ZFS (the filesystem) is just the top layer.

      In a nutshell:

      At the bottom is the vdev. Those are joined together into the pool.

      Then there's the volume manager.

      Then there's the filesystem (ZFS) itself.

      Instead of a massive stack with tonnes of layers that don't understand each other, there's a shorter stack where the layers know about each other, and work together to provide end-to-end reliability.

      Think of the difference between the OSI network stack and the TCP/IP stack. One could also call the entire TCP/IP stack a "massive layering violation".

    229. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Quote: "Bertrand predicts a duopoly is enough to push prices down to marginal cost level, that duopoly will result in perfect competition."

    230. Re:What about MySQL? by Hucko · · Score: 2, Funny

      But, but he made the Scorpion King in the 2000s...?

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
    231. Re:What about MySQL? by Anonymous Coward · · Score: 0

      OrAclE Scks!!! SuN RoolZ 4ever

    232. Re:What about MySQL? by windsurfer619 · · Score: 1

      Nah. PostgreSQL has won. We just haven't managed to persuade the MySQL users that they've lost yet. ;)

      I think they just haven't figured out how to pronounce PostgreSQL yet ;)

    233. Re:What about MySQL? by chez69 · · Score: 1

      Not any more. the last of that code is gone.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    234. Re:What about MySQL? by chez69 · · Score: 1

      if submitting 20 small queries instead of 1 join is faster, that app must really suck. Doing network fetches isn't free, most simple joins are fine if your tables are indexed correctly (assuming your DB doesn't suck). I do joins on tables with > 100 million rows in oracle and they are very fast.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    235. Re:What about MySQL? by jwhitener · · Score: 2, Informative

      I'm not thinking of table A joined to table B is slower than querying table A then table B.

      Think of a hundred tables, some of which are related (by keys) and some of which are not. As in, say 20 of them contain preferences about a user's web site layout, 20 contain general layout preference information, 20 contain the top content according to all user ratings, and 20 contain seasonal news/promo items.

      All of which is used to create a website layout for a customer.

      One approach would be to have one stored procedure, that does 5 queries, one after another, one per set of 20 tables, and merge the results into one set that is used to build the web view.

      A better approach would be to have your application execute the 5 queries simultaneously by kicking off 5 mini programs, and return the results to the application for merging.

      One big stored procedure handling it versus the application taking some of the load and having the option to run things in parallel.

      You divide the work up among the database server and the app server, as well as gaining the ability to run things simultaneously via multiple threads.

      This is where having ultrasparcs with 8 cores each and 8 threads per core really shines.

    236. Re:What about MySQL? by Anonymous Coward · · Score: 0

      JDeveloper was based on JBuilder (Borland)

    237. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Excellentamundo! Well put. That is exactly what happened/happens!

    238. Re:What about MySQL? by Anonymous Coward · · Score: 0

      have you heard of Myracle?

    239. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I think JDev 12 is going to be based on Eclipse, there has also been a lot of work on Eclipse plugin to allow better connectivity to the Oracle DB and more interaction with Business Components.

    240. Re:What about MySQL? by Anonymous Coward · · Score: 0

      This is me correcting my own post. I was both right and wrong on this one. Yes, the usage of occult by the original poster is right but occlude is from a different Latin root. Occult - L occultus (ptp. of occulere to hide from view, cover up) Occlude - L occlÅdere to shut up, close up When reading the reference, I misread "occulere" as "occludere"

    241. Re:What about MySQL? by khanyisa · · Score: 1

      Woops, selected Overrated instead of Funny by mistake when moderating, so commenting to overturn it...

    242. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I never really thought about about the Eclipse name joke like that. I like both IDE's of course I come from a background of java programming before both IDE's were even born. Both have good points and bad points and both are a hell of lot better than doing it all completely from the CUI.

    243. Re:What about MySQL? by Anonymous Coward · · Score: 0

      I have many co-workers that use Eclipse everyday, but that never got hold of point of the joke in the name.

      "Eclipse" is when the Sun is blocked/hidden/occulted by something else. It makes IBM's reasons for funding Eclipse dead obvious. Turn one of your competitor's product niche into a commodity.

      What about Lunar eclipse and otherwise?

    244. Re:What about MySQL? by Anonymous Coward · · Score: 0

      So if I assume we start with two firms (a duopoly) then I predict that we end up with two firms in the market! Brilliant!

      Also, what you said assumes identical costs.

    245. Re:What about MySQL? by mrpau · · Score: 1

      Oracle sells an enterprise database software with application suites around it. I don't see the point of providing for an alternative to their flagship product specially a free, and open source one like MySQL. This might mean MySQL will get forked by the community or that Oracle will leave MySQL to the community's hands.

    246. Re:What about MySQL? by ewanm89 · · Score: 1

      I believe netbeans is also a c/c++, ruby and python IDE (plus more languages I can't recall), as is eclipse... However I also know CS students who don't even know what IDE stands for. As my best lecturer says, a programmer should aim to learn at leas one new language each year. Basically learn the new and the old. I also agree, knowing formal names for things isn't what makes a person a good programmer.

    247. Re:What about MySQL? by DragonWriter · · Score: 1

      There's a few areas that MySQL still wins: ...
      Analytic functions and general SQL friendliness.

      How so? PostgreSQL's available aggregate functions appear to be a superset of MySQL's, and neither MySQL nor PostgreSQL support, in their current general release versions, what I've ususally seen referred to as "analytic" functions (windowed aggregate functions) at all (though PostgreSQL has some support in the 8.4beta.)

    248. Re:What about MySQL? by Anonymous Coward · · Score: 0

      Can you say Oracle Appliances?

    249. Re:What about MySQL? by Anonymous Coward · · Score: 0

      What the fuck is "netbeans"?

      They are the seeds of the internet. You plant some and sprinkle them with bits. Eventually they grow into a huge series of tubes. How do you think the internet was created? With lots and lots of netbeans.

      poor netbeans. no respect for being easier to use than eclipse and almost as powerful.

  2. New Solaris bit-by-bit licensing terms by imac.usr · · Score: 5, Funny

    1s - free
    0s - $10 per 0, minimum 100,000 0s

    --
    I use Macs for work, Linux for education, and Windows for cardplaying.
    1. Re:New Solaris bit-by-bit licensing terms by Anonymous Coward · · Score: 0

      Now they can charge by the core and *for* the core

    2. Re:New Solaris bit-by-bit licensing terms by Nerdfest · · Score: 2, Insightful

      Ouch. Still cheaper than IBM though.

    3. Re:New Solaris bit-by-bit licensing terms by Anonymous Coward · · Score: 0

      I always wondered why java .class files contain so many zeros.

    4. Re:New Solaris bit-by-bit licensing terms by kimvette · · Score: 4, Funny

      1s - free
      0s - $10 per 0, minimum 100,000 0s

      per processor core, multiplied by the number of megabytes of RAM installed in your system.

      Oh, pardon me, this isn't a production system, but is a development workstation? Allow me to refer you to the above licensing fee schedule. Thank you for choosing Oracle!

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    5. Re:New Solaris bit-by-bit licensing terms by Anonymous Coward · · Score: 0

      And of course, you'll have to pay 5$ to see the price, since crafty customers could otherwise skip the last bit!

    6. Re:New Solaris bit-by-bit licensing terms by MobyDisk · · Score: 5, Funny

      Just give me the 1s, and tell me where they go. I'll fill in the 0s myself. :-)

    7. Re:New Solaris bit-by-bit licensing terms by mzs · · Score: 1

      Oh man I hope not. The falling price of Solaris circa 2.7 was a Godsend. For those that mentioed IBM, You should see a Sybase fee structure sometime. With IBM at least you get reasonable support.

    8. Re:New Solaris bit-by-bit licensing terms by HeavyDevelopment · · Score: 1

      I can get the 0s torrent at The Pirate Bay.

      --
      Badges!?! We don't need no stinking badges!
    9. Re:New Solaris bit-by-bit licensing terms by Anonymous Coward · · Score: 0

      HAHAHA I get it it's funny because microsoft stuff costs money! What an original and hilarious joke! And so totally unexpected on Slashduh!

    10. Re:New Solaris bit-by-bit licensing terms by Anonymous Coward · · Score: 0

      Obviously someone that's never priced Oracle.

    11. Re:New Solaris bit-by-bit licensing terms by ignavus · · Score: 1

      Just give me the 1s, and tell me where they go. I'll fill in the 0s myself. :-)

      Hmmm. That was a silly move.

      --
      I am anarch of all I survey.
    12. Re:New Solaris bit-by-bit licensing terms by Anonymous Coward · · Score: 0

      Oh, pardon me, this isn't a production system, but is a development workstation? Allow me to refer you to the above licensing fee schedule. Thank you for choosing Oracle!

      round up to nearest $250K and add 22% annual maintenance on software that was fully amortized 15 years ago.

  3. Wow by rackserverdeals · · Score: 4, Interesting

    This is a big surprise.

    Wonder if Solaris will become their main development platform again.

    --
    Dual Opteron < $600
    1. Re:Wow by R2.0 · · Score: 1

      I'm reminded of an (obviously) old saying about Washington DC: "Northern efficiency with Southern hospitality."

      Now it's "Southern efficiency with Northern hospitality". I wouldn't count Oracle/Sun as getting the best of both worlds.

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
    2. Re:Wow by Anonymous Coward · · Score: 2, Funny

      Jesus, the Linux weenies are out in force today!

    3. Re:Wow by Anonymous Coward · · Score: 3, Insightful

      Poorly run company with shitty products?

      You can bet your money on it

    4. Re:Wow by slashdot_commentator · · Score: 2, Insightful

      My guess is that they'll put Solaris in maintenance mode until Linux becomes accepted as a high-availability, enterprise platform. At that point, there would be no reason to maintain Solaris; companies would move to Linux anyway.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    5. Re:Wow by slashdot_commentator · · Score: 2, Insightful

      I'd head out to Sun's website and grab Solaris 10 (10/2008) while its still free. I should get a recommended patch set while I'm at it as well...

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    6. Re:Wow by Ripit · · Score: 1

      You're thinking of John F. Kennedy, who said, "Washington is a city of Southern efficiency and Northern charm."

    7. Re:Wow by wlt · · Score: 5, Insightful

      Actually. I think it might well go the other way. That Oracle decided to fork/clone Red Hat shows one thing - Oracle WANTS to have an OS.

      Now they have one.

    8. Re:Wow by flex941 · · Score: 1

      It may stay as "Masterfully run company with shitty products".

      No betting allowed.

    9. Re:Wow by rackserverdeals · · Score: 4, Informative

      Why would they use Solaris? Even Sun hardly seemed to use it that much ;o)

      When you say stupid things, you might want to consider posting anonymously next time :)

      Anyway....

      When IBM was considering buying Sun, Forbes put out a video on Sun's legacy which some of you might find interesting.

      It's sad to see Sun go down, but I'm optimistic about the merger with Oracle.

      --
      Dual Opteron < $600
    10. Re:Wow by morgan_greywolf · · Score: 1

      Oracle MyJavaSQL on Bulletproof Solaris?

    11. Re:Wow by linhares · · Score: 1

      who modded that funny? it's insightful, & not funny!

    12. Re:Wow by Dystopian+Rebel · · Score: 1

      Washington D.C. : "Where Control (FBI, DEA) meets Chaos."

      --
      Rich And Stupid is not so bad as Working For Rich And Stupid.
    13. Re:Wow by Anonymous Coward · · Score: 1, Funny

      Oracle has shitty products? The database is fantastic. Nothing comes close.

    14. Re:Wow by ajsbsd.net · · Score: 1

      well put in 3 lines!

    15. Re:Wow by slashdot_commentator · · Score: 1

      You're not looking at the environment properly.

      It costs money to keep modifying an OS with competitive improvements. Oracle is a database/services company. What do they gain by spending money on their own proprietary OS?

      Oracle is not abandoning Linux because it may be the enterprise OS of the future. I have no idea what they plan to do with their RedHat agreements. Oracle short-term will keep Solaris to keep Sun's enterprise clients.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    16. Re:Wow by slashdot_commentator · · Score: 0, Troll

      You think your opinion really means anything, Coward Troll?

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    17. Re:Wow by drsmithy · · Score: 1

      Actually. I think it might well go the other way. That Oracle decided to fork/clone Red Hat shows one thing - Oracle WANTS to have an OS.

      There is a vast gulf of difference between taking another OS and changing the paintwork, and actually having to do all the work yourself.

      Oracle clearly wants the former, for branding and money extraction purposes. It's rather questionable if they want to deal with the substantial expense of the latter.

    18. Re:Wow by slashdot_commentator · · Score: 1

      Damn. What an awesomely apropos statement.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    19. Re:Wow by Godji · · Score: 1

      Ca you get the patchset for free? I thought you needed a support contract for any patches.

    20. Re:Wow by Anonymous Coward · · Score: 0

      I think you meant: Washington D.C. : "Where CONTROL meets KAOS."

    21. Re:Wow by RichardJenkins · · Score: 1

      A masterfully run company with great products, clearly.

      What did you thin....ooooh I see.

    22. Re:Wow by rackserverdeals · · Score: 1

      My guess is that they'll put Solaris in maintenance mode until Linux becomes accepted as a high-availability, enterprise platform. At that point, there would be no reason to maintain Solaris; companies would move to Linux anyway.

      Solaris is already accepted as a high-avilability, enterprise platform today. And since Oracle is already selling their DB in the enterprise data center, why use Solaris only as a stopgap until linux meets your criteria?

      That doesn't make any sense.

      Solaris development is far from stagnant and Solaris/SPARC is a trusted and tested platform for Oracle.

      The smartest thing Oracle could do is continue supporting linux but ditch or downsize their development team for their linux distro and move to Solaris.

      --
      Dual Opteron < $600
    23. Re:Wow by Samah · · Score: 1

      Sun = Poorly run company with great products Oracle = Masterfully run company with shitty products I wonder how that DNA is going to come together...

      I think it depends on which name becomes the new internet jargon for the company.
      Orasun = Masterfully run company with great products
      Sunracle = Poorly run company with shitty products

      You decide!

      --
      Homonyms are fun!
      You're driving your car, but they're riding their bikes there.
    24. Re:Wow by rackserverdeals · · Score: 4, Informative

      Most of Sun's revenue comes from their Sparc hardware, even though sales have been declining.

      They need Solaris for their Sparc servers and since the x86 and Sparc versions come from the same codebase, and the x86 server sales are increasing, it doesn't make sense to ditch Solaris.

      One of the reasons Sun's became such a dominant player in the unix market (especially considering their relatively small size) is that, in addition to buying Sun's hardware on the merits of the hardware, a lot of people would buy sun hardware to be able to run Solaris. The same is not true for HPUX and AIX. While there are some fans of those OSs, they dwarf in comparison to Solaris.

      Oracle wants sun's hardware business, including SPARC. That means Solaris isn't going anywhere.

      --
      Dual Opteron < $600
    25. Re:Wow by mzs · · Score: 1

      Ah here is the sensible reply I was looking for. Now onto speculation:

      As an example Oracle9i runs fine on a block device instead of a fs. The OS only seems to get in the way in the eyes of Oracle DB. That lends credence to the idea that Solaris vs. Linux is not worth the extra dev and maintenance costs. After all Oracle Corp already can sell you a turn key solution involving x86 boxes, Linux, and 10g. One thing that people running Oracle DBs on Linux wish they had was truss and dtrace though. Oracle Corp may decide that it is cost effective to release dtrace under the GPL. They may see ZFS as a cash cow for the current Solaris clients though, so you can forget about that.

    26. Re:Wow by knghtrider · · Score: 1

      Hm..I worked this via Punnett Square,and I come up with crappy run company with crappy products that will get sucked up by IBM and parted out like an old car.

      --
      In America today you can murder land for private profit. You can leave the corpse for all to see, and nobody calls the c
    27. Re:Wow by ElitistWhiner · · Score: 1

      Sun = Poorly run company with great products
      Oracle = Masterfully run company with shitty products

      mod +1

    28. Re:Wow by Anonymous Coward · · Score: 0

      Oracle masterly run? I guess that means you have never been an Oracle customer.

      Thanks for the laugh, though.

    29. Re:Wow by dna_(c)(tm)(r) · · Score: 1

      It's sad to see Sun go down

      Here, here, don't get depressed, it will rise again tomorrow morning

    30. Re:Wow by multipartmixed · · Score: 1

      > As an example Oracle9i runs fine on a block device instead of a fs. The OS only seems to get in the way in the eyes of Oracle DB.

      Not entirely true.

      1. Running Oracle on a block device instead of a filesystem makes certain classes of backups (like coldsnaps) a real pain in the ass
      2. Ever since libaio, the filesystem layer is no longer significant in terms of Oracle performance (at least on Solaris, don't know about others).

      ZFS with automatic hotsparing blah blah may actually improve things for filesystem-backed data. My experience is strictly with UFS (or old VxFS) and SVM/ODS/SDS (or old VxVM)

      --

      Do daemons dream of electric sleep()?
    31. Re:Wow by Anonymous Coward · · Score: 0

      Some of Oracle's products are not the best in class, but their database is amazing and absolutely the best in the business as a general database with perhaps a small nod to mssql in the smaller markets. Also, their business apps (Oracle eBiz, PeopleSoft, Siebel) and application server (Weblogic) are really very good and probably better than SAP and Websphere respectively for most cases. Then there's OAS and Collab Suite, so you have a point there, but to call Oracle products shitty only proves you don't know what you're talking about.

    32. Re:Wow by DiegoBravo · · Score: 1

      Yes... Oracle is a business, and at the end they will be looking for the best $$ alternative. It's problematic to invest in two competing products... the best option is to kill one of them, or retarget the markets for them. Now, the last alternative is a bit difficult given that both OS are currently targeted to high end enterprise.

      Now, what's the best alternative??? I think Linux, because in the long people will like to uniformize and standarize the OS, the same way other low level details were done (like TCP/IP). Just my bet.

    33. Re:Wow by DrgnDancer · · Score: 1

      SGI and Cray (and for that matter Sun and IBM) run Linux on some of the most powerful computers in the world. In fact, the in the November 2008 top 500 supercomputers list 9 of the top 10 run Linux (CNL is Compute Node Linux, a light kernel used for cluster nodes). The tenth runs... well MS Windows HPC... Go figure. There's actually a Sun machine in that top 10 list. It runs Linux too.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    34. Re:Wow by rackserverdeals · · Score: 1

      I posted this somewhere else.

      Larry Ellison said one of the main reasons they were buying Sun was for Solaris.

      Solaris/SPARC is the leading platform where Oracle is deployed. Even though Larry was the one that decided to switch the development platform to Linux, Linux still didn't beat out Solaris/SPARC for customer deployments.

      It wouldn't surprise me to see the development environment switch back to Solaris now, it makes sense to follow what your customers want, and it seems that customers want Oracle/Solaris/SPARC.

      If you have to make a decision for a mission critical deployment, and your job is on the line, the safest choice is Oracle/Solaris/SPARC rather than Oracle/Linux/x86.

      --
      Dual Opteron < $600
    35. Re:Wow by Anonymous Coward · · Score: 0

      It'll be like the child that results from a smart ugly guy screwing his hot and dumb cousin.

    36. Re:Wow by Anonymous Coward · · Score: 0

      Being the sole copyright-holder of Solaris, maybe Oracle will merge Solaris with Linux...
      Linaris, anyone?

    37. Re:Wow by gbjbaanb · · Score: 1

      quite true, so now what does this mean for 'unbreakable' Linux? Will it be slowly dropped, or kept around as the x86 alternative to Solaris? In the datacentre, I'm certain Solaris will be the old new OS for Oracle... what about smaller customers, I don't think Solaris for x86 ever really got anywhere, definitely not compared to Linux.

    38. Re:Wow by bennomatic · · Score: 2, Insightful

      Oracle = Masterfully run company with shitty products

      I'm not sure I agree. Love it or hate it, their core product--their database--is what runs any enterprise application where fast, reliable transactions are required. You can't run Visa or SalesForce on MySQL. It'd be great if you could, but they'd break under the load.

      To which product(s) are you referring?

      --
      The CB App. What's your 20?
    39. Re:Wow by jadavis · · Score: 1

      having to do all the work yourself

      From what I understand, Oracle is fairly interested in the details of an OS -- not even counting all the Solaris engineers they just acquired.

      Oracle has already implemented their own NFS, for example, and they have put quite a bit of work into bypassing the filesystem and making their own buffer cache.

      That doesn't match the profile of a company that just wants to change the paintwork and rebrand.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    40. Re:Wow by mzs · · Score: 1

      My brain boggles that you got AIO, VxFS, and Oracle DB to play nicely, wow you don't know how lucky you were or you did it under a certain mix of versions that was relatively stable.

      I agree in point 1, but the performance increase was typically 30% or so. Thus that pain had to be dealt with.

      The ZFS point, again why I see Oracle Corp seeing a place where there is money to be made.

    41. Re:Wow by gbjbaanb · · Score: 1

      To which product(s) are you referring?

      all the other ones. All the application servers, Peoplesoft, Siebel (ugh)

    42. Re:Wow by fm6 · · Score: 1

      They need Solaris for their Sparc servers and since the x86 and Sparc versions come from the same codebase, and the x86 server sales are increasing, it doesn't make sense to ditch Solaris.

      Two little details: First, there's a SPARC version of Linux, though Sun doesn't support it. (Cannonical does.) Second, most of Sun's x86 servers end up running Linux or Windows. A lot of Sun people are in denial about that, and still pretend that the x86 systems are still just a migration path to SPARC; Oracle will have no reason to continue that pretense.

      That said, I do agree that Oracle is likely to keep Solaris going. Oracle database does run on Linux, but Oracle people tend to prefer Solaris. It's probably not a coincidence that Sun got acquired by the one company that actually has a serious use for the OS.

    43. Re:Wow by Znork · · Score: 1

      why use Solaris only as a stopgap until linux meets your criteria?

      Linux basically is there already. Any holdouts not accepting Linux as a HA enterprise platform tend to be of the kind mostly reading fairly old recycled marketing materials.

      Solaris is nice enough, but Solaris/SPARC is nowhere near the top absolute performance anymore, nor even a player on the price/performance spectrum. And Solaris/x86 has been treated like the bastard stepchild for so long that most seem to take it about as seriously as Sun used to. Better to go with the flow and run one of the tested and widely deployed Linux variants.

      The smartest thing Oracle could do is continue supporting linux but ditch or downsize their development team for their linux distro

      I wouldn't disagree with that one, but I'd suggest they'd apply it to Solaris as well. Oracle doesn't have the cost structure or expertise to compete in highly competitive environments; I don't see that many who'd buy Oracle products if they could obtain the exact same product for free or supported by someone else.

      Apart from the cost to Ellisons ego, it'd probably be cheaper for Oracle to ship a preconfigured Redhat with Redhat support than to try to provide the same service in house.

    44. Re:Wow by butlerm · · Score: 1

      Oracle didn't get to be where it is today with a sub par database server. Oracle is far and away the best database server on the planet, bar none. No one is likely come close for at least a decade. Not Microsoft, not IBM, not PostgreSQL, not anybody. If anything the gap between Oracle and its database competitors is getting wider.

    45. Re:Wow by Anonymous Coward · · Score: 0

      SGI and Cray (and for that matter Sun and IBM) run Linux on some of the most powerful computers in the world...

      In those cases Linux is essentially a loader for the software; try using it for a transactional system in which the kernel is heavily thrashed by thousands of threads simultaneously and you'll see something resembling cold treacle. That's what Oracle has learned and why it needs Solaris.

    46. Re:Wow by rackserverdeals · · Score: 1

      Two little details: First, there's a SPARC version of Linux, though Sun doesn't support it. (Cannonical does.)

      I had Debian running on an old SPARC box a few years ago, but Linux on SPARC is not a viable alternative for enterprise deployments. While Cannonical may support it, it's not going to be supported by most ISV's. I don't even believe Oracle has support for Ubuntu. In the enterprise data center, if you're talking linux, you're generally talking RedHat. That's where the ISV support is. RedHat no longer supports SPARC.

      Second, most of Sun's x86 servers end up running Linux or Windows.

      I've said this in other threads. Oracle gets deployed on Solaris/SPARC more than on Linux according to what Ellison said today. In addition to Oracle, Solaris enterprise applications. Solaris is still viable but Solaris/x86 adoption has been slow for a number of reasons, including Sun's own sales people. A number of ISVs, such as SAP support Solaris/x86.

      Plus, Intel's work with OpenSolaris indicates that there's a lot of good stuff in Solaris or coming into it.

      There's a lot of potential there and Oracle should work harder to get more Solaris/x86 adoption to help drive sales in the higher margin SPARC servers. It seems that some Sun sales people were afraid to do that, thinking it would further cut into their SPARC sales.

      It doesn't matter that Sun's been selling x86 hardware without Solaris. At least people know that sun is now selling x86 hardware, which took a lot of people a long time to realize.

      --
      Dual Opteron < $600
    47. Re:Wow by Anonymous Coward · · Score: 0

      Actually. I think it might well go the other way. That Oracle decided to fork/clone Red Hat shows one thing - Oracle WANTS to have an OS.

      Now they have one.

      Yes. Probably RedHat is the next target.

    48. Re:Wow by TheSunborn · · Score: 1

      They may have the best database, but their cli tools really sucks. They don't even have a history.

      And the entire database is much to complicated to set up and get running. So yes it might be the best if you got a guy
      who's only job is to babysit Oracle.

    49. Re:Wow by butlerm · · Score: 1

      SQL*Plus needs some improvements, definitely. If you want a small (4GB) database, you can just install Oracle Express RPM and it will run immediately. Otherwise, unless you have a critical application, just choose "default database install" and the Oracle installer will do almost everything for you. I haven't created a database using anything other than the Oracle database installer (or RPM as of late) for more than a decade. Then I add new tablespaces after the fact, if necessary.

      A competent Oracle DBA could easily maintain hundreds of Oracle database servers, so I don't know what you are talking about there. Small shops only really need a DBA for custom development (database design), if that. Oracle is a very straightforward database to develop for and administer if you stick to the basics. The actual pain level of developing a serious application for MySQL instead of Oracle is much worse. Oracle's only serious downside is that it is rather expensive. Oracle Express removes that argument for small (4GB) databases, however.

    50. Re:Wow by jafac · · Score: 1

      I don't know about that match up, but I am greatly relieved that I will not one day be facing an install dialog for "MyDB/2". Or "LotusBeans" . . . just the thought of that. . . fuck! I wish Sun hadn't been bought by Oracle, but better Oracle than IBM or (shudder) MS.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    51. Re:Wow by TheSunborn · · Score: 1

      But I don't know any small shop which have a DBA. It is almost always the main developer who define the database and write the sql. I currently work in a very small shop(Just me doing development :} so I define the schema, write the sql when needed and do the website/application development. (Mostly in java). Oh and I also install the server(Which is really a virtual server, so we only got 512MB Ram, don't try to run Oracle on that) so I really just want a fire and forget database.

      And I run postgresql, not mysql if I can. I really hate the mysql (un)optimizers inability to handle views in a sane way.

    52. Re:Wow by Anonymous Coward · · Score: 0

      Real Developers(TM) are DBA's! I've been both on Oracle products for over a decade and I have no idea how a developer can function without having deep insight into the functioning of the database...

      Oh yeah, IMHO

    53. Re:Wow by Anonymous Coward · · Score: 0

      Poorly run company with shitty products. Oracle have a proven track record of fucking up products that they acquire.

    54. Re:Wow by Anonymous Coward · · Score: 0

      Allmost all the Sun servers and workstations that they use internally use Solaris + SPARC (a few Solaris + x86, and a very very little number of Wintel), what are you talking about?

    55. Re:Wow by Tumbleweed · · Score: 1

      Sun = Poorly run company with great products
      Oracle = Masterfully run company with shitty products

      I wonder how that DNA is going to come together...

      Probably they'll combine the great company with the great products, then spin off a second company that is shitty with the shitty products, call it Yahoo, and hope MS buys it (or that it gets some bailout money).

    56. Re:Wow by phoenix_rizzen · · Score: 1

      Or, use a zvol instead of a full-fledged zfs filesystem. You get all the benefits of the storage pool and easy snapshotting, as well as all the benefits of a "bare blockdevice".

    57. Re:Wow by fm6 · · Score: 1

      More than your ill-informed crap. If you'd bothered to head any of the reporting on this story, you'd know you were spouting BS.

    58. Re:Wow by fm6 · · Score: 1

      Right. Oracle has no interest in the OS that most Oracle installs run on top of.

    59. Re:Wow by Patenonkel · · Score: 1

      "Let's have babies," said the beautiful blonde to Albert Einstein. "just imagine them having my looks and your brains!". "I'd rather not," Albert replied. "just consider them having MY looks and YOUR brains.".

    60. Re:Wow by Kuad · · Score: 1

      You need a support contract for patch bundles. Individual patches are free, but incredibly inconvenient to bundle yourself.

    61. Re:Wow by multipartmixed · · Score: 1

      Does zvol know where there is/isn't data?

      If not, snapshots would have to be the same size as the total storage available, which might get .. challenging .. in some cases.

      --

      Do daemons dream of electric sleep()?
    62. Re:Wow by EmagGeek · · Score: 1

      >> To which product(s) are you referring?

      Whichever one my company is running that crashes under the load whenever timesheets and expense reports are due. :)

    63. Re:Wow by fm6 · · Score: 1

      As a matter of fact, I mostly agree with you. I just don't agree that there's any connection between Solaris's survival and the survival of Sun's x86 servers.

      But yeah, the Oracle takeover is the best thing that could possibly happen to Sun's x86 products. Until now, they've been limited by the SPARC/Solaris Everwhere! mindset that still dominates Sun. (Better than it used to be — remember Cobalt? — but still pretty bad.) Now these servers will fall into the hands of a huge sales force that has no prejudice against commodity systems and is deeply connected to customers who are more than ready to buy them — especially if they come pre-integrated with an Oracle application stack.

      All this assumes that Oracle plans to continue this product line. Lots of people are asserting that they'll shut it down or sell it off. But I'm seeing lots of signs that they actually intend to run with it. Hard to understand how they can squeeze $1.5 billion in profits from Sun in the first year any other way.

      If they do do that, they are going to own the damned commodity server marketplace.

    64. Re:Wow by rackserverdeals · · Score: 1

      Last reported quarter, Sun had around $916 million dollars in UltraSPARC/CoolThreads related hardware billings and only $176 million in x86 servers. The SPARC servers are supposedly also higher margin than the x64 servers.

      SPARC sales are declining, while X86 servers (and CoolThreads) are increasing, but that's still a lot of money for SPARC. Add to that whatever the share of the $900 million in total hardware/os support fees that go towards SPARC based servers.

      Just on those numbers alone, if you bought Sun for what Oracle is spending, would you kill SPARC? You would be stupid to.

      Now throw in that more of your existing customers are choosing Solaris/SPARC over any other combination out there and killing SPARC seems even more boneheaded.

      That's especially important because of how much Oracle has been pushing Linux. When you're pushing in one direction, and your customers aren't going along with you, it's time to reassess your game plan.

      One thing I hope they do, which will likely boost Sun's T2 based servers higher, is reduce the core factor from .75 to .5 at least, which is what Intel and AMD multicore chips, and even some of the T1 chips were at. Some of the T1s are actually down to .25.

      In fact, I think they have to do that to keep T2 going strong with Nahelem out now. There's probably some time to milk T2 for a while until the 5500 series XEON motherboards can support 4 processors.

      Oracle isn't cheap, so I can understand why people buying Oracle wouldn't be concerned too much about the cost of the hardware. Plus, if you're server is generating millions of dollars a year, the difference between an Oracle/Sun vs Oracle/x86 solution is a drop in the bucket.

      If you get a T5440 server with 4 8 core T2 Plus processors, 64GB memory, 2 SAS disks it will cost you $92k.

      32 Cores * .75 is 24 processor licenses for that machine. Oracle Standard Edition licensing would be $420,000 or $1,140,000 for Enterprise edition. The cost of the hardware is already pretty insignificant.

      I think Sparc servers are like SUVs. In the beginning they were specialized and only certain people bought them. Then they became popular (dot com era) and financing (vc money) was easy to get, then everyone had to have them. Until gas prices went up, then a lot of people realized they weren't worth it.

      But for the people that really need them, they are still worth the price, and they are still willing to pay a premium and the makers can charge a higher margin on them.

      Oracle/Sun just needs to figure out where the real market is and adjust, and SPARC can be profitable.

      CMT and X86 servers will help boost revenue as SPARC revenue declines.

      Sun makes some really nice servers. They were the first to come out with an 8 way quad opteron server and the design is pretty neat.

      They are also working closely with Intel now on both their servers and OS. Intel seems to really like Solaris.

      I like Solaris, I think people here really sell it short. When Solaris 10 first came out, linux fans kept saying the new features were no big deal, Linux would have them soon. Here we are so many years later and still no ZFS or DTrace equivalents ready for a production environment.

      --
      Dual Opteron < $600
    65. Re:Wow by fm6 · · Score: 1

      I mostly agree with your analysis (the SUV analogy is particularly apt) but I think you're making a very flawed assumption: that Sun's share of the x86 server market is as big as its going to get. As I've already argued, Oracle is in an excellent position to grow that market drastically.

    66. Re:Wow by rackserverdeals · · Score: 1

      very flawed assumption: that Sun's share of the x86 server market is as big as its going to get.

      I'm not making that assumption. I think the x86 market will grow for Sun and I'm really surprised they haven't seen greater growth in that line. They have good designs and on their lower end, are price competitive with Dell. They even offer some larger servers and their relationship with Intel and AMD help them get them out to market fast. They were the first to come out with an 8 way quad opteron server. The x4600. And look. He picked up the server by the back of the chassis and didn't start bleeding :) Ok, most server manufacturers solved that problem now, but I've had my share of cuts from doing that.

      According to IDC figures, the Unix server market is still about 2x as big as the linux server market or more. I don't remember the exact figures. That would indicate that they're selling at well below the current market potential, in my view.

      What concerns me is that Andy Bechtolsheim went to part time so he could start another company. I don't know if that's because Sun hasn't been pushing x86 or because Andy is more a start-up guy. My guess would be he just likes start-ups. They've done well for him in the past.

      In any case, SPARC is big business for Sun and will likely be so for a long time. At the current rate of declines for SPARC and gains for X64, it would take many years for SPARC to not be the dominant server for the company.

      And Solaris is doing well too and is cheaper than redhat.

      --
      Dual Opteron < $600
    67. Re:Wow by Anonymous Coward · · Score: 0

      Or work for a company with a support contract as a Solaris system administrator. Hmmmm....

    68. Re:Wow by rackserverdeals · · Score: 1

      To add. I also thing Sun has been getting a very raw deal.

      Everyone is painting IBM as such the Linux supporter, but when you get IBM salespeople in, AIX and DB2 come up in the conversation.

      IBM and HP have had Solaris to Linux migration campaigns, but not AIX or HPUX to Linux migration drives and if you search for AIX vs IBM you'll find some intersting stuff on IBM's site.

      Solaris was (maybe still is) the leading Unix. HP and IBM didn't say Linux was better than Unix. They said Linux was better than Solaris and people believed them. Well if Linux > Solaris and Solaris was > AIX/HPUX, what does that say?

      I think the Linux community got suckered into IBM's marketing plan when they got sued by SCO. IBM wasn't defending Linux, they were defending themselves. It's not like linux was being sued and IBM stepped in. IBM was the defendant.

      It seems very strange to me that open source proponents would essentially further IBM's marketing against Sun, when Sun has done more for open source if you look beyond the linux kernel.

      --
      Dual Opteron < $600
  4. Site already slashdotted ... by mbyte · · Score: 2, Funny

    Seems oracle.com is down :(

    Somehow i did hoped IBM would go and buy SUN, if this is really definitive .. how do IBM and Oracle play together ?

    1. Re:Site already slashdotted ... by blueZ3 · · Score: 1

      Not the whole site...

      See: http://www.oracle.com/sun/index.html

      --
      Interested in a Flash-based MAME front end? Visit mame.danzbb.com
    2. Re:Site already slashdotted ... by rackserverdeals · · Score: 1

      Seems oracle.com is down :(

      Somehow i did hoped IBM would go and buy SUN, if this is really definitive .. how do IBM and Oracle play together ?

      Too bad they didn't have time to migrate from oracleAS/Linux to SJES/Solaris to avoid this :)

      --
      Dual Opteron < $600
    3. Re:Site already slashdotted ... by jamesh · · Score: 5, Funny

      Seems oracle.com is down :(

      They've switch to Solaris already???

      (ducks and runs for cover :)

    4. Re:Site already slashdotted ... by Anonymous Coward · · Score: 1, Funny

      Seems oracle.com is down :(

      ... and seems to be running behind the F5 BigIP load balancers that featured on /. recently - see netcraft.

    5. Re:Site already slashdotted ... by BlackPignouf · · Score: 1
  5. Because of Oracle Database by Chlorine+Trifluoride · · Score: 3, Interesting

    Is this the end of MySQL?

    1. Re:Because of Oracle Database by Anonymous Coward · · Score: 0

      Does a bear shit in the woods?

    2. Re:Because of Oracle Database by hartz · · Score: 1

      I have a feeling that MySQL will be forked soon. The original will stagnate and the fork will die because it doesn't have Multi-processor support. It will be a slow painful death, drawn out by the following/momentum/install base of MySQL.

      --
      --- Abnormally normal.
  6. Sad end by saratchandra · · Score: 2, Insightful

    This doesn't bode well for some good hitherto lesser known products from Sun. Personally I'm a bit worried about Lustre.

    1. Re:Sad end by rackserverdeals · · Score: 2, Interesting

      Why would oracle ditch Lustre?

      Lustre is a great file system for HPC clusters and is being more integrated with ZFS. I think something like 50% of the top supercomputers use Lustre.

      It operates in a different space than Oracle's filesystems and doesn't directly compete with it, but is important for Sun's hardware business.

      It wouldn't make sense to put Lustre on the back burner. Even if they did, it's open source.

      --
      Dual Opteron < $600
    2. Re:Sad end by mzs · · Score: 1

      The fact that Lustre is not Java, MySQL, or OpenOffice means that Oracle is not likely to care about it. That is what the original poster was worried about. Yes Lustre is great and I hope it can exist well as OSS without a corporate backer in the near future.

    3. Re:Sad end by rackserverdeals · · Score: 1

      Don't forget Sun's storage products. Knocks out the need for EMC which was a common to see along side Oracle deployments.

      --
      Dual Opteron < $600
    4. Re:Sad end by saratchandra · · Score: 1

      I use Lustre on the petaflop supercomputer at Oak Ridge and mostly satisfied with the I/O performance even for 64k+ cores. Hence my worry about its future direction. Oracle doesn't have any interest in HPC and hence not sure how they will treat Lustre. I would be very happy to admit if my worries are misplaced.

    5. Re:Sad end by GuerillaRadio · · Score: 1

      Exactly. Oracle would never be in a situation where they lack Lustre.

      --
      If a man empties his purse into his head no man can take it from him. An investment in knowledge pays the best interest.
  7. Wow. Just Wow. by wandazulu · · Score: 4, Insightful

    Maybe this isn't out the of realm of conceivability to others, but it was to me...Oracle is a software company (one that runs a lot on Sun hardware), and suddenly becoming a hardware company has got to be a daunting challenge, regardless of who you are or how smart you are.

    The implications are staggering across the board. Maybe Oracle decides they don't want to the hardware, just Java and MySQL (...they got it, finally), but then all that Sun hardware and Solaris...? Or maybe they want to make Solaris/Sun hardware the best platform for Oracle products (already the case as far as I know), then what of support for all their other platforms.

    Oracle likes to buy a lot of companies, but they've all been, more or less, niche players in specific markets to fill in the gaps of their own offerings. I can't imagine what "gap" buying Sun will fill, other than something will be certainly be filled.

    1. Re:Wow. Just Wow. by eldavojohn · · Score: 5, Insightful

      Oracle likes to buy a lot of companies, but they've all been, more or less, niche players in specific markets to fill in the gaps of their own offerings. I can't imagine what "gap" buying Sun will fill, other than something will be certainly be filled.

      Application server? Java development environment? Control of the Java language? UI Technology? Hardware?

      Everyone seems to be missing the big picture: Oracle's goal is to offer you a fully supported "stack" from database to application server to hardware and everything in between. All the development tools, technologies, languages, etc. So they can lock you in and offer you the full range of support, no handing you off to so and so because it's not a database problem anymore. Would you pay a premium for that? That's how you make money. And now, they have filled a lot of those gaps and have absorbed some great teams to make that dream a reality. Or so they believe. We'll see how this turns out.

      --
      My work here is dung.
    2. Re:Wow. Just Wow. by slashdot_commentator · · Score: 4, Informative

      Its highly unlikely Oracle will maintain Sun's hardware aspect of the business. Sun already has put SPARC into legacy mode. Oracle will probably keep or sell off the hardware products that can sustain itself. It will probably maintain the legacy server stuff, to keep its high-end ticket customers who buy Sun for high-availability systems.

      An accepted tactic to grow a customer base is to buyout another company's customer base. Its usually considered to be a cheaper route than investing in taking away a competitor's customer base. This is probably the reason Oracle went for Sun. Oracle has become more services/consultant oriented. It can't really break into IBM's territory, partly because of IBM's hardware components for "complete solutions" or enterprise market. This allows Oracle to grab all the customers IBM hasn't already taken away.

      The bigger question is what Oracle plans for Sun's software products, like Solaris, MYSQL, and Java.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    3. Re:Wow. Just Wow. by morgan_greywolf · · Score: 2, Interesting

      You're right. I just don't get it. MySQL makes sense for Oracle. The hardware business makes no sense whatsoever.

      Java really doesn't make much sense for Oracle, either. A lot of databases might get use Java front-ends, but so what? Oracle hasn't been in that business.

      In the end, I think goes down like this: This is about two things: Red Hat and MySQL. Oracle's RHEL variant has been a a complete bust; Oracle customers have been sticking with Red Hat. Read Matt Assay's column over on C|Net if you don't understand the whol;e Red Hat/Oracle rivalry; he makes pretty good sense of it.

      Oracle may have always wanted MySQL, but it's also been desperate for an OS to compete with Red Hat's, and it just got one in Solaris. It also has Sun's Linux offering (Java Desktop), but I don't think that's a real prize for Oracle, who has always been on the server end.

    4. Re:Wow. Just Wow. by Saint+Stephen · · Score: 2, Funny

      I think Oracle on AIX is pretty powerful, and popular.

    5. Re:Wow. Just Wow. by Angostura · · Score: 2, Interesting

      I agree that Oracle will kill off Sparc, but I would expect it to retain a Sun-branded hardware business, based on Intel. That will be a key part of the soup-to-nuts stack strategy, I would have thought.

    6. Re:Wow. Just Wow. by kestasjk · · Score: 3, Interesting

      I would have considered a Sun/Apple merger more likely

      --
      // MD_Update(&m,buf,j);
    7. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      Oracle will sell of the HW division to Fujitsu

    8. Re:Wow. Just Wow. by slashdot_commentator · · Score: 2, Interesting

      No, what would Oracle gain from selling customized PCs? (I exaggerate, but that's what it is.) It costs money to invest in hardware development and marketing to get companies to buy the hardware package over a cheaper competitor. Companies didn't buy Sun equipment for its hardware. They bought it as a component of an enterprise high-availability system. Sun didn't sell a database product. They sold a platform product to run your database product on. Sun depended on OS lock in to move their hardware product. Sun couldn't survive on that model, and you expect Oracle to perpetuate it?

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    9. Re:Wow. Just Wow. by Anonymous Coward · · Score: 1

      I think Oracle on AIX is pretty powerful, and popular.

      Shoulda stopped after "powerful".

    10. Re:Wow. Just Wow. by slashdot_commentator · · Score: 1

      You're looking at it all wrong. Oracle sells a database/services/consulting product, not an OS product. They would NEVER niche themselves into a complete black box product. They'll keep offering current products on Linux and on IBM. Oracle doesn't like RedHat because they think they can supplant RedHat's service offerings. The market is not going to move back to Solaris.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    11. Re:Wow. Just Wow. by rackserverdeals · · Score: 1

      Sun already has put SPARC into legacy mode.

      RedHat decided to switch to OpenSolaris.

      See, I can make up stupid statements without anything to back it up too.

      --
      Dual Opteron < $600
    12. Re:Wow. Just Wow. by TheRaven64 · · Score: 4, Interesting

      A Sun/Apple merger would have made sense ten years ago, when Apple had a great desktop UNIX but with an ageing kernel and running on CPUs from a company that couldn't meet their demands. Sun had a decent server UNIX, with a nice kernel, but no real presence on the (corporate) desktop. OS X on a Solaris kernel, on SPARC would have been very nice, and could have scaled right down to the SPARC v8 systems designed for handheld systems up to the v9 cores designed for massive SMP servers. Steve Jobs still hasn't forgiven Sun for abandoning OpenStep though, so it was never very likely.

      The real shame is that, in the mid '90s, Sun put together an incredible hardware and software stack for mobile devices. A few bits of it made it into Java, but most of it never went to market. If Sun had licensed the software and sold the hardware to ODMs then they would almost certainly not have been looking for a buyer now.

      --
      I am TheRaven on Soylent News
    13. Re:Wow. Just Wow. by mehemiah · · Score: 1

      same here, SUN servers Apple Desktops, awsome Hardware/Software marriage. *sigh* I guess we'll never see NextStep or XNU reach its full potential :-(

    14. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      With Sun's hardware, Oracle can now compete head-to-head with IBM. Lots of customers still use DB2 because it's sold as a better fit with the IBM hw and z/OS -- and if you want absolutely unbreakable security and reliability, no one beats z/OS. With Oracle on Sun, you now have a serious competitor in that space.

    15. Re:Wow. Just Wow. by ChunderDownunder · · Score: 1

      Java really doesn't make much sense for Oracle, either. A lot of databases might get use Java front-ends, but so what? Oracle hasn't been in that business.

      Not so - Oracle isn't just a database company. Much of the rest of their technology stack relies on Java. Do a search for "Oracle Fusion".

      They acquired a leading Java EE vendor in BEA a couple of years back.

    16. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      Hello, May I speak with Mr. Yoshihiko Masuda? Please tell him it's Larry.

      Hi, Yoshi! Nice to talk to you again. When were you going to take that ride on my boat? I promise we won't go to Hobart again.

      Say -- while I've got you on the phone -- you had mentioned that you'd like to take over the hardware operations of Sun? Well, I finally bought java and figured I'd let you know before anyone else.

      No, no, I'll have my people talk to your people about price; I'm sure you'll do right. No, I don't really even want to talk to IBM, and I'm sure you won't make me.

      Anyhow, I'll ring you up next time I'm in town.

      Cheers!

    17. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      Large companies like to diversify. Look at EMC. If ever there was a pure hardware company, it was EMC. Then they decided to diversify and bought RSA, and VMWAre, and Smarts, and Infra, and Voyence. Now they are very much a software company as well as a hardware company. If I can sell you a LARGE software application, and a LARGE server to run it one ... profit!

    18. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      God I hope they kill GlassFish.

      WebLogic kicks ass.

    19. Re:Wow. Just Wow. by pohl · · Score: 2, Informative

      Java really doesn't make much sense for Oracle, either. A lot of databases might get use Java front-ends, but so what? Oracle hasn't been in that business.

      You're joking, right? Oracle owns BEA now, and therefore both their Weblogic app server and the JRockit VM. Oracle has the TopLink implementation of the JPA-compliant ORM layer. They have the JDeveloper IDE. Those are just the things off the top of my head without searching.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    20. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      You have no idea what you are talking about. Oracle is not just a DB company.

    21. Re:Wow. Just Wow. by numbsafari · · Score: 1

      Yes. Kinda like IBM does.

    22. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      SPARC is hardly in legacy mode; this is easily argued with the arrival of the UltraSPARC IV+, SPARC64 V and VI, and the T1 and T2 processors within the last three years.

      The tight integration between Solaris and the UltraSPARC platforms is one of the key reasons why together they're known as the best platform to run Oracle on. To scuttle this would be to undermine the respect that customers have for Solaris/SPARC as a "serious" hardware platform for a "serious" Oracle deployment.

      SPARC might die, but unless Oracle pulls a rabbit out of the Linux hat and finds a way to couple it [Linux] with a hardware platform as tightly as Solaris and SPARC are, it will be a while.

      I agree with an earlier poster that life for the hardware engineers at Sun might get interesting-- Sun is a company which goes out of its way to cultivate innovation, and understands hardware besides... neither of which are things Oracle can claim.

    23. Re:Wow. Just Wow. by diegocgteleline.es · · Score: 1

      Why do you find more likely a merger of a desktop company with a server company, than the merger of two complementary server companies.

    24. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      Apple would only be interested in Sun Hardware and hardware penetration, not in Solaris so much so perhaps Larry and Steve might come to terms. Could give Steve something to talk about when/if he returns.

    25. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      Oracle and Sun already have the same customer base...no need for Oracle to buy that.
      Sun's Niagra and Niagra2+ based systems evolved from the SPARC line are not in legacy
      mode...they are active new technology. Sun's high end high RAS systems like the M4K to
      the M9K exist in a very narrow competitive market and are in high demand by customers who
      need that kind of high power computing in their production environment.

    26. Re:Wow. Just Wow. by _Sprocket_ · · Score: 4, Funny

      It's IBM without... you know... the "IBM."

    27. Re:Wow. Just Wow. by theshowmecanuck · · Score: 1

      WebLogic kicks ass.

      If you have the money. For anything you would want to run in production it costs tens of thousands of dollars per server (assuming a quad core or dual quad core intel server). High tech start ups like where I am working now can't afford that kind of money, even with deep pockets backing it up. The other alternative is JBoss, which not everyone agrees is all that good, even if it does provide a good number of features. Also, since it is being developed by Sun, it can or will serve as a good reference implementation of the J2EE specification. I can't see a commercial app server filling this niche as they always stuff it full of proprietary features to try to lock you in to their product.

      --
      -- I ignore anonymous replies to my comments and postings.
    28. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      Your ignorance is quite astounding. I haven't run across anyone be so wrong so many times in one thread.

      Congratulations!

    29. Re:Wow. Just Wow. by gbjbaanb · · Score: 1

      really, the 'sell you everything in one stack' sounds more Microsoft than anything else.

      At least Oracle's new hardware business will do better than Microsoft Bob and the Xbox.

    30. Re:Wow. Just Wow. by rackserverdeals · · Score: 1

      They would NEVER niche themselves into a complete black box product.

      Uhm... That's exactly what they said they WOULD do in the conference call.

      The market is not going to move back to Solaris.

      According to Oracle, the market never moved away from Solaris/SPARC, it's still beats Linux for Oracle deployements.

      Where do you get your information from?

      --
      Dual Opteron < $600
    31. Re:Wow. Just Wow. by rackserverdeals · · Score: 1

      Why do you find more likely a merger of a desktop company with a server company, than the merger of two complementary server companies.

      For the foreseeable future, nobody is going to pry the corporate desktop market away from Microsoft.

      But in the corporate data center, merging the most popular enterprise database (Oracle), the most mature, advanced and popular Unix OS (Solaris/SPARC) and matched hardware, along with Java app servers and middleware to go head to head with IBM Global Services is going to be very profitable.

      --
      Dual Opteron < $600
    32. Re:Wow. Just Wow. by JonJ · · Score: 1

      I don't think OS9 was a UNIX-system. Ten years ago, that was Apples operating system. And 10.0 through 10.2 was crap.

      --
      -- Linux user #369862
    33. Re:Wow. Just Wow. by oldspewey · · Score: 1

      You are assuming that from a customer perspective, a single vendor experience is superior to a multi vendor experience.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    34. Re:Wow. Just Wow. by fm6 · · Score: 1

      Hoo boy. Where do you get your facts?

      Its highly unlikely Oracle will maintain Sun's hardware aspect of the business.

      Dude, most of Sun's revenue comes from hardware, either by selling it, or by selling services bundled with it. Software people see sun in terms of Java, MySQL, and so on, but these actually generate very little revenue on their own; to Sun, they're valuable mainly as a way of driving its hardware and service businesses.

      If Oracle writes off Sun's hardware business, they will have paid $5 billion ($7 billion plus the cost of assuming Sun's debts, but minus Sun's $3 billion in cash reserves) for a few software products. MySQL cost Sun $1 billion; I doubt it's worth that much now. So unless the rest is worth more than $4 billion (is Java worth even $1 billion? don't be absurd) the idea that this is all about the software just won't fly.

      Safra Katz (Oracle President under Ellison) is saying that he can make Sun's hardware business profitable. That's a credible claim. There are some solid products there, hampered by a corporate mindset that thinks it's still 1998.

      Sun already has put SPARC into legacy mode.

      Nonsense. SPARC systems still account for 90% of Sun's hardware sales. Sun has some solid x86_64 products, but these have been slow to gain traction. One reason for this: Sun's sales org still has a nasty habit of pushing SPARC products at potential customers, even those who've made it clear they want commodity hardware. Needless to say, this has not been good for Sun's sales.

      The bigger question is what Oracle plans for Sun's software products, like Solaris, MYSQL, and Java.

      Bigger if you're in one of those user communities. The answers are pretty simple:

      • Solaris is dead as a significant workstation or office OS, and has been for some time. Sun is in denial about this, but it's true. It's main future seems to be in servers, and it's probably not a coincidence that Oracle is one of the few server application vendors that still relies on it. Yeah, Oracle runs on Linux too, but if you need to scale things up, you use a Unix.
      • Sun lost control of MySQL almost immediately after buying it. It's an open source product, so "owning it" means employing the people who are key to its developer community. As often happens with this kind of acquisition, too many MySQL people have decided that working for Sun is not what they signed up for.
      • Sun's control of Java is also kaput, and for similar reasons. Even though they developed Java inhouse, they've open-sourced it, and as with MySQL they've failed to maintain the loyalty of many key employees. I had thought that "ownership" of Java would end up with Google, which is where most of these former Sun people now work. But Google seems satisfied with being a dominant player in Java development, and sees no need to own the trademark.

      An accepted tactic to grow a customer base is to buyout another company's customer base.

      Which is probably what IBM had in mind. But Oracle's not really a competitor for Sun, except in a few software and service markets that hardly matter. At least not $5 billion worth.

    35. Re:Wow. Just Wow. by rackserverdeals · · Score: 1

      Safra Katz (Oracle President under Ellison) is saying that he can make Sun's hardware business profitable. That's a credible claim.

      I'm surprised more companies weren't interested in buying Sun. They have over $13 billion dollars in revenue. A little bit of fine tuning in the business could mean huge profits.

      --
      Dual Opteron < $600
    36. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      SUN4u architecture is in legacy mode sure, but not SPARC and certainly not SUN4v.

    37. Re:Wow. Just Wow. by Areyoukiddingme · · Score: 1

      You are assuming that from a customer perspective, a single vendor experience is superior to a multi vendor experience.

      It's not so much that the commenter made that assumption but that the Captains/Clowns of Industry made that assumption. Those of us who live in the real world know two things: it depends on the vendor; and the vendor will acquire monopolistic tendencies in a hurry.

      In the 'you scratch my back I scratch yours' world of extra big business, this isn't really a problem. They each have the same ambition to be a monopolist, so helping along a corporation (and its board of directors) that is making progress in that direction in a market that isn't your own 'core competency' means that your own corporation might get some reciprocal help in furthering your own monopolistic progress.

      For the little guy that can't afford the Almighty Integrated Stack With Teleporting Gnome On Site Service Support, there's always Linux and postgresql...

      Having to hire one of the gnomes to staff it will be cheaper. And you can get 'em right here on /.!

    38. Re:Wow. Just Wow. by jwhitener · · Score: 1

      Sun is phasing out sparc, but aggressively selling UltraSparc.

      The cost vs performance is very impressive, and is winning people back from x86. At least in my environment (education).

      The oracle database runs really well on the ultrasparcs. We just bought a 4 cpu T2 ultrasparc server, it has 8 cores per cpu for a total of 256 threads. With an edu discount, it cost ~60,000 if I recall correctly. There is nothing remotely as powerful in the x86 realm.
      http://www.sun.com/processors/UltraSPARC-T2/specs.xml

    39. Re:Wow. Just Wow. by IntlHarvester · · Score: 1

      You have to go back more than 10 years.

      In the late 80s/early 90s Apple had some corporate marketshare, but by 1999 that was long gone and Apple was in fruity iMac mode.

      --
      Business. Numbers. Money. People. Computer World.
    40. Re:Wow. Just Wow. by chez69 · · Score: 1

      as a user of oracle on AIX, I must agree.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    41. Re:Wow. Just Wow. by kestasjk · · Score: 1

      Because Apple does have server offerings but they're pretty weak, and on a more irrational note Sun always seemed like "the Apple of servers" to me..

      --
      // MD_Update(&m,buf,j);
    42. Re:Wow. Just Wow. by Justus · · Score: 1

      I don't think OS9 was a UNIX-system. Ten years ago, that was Apples operating system.

      Mac OS X Server 1.0 was released on March 16, 1999. Naturally, it wasn't a desktop OS; however, it was still NextStep (and therefore UNIX) based, and Apple did have it.

    43. Re:Wow. Just Wow. by Anonymous Coward · · Score: 0

      How can you get as many fact wrong as this guy and still rate an "informative"?

    44. Re:Wow. Just Wow. by bruthasj · · Score: 1

      Not really that daunting. They can shutdown their hardware part and turn it into an intellectual property portfolio by throwing a bunch of lawyers around it. Then, they just target x86 while cross-licensing stuff. It'll take a few years to pan out, but it's a likely scenario.

  8. Well, crap. by JerkBoB · · Score: 4, Interesting

    Is 8am too early to start drinking?

    I am deeply disappointed by this turn of events.

    IBM would have been a much better buyer, if the deal had to be done.

    Oracle? Bleah!

    Well, I'll bet the suits at IBM are kicking themselves hard, now that Oracle has control of Java.

    --
    A host is a host from coast to coast...
    Unless it's down, or slow, or fails to POST!
    1. Re:Well, crap. by ozamosi · · Score: 5, Funny

      Is 8am too early to start drinking?

      No.

    2. Re:Well, crap. by Rik+Sweeney · · Score: 4, Funny

      Is 8am too early to start drinking?

      That really depends upon your timezone and whether or not you've been to bed yet.

    3. Re:Well, crap. by El_Muerte_TDS · · Score: 4, Funny

      Indeed, because it's 5pm somewhere.

    4. Re:Well, crap. by maxume · · Score: 1

      It's noon somewhere.

      --
      Nerd rage is the funniest rage.
    5. Re:Well, crap. by keithjr · · Score: 1

      Why would IBM have been a much better buyer? For reasons we've discussed all over the net, IBM and Sun had too many directly conflicting products and businesses, and that would have just seen a lot of Sun products dissolved and a lot of Sun employees laid off. Oracle actually needs Sun to break into the server business, as they openly stated they want to.

    6. Re:Well, crap. by Anonymous Coward · · Score: 0

      Is 8am too early to start drinking?

      I am deeply disappointed by this turn of events.

      IBM would have been a much better buyer, if the deal had to be done.

      Oracle? Bleah!

      Well, I'll bet the suits at IBM are kicking themselves hard, now that Oracle has control of Java.

      I'm soooo looking forward to having to use OTN to get my Java documentation......

    7. Re:Well, crap. by Etrias · · Score: 1

      Indeed, because it's 10am somewhere.

      Fixed that for you.

    8. Re:Well, crap. by Anonymous Coward · · Score: 0

      Duffman could use an eye opener.. oh yea!

    9. Re:Well, crap. by MemoryDragon · · Score: 1

      Oracle does not really have control over Java, they now just have the bigger control than IBM and others. Java and the surrounding frameworks have been developed under the umbrella of the JCP consortium for almost more than a decade now and the process works really well. I dont think too much will change there, Oracle now just employs many of the developers of the RIs...

    10. Re:Well, crap. by Anonymous Coward · · Score: 0

      IBM would have been a much better buyer, if the deal had to be done.

      I couldn't disagree more. IBM would have dismantled Sun and killed off almost every one of its products. There's a gigantic overlap in their products. Oracle, on the other hand, has almost no overlap with Sun's products.

      Don't get me wrong -- I still think Oracle is evil -- but I think IBM is almost the worst possible buyer. Maybe even worse than Microsoft!

    11. Re:Well, crap. by Anonymous Coward · · Score: 0

      no, it's too late! you should stop all that drinking and get to bed now!

    12. Re:Well, crap. by CynicTheHedgehog · · Score: 1

      I doubt the JCP will be unaffected by this acquisition. I think Oracle had to make a lot of concessions and put a lot of money into refactoring their app server to support the final EJB3 spec. I'm sure they would have preferred to continue in whatever direction they were headed, both because it would have been cheaper and because it would have meant less of an impact their existing customers and applications.

      Of course, now that they've put the effort into bringing their app server up to date and making it standards compliant, perhaps they will keep playing nice, but then again, it's their ball now, and they can take it home whenever they want to.

    13. Re:Well, crap. by wonkavader · · Score: 1

      Absolutely. A company most of don't hate was purchased by a company most of us do. The hardware will be killed. The semi-free products will get forked to non-free and unsupported. The bastards will screw us even more now, and certainly screw what was still good at Sun.

    14. Re:Well, crap. by rrohbeck · · Score: 1

      On top of that, it's 4/20.

    15. Re:Well, crap. by Hymer · · Score: 1

      That really depends upon your timezone and whether or not you've been to bed yet.

      We use UTC for our timekeeping, you insensitive clod!

    16. Re:Well, crap. by fm6 · · Score: 1

      You don't make it clear exactly why you hate this outcome, but it sounds like your interest begins and ends with the future of Java.

      First off, Sun no longer controls Java the way they used to. Companies who do a lot of heavy-duty Java stuff, like IBM and Google, have a big role to play these days. If they don't like the way Oracle is handling Java, they'll just fork it the way Microsoft did — and which they can do a lot more easily, since they don't have to develop the fork from scratch. They'd probably have to abandon the Java trademark, but does anybody really care about that?

      Second, why on earth do you think Oracle can't manage Java well? That's mostly about listening to the Java community, and it's not like Sun has been outstanding in that department. Too much sense of "we invented it, you don't really understand it as well as we do."

    17. Re:Well, crap. by adolf · · Score: 1

      That's almost as funny as an Irish man walking out of a bar.

    18. Re:Well, crap. by thefekete · · Score: 1

      Beer, its not just for breakfast anymore!

      --
      The cool things is to have windows that bounce up and down like a good tits.
    19. Re:Well, crap. by JerkBoB · · Score: 1

      You don't make it clear exactly why you hate this outcome, but it sounds like your interest begins and ends with the future of Java.

      I don't give a flying fig about Java. No, my interest in IBM as a buyer was because IBM plays in the HPC space. Oracle? Umm, not so much.

      I'm having trouble staying awake just typing Orac... *zzzn* Wha? Oh, right. Boring.

      --
      A host is a host from coast to coast...
      Unless it's down, or slow, or fails to POST!
    20. Re:Well, crap. by Anonymous Coward · · Score: 0

      Is 8am too early to start drinking?

      When did we stop?

    21. Re:Well, crap. by Anonymous Coward · · Score: 0

      But 8am is early in any timezone.

    22. Re:Well, crap. by fm6 · · Score: 1

      In other words, you have nothing to say. I think I'll change my sig to say "If you have nothing to say — STFU!"

    23. Re:Well, crap. by JerkBoB · · Score: 1

      Um, what?

      If I have nothing to say about Java, I should STFU?

      I don't work on Java. Java isn't on my radar. I could not care less about Java.

      I wanted IBM to buy Sun because I felt that IBM would be more likely to retain the parts of the company I care about. Oracle doesn't care about supercomputing. I do. So I'm unhappy about this acquistion.

      There, did I break it down into nice little digestable brain-bites for you?

      --
      A host is a host from coast to coast...
      Unless it's down, or slow, or fails to POST!
    24. Re:Well, crap. by fm6 · · Score: 1

      There, did I break it down into nice little digestable brain-bites for you?

      Yes you did! Thanks!

      I know it's really lame, but somehow I've never been able to understand what people think unless they actually describe what they're thinking. Stupid, I know. But please be patient with people like me. I think you'll find that the skills you need to communicate with us will serve you well as you grow up. If you want to read more about this topic, it's called "conversation".

    25. Re:Well, crap. by Anonymous Coward · · Score: 0

      Give up Solaris... fine.

      Give up your hardware.... fine...

      Give up the applications 'you' created.... fine...

      Give the flourishing open-source database you just recently acquired into the hands of Satan, himself?!?! I don't know if that's dirty pool or just plain rude.

      Give up the Java language, your only true legacy?!?! ... Shame on you!!! A better plan should have been devised, even if it was with your last breath.

      Don't get me wrong... having worked with them for so long, IBM wouldn't have been any better of a choice to sacrifice yourself to.

      Shame on you Sun, shame...

      But, hey, thanks for making me break out my C/C++ books, again.

      And, yes, I too will be drinking heavily because of this one...

  9. I'm quite sure that IBM hates itself now by egghat · · Score: 5, Interesting

    Oracle+Sun has the power to seriously harm IBM. IBMs big plus was the combination of good hardware + OS + DB + consultants.

    Oracle + Sun can now deliver exactly the same.

    bye egghat

    --
    -- "As a human being I claim the right to be widely inconsistent", John Peel
    1. Re:I'm quite sure that IBM hates itself now by oh_my_080980980 · · Score: 1

      What the hell is that statement based on?

      Sun has been tanking it for years. Hardware sales are down; people don't give a flying fig about sun's servers. IBM's servers provide a better ROI with its' virtualization technology.

      IBM provides more software services.

      IBM provides Java and Java products.

      This won't hurt IBM at all.

      It does help Oracle get one step closer to a database hardware solution.

    2. Re:I'm quite sure that IBM hates itself now by Anonymous Coward · · Score: 0

      As someone who has used mainframe, z/OS, DB2, and dealt with IBM consultants, I really hope that doesn't happen.

    3. Re:I'm quite sure that IBM hates itself now by slashdot_commentator · · Score: 1

      Sun has been tanking because it offers a blackbox product which no one want to buy anymore. IBM doesn't make money because of its hardware; it makes money off of its services. IBM has a more profit efficient market model; that's why Sun is dying.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    4. Re:I'm quite sure that IBM hates itself now by yincrash · · Score: 1

      Doesn't that mean consumers win with the additional competition for that market?

    5. Re:I'm quite sure that IBM hates itself now by mzs · · Score: 1

      "Oracle+Sun has the power to seriously harm IBM."

      No, rather IBM+Sun would have been the most formidable competitor that Oracle Corp had ever had to face. The fear of that monster is what prompted Oracle Corp to purchase Sun.

      On the other hand Oracle+Sun cannot harm IBM to the same extent.

    6. Re:I'm quite sure that IBM hates itself now by egghat · · Score: 1

      I'm not that sure. IBM + Sun had a lot of overlapping stuff that essentially would have destroyed value. I don't see that many overlapping stuff in Oracle + Sun.

      If you think in terms of a viable competitor you may prove correct.

      bye egghat

      --
      -- "As a human being I claim the right to be widely inconsistent", John Peel
    7. Re:I'm quite sure that IBM hates itself now by Anonymous Coward · · Score: 0


      Oracle+Sun has the power to seriously harm IBM.

      Me thinks Oracle+Sun has just enormous potential to seriously harm Sun...

    8. Re:I'm quite sure that IBM hates itself now by rackserverdeals · · Score: 1

      Sun has been tanking it for years. Hardware sales are down; people don't give a flying fig about sun's servers.

      Sun has close to $14 billion in annual sales, mostly related to sparc servers.

      That's a whole lotta figs.

      Oracle's DB is the market leader and they have a good appserver and middleware.

      Oracle is now a complete solutions provider that can go head to head with IBM. Add to that the hardware sales that go to IBM/HP for Oracle's many products like PeopleSoft now going to Oracle instead...

      This will hurt IBM. It probably won't kill them, but they're going to have some serious competition.

      HP doesn't offer as many solutions as the Oracle/Sun merger, but HP has been eating into IBMs market.

      --
      Dual Opteron < $600
  10. Java is safe, mysql is safe... by drinkypoo · · Score: 3, Insightful

    But SPARC is fucked. Not that it's any great loss, but anyone somehow still heavily invested in SPARC (not too good at reading the writing on the wall, huh?) should be making their transition yesterday. Probably a transition to IBM, which also has a competing database product which is quite credible.

    On the flip side, perhaps Oracle will start leasing database-as-a-service boxes based around SPARC, which is about the only thing that could conceivably keep it alive. Why would you buy Sun if you didn't want their hardware? It would be a questionable move at best.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Java is safe, mysql is safe... by egghat · · Score: 1

      Well SPARC might make money. If not, well then you are almost certainly correct (if your timeframe is more than say 2 years).

      bye egghat

      --
      -- "As a human being I claim the right to be widely inconsistent", John Peel
    2. Re:Java is safe, mysql is safe... by Migala77 · · Score: 1

      Java is far from safe. The language will continue to exist, but the platform will most likely stop developing. Oracle has never shown commitment to Open Source, has never shown commitment to any non-Java JVM languages, etcetera. Java's future is insecure at best.

    3. Re:Java is safe, mysql is safe... by wlt · · Score: 1

      Why would you buy Sun if you didn't want their hardware? It would be a questionable move at best.

      Agreed. I think what this means is that Oracle DOES want Sun's hardware. Maybe not SPARC (which I guess they could hive off completely to Fujitsu), but they now can provide every single item in the checklist.

      and let's not forget Larry Ellison's foray into network computing...

    4. Re:Java is safe, mysql is safe... by TheRaven64 · · Score: 4, Insightful

      Why? From what I've seen, the recent UltraSPARCs (T2, and possibly the Rock too) have the best performance-per-watt when running parallel workloads with few floating point ops and lots of I/O. Oracle workloads are parallel, with few floating point ops and lots of I/O. Shipping Oracle appliances on T2 chips means that they aren't having to pay another company a share of their profits for their CPU, and continuing to sell them to other people helps them offset more of the R&D costs.

      Oh, and Sun aren't the only company making SPARC chips. Some of the ones Sun has been selling for the past few years have been rebranded Fujitsu SPARC64s and there are a few companies selling SPARC32 (v8) systems for the embedded market, although they are less common than ARM and PowerPC.

      --
      I am TheRaven on Soylent News
    5. Re:Java is safe, mysql is safe... by Anonymous Coward · · Score: 0

      The European Space Agency uses SPARCs.

    6. Re:Java is safe, mysql is safe... by gmack · · Score: 1

      Not exactly true. SUN is a major contributor to both the Linux memory management and the Linux filesystem codebases.

    7. Re:Java is safe, mysql is safe... by morgan_greywolf · · Score: 1

      Java is far from safe. The language will continue to exist, but the platform will most likely stop developing. Oracle has never shown commitment to Open Source.

      BerkeleyDB?

    8. Re:Java is safe, mysql is safe... by wlt · · Score: 1

      well, now that Oracle OWNS Java, the equation as to their level of interest would change, wouldn't it?

    9. Re:Java is safe, mysql is safe... by slashdot_commentator · · Score: 1

      *sigh* Oracle is buying Sun FOR ITS CUSTOMER LIST. Generally, its cheaper to buy your competitor's market base, than to invest money to overwhelm your competitor with a superior product. Oracle doesn't want Sun's hardware. They'll throw money at Solaris/Sun hardware as long as Sun's customers want it.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    10. Re:Java is safe, mysql is safe... by drinkypoo · · Score: 1

      Oracle already pretty much has Sun's customer list, at least when it comes to selling them an RDBMS. It's not clear that Oracle is capable of developing complete solutions, and they should probably have stuck with their core competence here. Sun was having enough trouble keeping SPARC going and even had to flush an entire generation. I'm pretty certain Oracle can't do it, and will run it mostly into the ground before selling it to Fujitsu.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Java is safe, mysql is safe... by jhol13 · · Score: 1

      I'm more worried about NFS than anything else.

      There seems to be very little pNFS enthusiasm outside Sun ... I hope I am wrong.

    12. Re:Java is safe, mysql is safe... by Anonymous Coward · · Score: 0

      > The European Space Agency uses SPARCs.

      NASA doesn't. Look who got to the Moon first. Think about it.(/joke!)

    13. Re:Java is safe, mysql is safe... by Anonymous Coward · · Score: 0

      From what I've seen, the recent UltraSPARCs (T2, and possibly the Rock too) have the best performance-per-watt when running parallel workloads with few floating point ops and lots of I/O

      Newsflash: People don't care about "green computing" that much. Sun wants everybody to care. But they don't...

    14. Re:Java is safe, mysql is safe... by Anonymous Coward · · Score: 0

      You're not seriously suggesting Oracle consumers migrate to DB2 are you? I'm guessing you're not a database guy. Long story short: not gonna happen.

    15. Re:Java is safe, mysql is safe... by uarch · · Score: 1

      The numbers I've seen place recent Sun offerings behind IBM and HP in most of the performance-per-watt benchmarks.

      Granted, every benchmark is different and it can be difficult to do a fair apples to oranges comparison between different systems. I'm sure there are some benchmarks were Sun does _very_ well but those do not seem to be in the majority.

    16. Re:Java is safe, mysql is safe... by thogard · · Score: 1

      I've been running lots of the new T1 and some T2 hardware. Most of it is slower than Sparc IIIi on my work loads. The T1000 with its hardware acceleration of SSL means that its faster than 2 year old x86 hardware only for the 1st 2 to 3k and then its game over for its speed. If you need an example of the new hardware, just look at the sun shop... that site is so slow I wonder if they found some Timex Sinclares to run it.

      I like Sparc hardware and have been using it for more than a decade. I used to be sun fanboy. I use it on most of my internet facing gear since it can not run code on a overflowed stack since it uses a dedicated hardware stack that can't ever provide code to the execution engine. Too bad sun has given up on any real development. I figure a re-taped IIIi on 65 or 45nm would blow away the T1 and T2 for most average Unix workloads.

    17. Re:Java is safe, mysql is safe... by chez69 · · Score: 1

      Sparcs get spanked in most workloads. Stuff like price/performance matters, performace/watt doesn't matter at all when you have real work to do, unless your work involves sitting idle.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    18. Re:Java is safe, mysql is safe... by 19Buck · · Score: 1

      "Some of the ones Sun has been selling for the past few years have been rebranded Fujitsu SPARC64s"

      The Mx000 series are not "rebranded", they're co-developed by Sun and Fujitsu

  11. Re:Arse. by lambent · · Score: 2, Funny

    more likely: will fork furiously and retain aggregate popularity while neither being quite compatible nor actually, ah, storing data reliably.

    So, business as usual, then?

  12. Wow by EmagGeek · · Score: 5, Insightful

    Sun = Poorly run company with great products
    Oracle = Masterfully run company with shitty products

    I wonder how that DNA is going to come together...

  13. This year is just beggining... by Kr0m · · Score: 2, Interesting

    I wonder what will be the next big buyout? Novell seems the next likeliest candidate that would be up for grabs (By Microsoft?).

    --
    wake up in the morning... mount coffee/ /etc/init.d/brain start
    1. Re:This year is just beggining... by shutdown+-p+now · · Score: 2, Funny

      You mean, the Microsoft Linux jokes weren't jokes?..

  14. Oracle was wanting its own OS by hal2814 · · Score: 4, Interesting

    Oracle was wanting its own OS. Not the worst way to get one and not the worst OS to have.

    1. Re:Oracle was wanting its own OS by rho · · Score: 1

      You exactly summed up the feelings I had when I heard the news this morning.

      This is a better move than Oracle rolling their own Linux. Solaris/Oracle is a known and trusted arrangement. Were I Ellison I'd encourage skunkwork projects to integrate Oracle with cloud computing while big iron pays the bills. Also I'd sleep on a big pile of money and hire $5,000/night hookers to rotate the tires on my Ferrari.

      --
      Potato chips are a by-yourself food.
    2. Re:Oracle was wanting its own OS by Anonymous Coward · · Score: 0

      $7.4 billion for an OS, I don't think so, there is _much_ more to it than that!

    3. Re:Oracle was wanting its own OS by Anonymous Coward · · Score: 0

      hire $5,000/night hookers to rotate the tires on my Ferrari.

      You might want to hire a skilled mechanic for that

    4. Re:Oracle was wanting its own OS by Anonymous Coward · · Score: 0

      I Agree, besides, they could not afford to lose their platform of choice to archrival IBM.

  15. The internal announcement by JerkBoB · · Score: 5, Informative

    For anyone with morbid curiosity:

    From: Jonathan I. Schwartz
    To: allsun@sun.com
    Subject: Today's Sun/Oracle Announcement
    Date: Mon, 20 Apr 2009 04:34:16 -0700 (07:34 EDT)

    Today's Sun/Oracle Announcement

    This is one of the toughest emails I've ever had to write.

    It's also one of the most hopeful about Sun's future in the industry.

    For 27 years, Sun has stood for courage, innovation, a willingness to blaze trails, to envision and engineer the future. No matter our ups and downs, we've remained committed to those ideals, and to the R&D that's allowed us to differentiate. We've committed to decade long pursuits, from the evolution of one of the world's most powerful datacenter operating systems, to one of the world's most advanced multi-core microelectronics. We've never walked away from the wholesale reinvention of business models, the redefinition of technology boundaries or the pursuit of new routes to market.

    Because of the unparalleled talent at Sun, we've also fueled entire industries with our people and technologies, and fostered extraordinary companies and market successes. Our products and services have driven the discovery of new drugs, transformed social media, and created a better understanding of the world and marketplace around us. All, while we've undergone a near constant transformation in the face of a rapidly changing marketplace and global economy. We've never walked away from a challenge - or an opportunity.

    So today we take another step forward in our journey, but along a different path - by announcing that this weekend, our board of directors and I approved the acquisition of Sun Microsystems by the Oracle Corporation for $9.50/share in cash. All members of the board present at the meeting to review the transaction voted for it with enthusiasm, and the transaction stands to utterly transform the marketplace - bringing together two companies with a long history of working together to create a newly unified vision of the future.

    Oracle's interest in Sun is very clear - they aspire to help customers simplify the development, deployment and operation of high value business systems, from applications all the way to datacenters. By acquiring Sun, Oracle will be well positioned to help customers solve the most complex technology problems related to running a business.

    To me, this proposed acquisition totally redefines the industry, resetting the competitive landscape by creating a company with great reach, expertise and innovation. A combined Oracle/Sun will be capable of cultivating one of the world's most vibrant and far reaching developer communities, accelerating the convergence of storage, networking and computing, and delivering one of the world's most powerful and complete portfolios of business and technical software.

    I do not consider the announcement to be the end of the road, not by any stretch of the imagination. I believe this is the first step down a different path, one that takes us and our innovations to an even broader market, one that ensures the ubiquitous role we play in the world around us. The deal was announced today, and, after regulatory review and shareholder approval, will take some months to close - until that close occurs, however, we are a separate company, operating independently. No matter how long it takes, the world changed starting today.

    But it's important to note it's not the acquisition that's changing the world - it's the people that fuel both companies. Having spent a considerable amount of time talking to Oracle, let me assure you they are single minded in their focus on the one asset that doesn't appear in our financial statements: our people. That's their highest priority - creating an inviting and compelling environment in which our brightest minds can continue to invent and deliver the future.

    Thank you for everything you've done over the years, and for everything you will do in the future to carry the business forward. I'm incredibly proud of this company and what we've accomplished together.

    Details will be forthcoming as we work together on the integration planning process.

    Jonathan

    --
    A host is a host from coast to coast...
    Unless it's down, or slow, or fails to POST!
    1. Re:The internal announcement by kaaposc · · Score: 2, Funny

      Mr.Schwartz barely managed not saying at the end "I! Love! This! Company!! Yeah!"

    2. Re:The internal announcement by bfagan · · Score: 1

      For anyone with morbid curiosity:

      From: Jonathan I. Schwartz
      To: allsun@sun.com
      Subject: Today's Sun/Oracle Announcement
      Date: Mon, 20 Apr 2009 04:34:16 -0700 (07:34 EDT)

      Today's Sun/Oracle Announcement

      This is one of the toughest emails I've ever had to write.

      It's also one of the most hopeful about Sun's future in the industry.

      ...

      Thank you for everything you've done over the years, and for everything you will do in the future to carry the business forward. I'm incredibly proud of this company and what we've accomplished together.

      Details will be forthcoming as we work together on the integration planning process.

      Jonathan

      ...

      P.S. I will be leaving for the Bahamas with my millions. Keep up the good fight!

    3. Re:The internal announcement by drkich · · Score: 3, Funny

      From: Jonathan I. Schwartz
      To: allsun@sun.com
      Subject: Today's Sun/Oracle Announcement

      So I can spam sun now?

    4. Re:The internal announcement by mzs · · Score: 5, Interesting

      The rumors are that the IBM deal fell through when IBM balked at the size of the golden parachutes that Sun expected. My guess of what happened is that Oracle was scared of IBM+Sun as their competitor. So they bought Sun so IBM wold not. Oracle does not really believe all of the stuff they stated (about financials) and others are inferring (like they were interested in MySQL, Java, sparc, etc). They simply saw that if they offered a better deal to the Sun execs they could prevent the creation of the most serious competitor they had ever faced. The Sun execs cared more for themselves than the long term good of Sun's products and employees.

    5. Re:The internal announcement by Anonymous Coward · · Score: 1, Insightful

      our board of directors and I approved the acquisition of Sun Microsystems by the Oracle Corporation

      Notice how he makes it look like Sun is the controlling party.

    6. Re:The internal announcement by Anonymous Coward · · Score: 0

      No, dummy. It's a closed alias.

    7. Re:The internal announcement by Anonymous Coward · · Score: 0

      The rumors are that the IBM deal fell through when IBM balked at the size of the golden parachutes that Sun expected. My guess of what happened is that Oracle was scared of IBM+Sun as their competitor. So they bought Sun so IBM wold not.

      Or.. IBM wanted Sun out of the way, so they pretend to be interested, in order to make Oracle jump in head first.

      All of Sun's products get swallowed by Oracle, and IBM doesn't have to spend a dime.

    8. Re:The internal announcement by eln · · Score: 1

      If they were dumb enough to allow external mailings to their internal lists, they would have been being spammed to death already. Or did you think an email address like "allsun@sun.com" was just to obfuscated for the spammers to figure it out?

    9. Re:The internal announcement by Anonymous Coward · · Score: 0

      They are reportedly also paying 10-15 cents more per share.That works out to about 1% extra.

    10. Re:The internal announcement by Anonymous Coward · · Score: 0

      Now if only somebody with access to the allsun@sun.com address had any guts...

      From: Jonathan I. Schwartz
      To: allsun@sun.com
      Subject: Re: Today's Sun/Oracle Announcement

      HAHAHA DISREGARD THAT, I SUCK COCKS.

    11. Re:The internal announcement by DrgnDancer · · Score: 1

      Yea... umm, no. Of course Sun's board has to approve the decision to be bought. What, you think that companies have to agree to any reasonable offer? The fact that IBM had backed out and oracle offered even more money made it likely that Sun's board would accept, but they had the right to say no. It's not like they were in bankruptcy and being compelled to sell themselves.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    12. Re:The internal announcement by Anonymous Coward · · Score: 0

      Golden parachutes are a non-issue -- they come with
      the territory all over Silicon Valley; IBM probably has 'em too.
      To throw away a dime to save a penny makes little sense.

    13. Re:The internal announcement by Anonymous Coward · · Score: 0

      that is my feeling as well, Oracle may keep a couple bit of SUN and eliminate the rest. they gain by preventing any of their competitors from picking up SUN and growing stronger. not a pretty picture. time will tell. pretty hard to tell with mergers, even the best intentioned ones can fail spectacularly. Oracle MO is acquiring technology through mergers/buyouts so they do have lots of experience doing this.

    14. Re:The internal announcement by dirtyhippie · · Score: 1

      Yeah, I'm sure their email servers would let that through. And who the hell modded that informative?

    15. Re:The internal announcement by xous · · Score: 1

      Ever heard of a hostile takeover?

      http://en.wikipedia.org/wiki/Takeover

    16. Re:The internal announcement by DrgnDancer · · Score: 1

      They still require the approval of the Board of the taken over company, they just use various, often under-handed, means to get the approval. You cannot unilaterally decide that you've bought something without the approval of the seller.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    17. Re:The internal announcement by Reservoir+Penguin · · Score: 1

      If you during a hostile takeover your gain control over the most of the stock then just fire the old board and install your own people. Game over.

      --
      US-UK-Israel: The real Axis of Evil
  16. Facinating combination by downix · · Score: 5, Interesting

    What we have here on one hand is Oracle, a company that is incredibly well run, but with products that don't cover a complete spectrum, and Sun, a so-so run company with a wide range of product lines. This can go two ways, Suns platform quality goes down while Oracles management goes down with it, *or*, and this is the scenario I hope for, Oracle cleans out the dead wood in Sun management, and adopts the Sun technology in force. I've worked on Oracle machines, and Sun machines. I've also delt with both companies sales forces. If the synergy can be hammered out, this can really shake up the business world.

    One suggestion tho, keep both names. Use Sun for the hardware, Oracle for the software.

    --
    Karma Whoring for Fun and Profit.
    1. Re:Facinating combination by Anonymous Coward · · Score: 0

      I think it'll be a merge of the names. Sun's Java by Oracle. Oracle database server on Sun's Solaris, by Oracle, etc. There is a lot to be said for making sure your customer's know who is in charge of their products (Oracle). But you're right. The pedigree is just as important.

    2. Re:Facinating combination by Anonymous Coward · · Score: 0

      Oracle, a company that is incredibly well run

      ROTFLMAO. Thanks, dude, I needed that.

    3. Re:Facinating combination by Anonymous Coward · · Score: 0


      Oracle, a company that is incredibly well run, but with products that don't cover a complete spectrum,

      True. Whereas Sun's products range from "great" to "sucky", Oracle's mostly range from bad to god-awful (with possible exception of their database product).

    4. Re:Facinating combination by jafac · · Score: 1

      SnOracle!

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    5. Re:Facinating combination by edalytical · · Score: 1

      I think it'll be a merge of the names.

      Snoracle? (pronounced snorkel)

      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
  17. Jaw meets floor by Moe1975 · · Score: 1

    Ow WOW!

    This just blew me out of my chair . . . a bit sad in a way . . . I guess I would have would have rather seen IBM buying SUN

    Just - WOW

    --
    SARAVA!
    1. Re:Jaw meets floor by mother_reincarnated · · Score: 1

      Just imagine how happy this news is making Dell and HP... Holy crapstorm in the making batman...

    2. Re:Jaw meets floor by Anonymous Coward · · Score: 0

      I'd imagine anything that gets someone who calls himself "Moe" out of his chair a good thing. :>

    3. Re:Jaw meets floor by linhares · · Score: 1

      stupid question warning: why would dell / hp be happy or sad? Me cannot see.

    4. Re:Jaw meets floor by mother_reincarnated · · Score: 1

      Because they both currently sell a lot of hardware to run Oracle (aka JD Edwards aka Peoplesoft aka Siebel aka BEA...) solutions. One would imagine that Oracle would show preference for their own hardware in the future.

    5. Re:Jaw meets floor by Moe1975 · · Score: 1

      LOL

      Actually, I was "baptised" as Moe by a friend while in HS, it was his idea of short for "Mauricio"

      --
      SARAVA!
  18. Is this good? by irishfury · · Score: 1

    I have no experience with Oracle. I'm relatively new to world of open-source software. I love Netbeans and MySQL. I do worry about these two awesome products, specifically MySQL. What good is a free, open-source database to Oracle, of all companies? I worry that developement of MySQL and Netebeans will grind to a halt. I hope not. Netbeans has really become awesome in the last few years. I love VirtualBox, too, but I'm sure Oracle could benefit from it. I really hope they don't start charging for these products.

    1. Re:Is this good? by eln · · Score: 1

      Keep in mind that Oracle tried to release their own entry level DB product for free a few years back (Oracle Express). The purpose was to get smaller companies using free Oracle, so that when they got big enough they'd want to buy enterprise Oracle. The product never got much traction though.

      Now, Oracle has a DB product that's already wildly popular with small businesses. If Oracle can steer those companies using MySQL into using Oracle as they get bigger, it will be a huge win for Oracle.

  19. This was blocked by... by Anonymous Coward · · Score: 0

    I seem to recall seeing something on TV this past week about someone blocking the sale. I was half-asleep on the couch so I can't remember if it was on the news or what. But someone named "Montgomery Burns" and "Blocking the Sun" or something like that....

  20. Postgres is looking better than ever by shis-ka-bob · · Score: 5, Informative

    It remains a functional relational database. It has a BSD-style license with a very stable, nearly bug-free (see Coverity) core. It has modular design (you can write procedures in Java, C, C++, T/SQL, R, Python and others. You can get commercial support from a company (EnterpriseDB) that doesn't have a vested interest in moving you to a very expensive alternative.

    --
    Think global, act loco
    1. Re:Postgres is looking better than ever by gmack · · Score: 0, Troll

      Does it have replication yet?

    2. Re:Postgres is looking better than ever by CastrTroy · · Score: 0

      Like i'm going to use PostGres. Their string comparisons are case sensitive. That's a pretty major downside as far as i'm concerned.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    3. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      http://www.postgresql.org/docs/current/interactive/high-availability.html

      Short answer is yes it does, but you could have looked that up as easily as I did. Put a little more effort into your trolls, in no time you'll be a child porn enthusiast like the rest of the shitheads who visit there.

    4. Re:Postgres is looking better than ever by rho · · Score: 5, Insightful

      Their string comparisons are case sensitive.

      8.4 has citext. Or you can make an index with lower() on the appropriate columns.

      IMO it's preferable for software to not assume that "Helped my uncle Jack off a horse." and "Helped my uncle jack off a horse." are the same thing.

      --
      Potato chips are a by-yourself food.
    5. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      I had a fairly major system I created and that's one of the two reasons I used another db - case sensitivity and the nonsensical naming of database/table files. Imagine this - I need to grab the physical file for a db or table.... what do I look for? The db or table name with some extension? No, I have to figure out what the nonsensical, internal name is for it. Retarded crap.

    6. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 1, Insightful

      Their string comparisons are case sensitive.

      OMFG, massive fail for MySQL. I thought you were joking, but you aren't!

      mysql> create table foo(bar varchar(10));
      mysql> insert into foo (bar) values ('abc');
      mysql> select * from foo where bar = 'abc';
      +------+
      | bar |
      +------+
      | abc |
      +------+
      1 row in set (0.00 sec)

      mysql> select * from foo where bar = 'aBC';
      +------+
      | bar |
      +------+
      | abc |
      +------+

      Imagine an OS where strcmp() was case insensitive, and where it was used to compare hashed passwords when authenticating users. Realize that base64 is now really base36, and that you're been throwing away approximately half the bits per character in the encoded password, and that your passwords are now about .5^$LENGTH as secure.

      Have fun auditing your MySQL-based webapps to make sure that none of them use base64 password encoding coupled with case-insensitive searches!

      --
      Dewey, what part of this looks like authorities should be involved?
    7. Re:Postgres is looking better than ever by Improv · · Score: 5, Funny

      On the other hand, it makes selling tickets to the event easier.

      --
      For every problem, there is at least one solution that is simple, neat, and wrong.
    8. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      yes, because not having to write lower() or ilike instead of like, is WAY more important than silly things like data integrity.

    9. Re:Postgres is looking better than ever by tweek · · Score: 1

      And indices in DB2 are case-sensitive. What's your point? As the person who replied before me said, there's a big difference between "I helped my uncle Jack of a horse" and "I helped my uncle jack off a horse".

      Case is important, yo! Why is it the database's job to divine what you meant to query instead of what you actually queried? Did you vote in Florida in 2000?

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
    10. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 5, Informative

      Imagine this - I need to grab the physical file for a db or table.... what do I look for?

      Imagine this - you'd never, ever want to do that with a production database. What good is a copy of a table file with no context, no foreign key integrity, no transactional integrity, nothing? If you must back up a single table, pg_dump works.

      --
      Dewey, what part of this looks like authorities should be involved?
    11. Re:Postgres is looking better than ever by fast+turtle · · Score: 1

      I had to read that 3x just to catch the difference. Damn I need more coffee. Thank you for starting my day off with a chuckle instead of a rant

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    12. Re:Postgres is looking better than ever by ukyoCE · · Score: 1

      Are you talking about 'like'? Postgres also has 'ilike' for case insensitive string comparisons. Defaulting to case insensitive is pretty rare in development.

    13. Re:Postgres is looking better than ever by ukyoCE · · Score: 2, Insightful

      I suspect if you're manually copying around the db's internal files you're doing it wrong. That's not the proper way to do replication, backups, or just about anything. Care to elaborate on what you were trying to do with the db's internal files?

    14. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      That's probably a good thing. Postgres doesn't need retards like you fucking up and making it look bad.

    15. Re:Postgres is looking better than ever by LWATCDR · · Score: 1

      That is a good thing.
      To make your index not case sensitive than you make just use the lower() function.
      To make it string sensitive you do nothing at all.
      That allows the developer to choose and not force a choice on them.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    16. Re:Postgres is looking better than ever by rackserverdeals · · Score: 3, Insightful

      What good is a copy of a table file with no context, no foreign key integrity, no transactional integrity

      Dude, you're talking to a MySQL user. They don't know what those things are.

      --
      Dual Opteron < $600
    17. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 1, Informative

      string comparison using MATCH(row) AGAINST ('string') is case insensitive.

    18. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 3, Informative

      OMG! TSIF! (the sky is falling)

      You get to CHOOSE what collation you use - case sensitive or case insensitive...

      see: http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html

    19. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 1

      I disagree. They know what they are, but they've been told that they're unimportant.

      --
      Dewey, what part of this looks like authorities should be involved?
    20. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 1, Informative

      VARCHAR(...) CHARSET utf8 COLLATE utf8_general_ci

      Why on earth a password would be encoded in base64 in MySQL is a mystery to me.

    21. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      Well it can be case sensitive if that's what you want. You just need to set the collation:
      CREATE TABLE foo(bar VARCHAR(10)) CHARACTER SET latin1 COLLATE latin1_bin;

      Or whatever language you're using, there are many options. Basically it's the "binary" collation that makes it case sensitive.

      So you're going to uproot your whole system and switch to a different database just because you don't know how your current one works? SMRT

    22. Re:Postgres is looking better than ever by The+Moof · · Score: 1
      It's all about the data type with strings in MySQL..

      mysql> create table foo(bar varbinary(10));
      mysql> insert into foo (bar) values ('abc');
      mysql> select * from foo where bar = 'abc';
      +------+
      | bar |
      +------+
      | abc |
      +------+
      1 row in set (0.00 sec)

      mysql> select * from foo where bar = 'aBC';
      Empty set (0.00 sec)

      the varchar type are case insensitive. varbinary types do what you are expecting.
      http://dev.mysql.com/doc/refman/5.1/en/binary-varbinary.html

    23. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      MYSQL operated without strict mode is an open book of dataloss horror stories and weird behaviour...

    24. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      What version of MySQL did you use? I did some work using MySQL 5 and Hibernate and my queries were case sensitive.

    25. Re:Postgres is looking better than ever by jazzduck · · Score: 1

      And this is why you don't do the string comparison on the database side. SELECT hash FROM users WHERE login = [the entered login] and then, in your application, hash the entered password and compare the strings. Problem solved (before it began!). If your app is doing the comparison in the database, it's your own fault.

      (This also has the advantage that the hash of the entered password never travels over the wire (if your db server is on a different box). Granted, that would only be a problem if your network security was otherwise compromised, but it is slightly safer.)

      *shrug*

      --
      A cat is no trade for integrity!
    26. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 2, Insightful

      string comparison using MATCH(row) AGAINST ('string') is case insensitive.

      I know you can match insensitively, but it boggles my mind that it's not the default. I expect "=" to mean "equals", not "closely approximates if you throw away enough information".

      --
      Dewey, what part of this looks like authorities should be involved?
    27. Re:Postgres is looking better than ever by linhares · · Score: 1

      shit I think I saw your uncle in a very crazy movie on the internet

    28. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 1

      Well it can be case sensitive if that's what you want. You just need to set the collation:
      CREATE TABLE foo(bar VARCHAR(10)) CHARACTER SET latin1 COLLATE latin1_bin;

      So it's Yet Another Broken MySQL Default that has to be detected and worked around in the application. Nice.

      So you're going to uproot your whole system and switch to a different database just because you don't know how your current one works? SMRT

      Nope. I upgraded to PostgreSQL most of a decade ago and haven't looked back.

      Can anyone give an example of another common modern environment where "=" (or "==" as appropriate) is case insensitive?

      --
      Dewey, what part of this looks like authorities should be involved?
    29. Re:Postgres is looking better than ever by jedidiah · · Score: 1

      If you want the software to treat 2 different things as the same
      then then you can explicitly enforce that rather than causing a
      million other little side effects of your own laziness.

            An RDBMS is supposed to be "correct" first. Other things like
      "fast" or "easy" come after that.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    30. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 0

      What version of MySQL did you use? I did some work using MySQL 5 and Hibernate and my queries were case sensitive.

      5.0.75. I'm guessing that Hibernate works around that for you.

      --
      Dewey, what part of this looks like authorities should be involved?
    31. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 1

      And this is why you don't do the string comparison on the database side.

      Is there a canonical list of things you only do client side when using MySQL, or is it something you kind of have to discover on your own over the years?

      --
      Dewey, what part of this looks like authorities should be involved?
    32. Re:Postgres is looking better than ever by dna_(c)(tm)(r) · · Score: 1

      Do you know why uncle Jack's horse is going blind? Your eyes are not improving either, apparently.

      Sorry, couldn't resist

    33. Re:Postgres is looking better than ever by Tablizer · · Score: 1

      Have fun auditing your MySQL-based webapps to make sure that none of them use base64 password encoding coupled with case-insensitive searches!

      There is no one-comparison-technique-fits-all. We simply need more powerful and friendly comparing operators that can optionally ignore case, ignore white space, etc. And, without requiring duplicating functions on both sides, such as trim(lower(x)) == trim(lower(y)). That's poor conceptual factoring and hurts readability.

    34. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 1

      There is no one-comparison-technique-fits-all. We simply need more powerful and friendly comparing operators that can optionally ignore case, ignore white space, etc. And, without requiring duplicating functions on both sides, such as trim(lower(x)) == trim(lower(y)). That's poor conceptual factoring and hurts readability.

      I don't see it that way. When I'd revisit that query a year later, I could tell exactly what trim(lower(x)) is doing without memorizing the details of a combinatorially-growing handful of operators (equals, insensitive equals, trim equals, trim insensitive equals, etc.). Add functional indexes (as in PostgreSQL, Oracle, and many others) and you even get excellent performance without the database having to maintain indexes for each of the special operators just in case you might want to use them.

      --
      Dewey, what part of this looks like authorities should be involved?
    35. Re:Postgres is looking better than ever by moderatorrater · · Score: 1

      If you're storing passwords in the database in plaintext, you're doing it wrong. Personally, I don't think they should be stored in any recoverable way, but there's a legitimate argument to the opposite. Either way you're using a transformation function on the password field that does take case into account.

    36. Re:Postgres is looking better than ever by Blakey+Rat · · Score: 1

      String comparisons are a collation. If you want CI (case insensitive) you set a CI collation. If you don't, you don't. You can apply collations to entire databases, tables, or individual columns.

      That's true of *every* database vendor. (Yes, even MS SQL.) If you're surprised by this, you need to go back to database school.

    37. Re:Postgres is looking better than ever by Blakey+Rat · · Score: 1

      Case Insensitive collations are default on many database systems. But more to the point, if you don't set the collation to what you need, you really aren't qualified to be using a database... this isn't new, or unique to MySQL.

      It's not something you need to "work around"... for columns you want case sensitive compares on, set their collation correctly instead of just ignoring it and using the default!

      Seriously, if you're going to bother to use a database, spend a few hours learning how they work. Please.

      Can anyone give an example of another common modern environment where "=" (or "==" as appropriate) is case insensitive?

      In SQL, you can choose whether it is or not. No, it's not a "modern environment", but sometimes you just have to cope, eh?

    38. Re:Postgres is looking better than ever by Just+Some+Guy · · Score: 1

      Either way you're using a transformation function on the password field that does take case into account.

      Except it won't:

      > select * from users where username='foo' and password=encrypt('foo', 'salt');

      ...will return a row if the encrypted version of 'foo' matches any case-insensitive permutation of the encrypted version of the real password. Now, you can rewrite that to match case as other people here have pointed out, but it's insane that the default behavior is to allow sloppy matches. It never would have occurred to me that "=" doesn't really mean "equals" before reading it here.

      --
      Dewey, what part of this looks like authorities should be involved?
    39. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      I disagree. They know what they are, but they've been told that they're unimportant.

      That's because you don't know anything about relational databases, and neither do the idiots that have been told that.

      But that's alright, because Larry will set you both straight.

      And I'm looking forward to it.

    40. Re:Postgres is looking better than ever by moderatorrater · · Score: 1

      Right, but then you're talking about the ridiculously large space or encrypted passwords instead of plaintext passwords which are a much smaller space. I agree with you that it's weird and probably wrong behavior, but it's not a security risk to an application that would have been considered secure otherwise.

    41. Re:Postgres is looking better than ever by BitZtream · · Score: 1

      Or you can use the proper column type and have case insensitive matching all the time.

      See the difference between TEXT and BLOB columns.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    42. Re:Postgres is looking better than ever by J+Isaksson · · Score: 2, Insightful

      This also has the advantage that the hash of the entered password never travels over the wire (if your db server is on a different box)

      Umm... and the actual correct password hash traveling over the wire as a result is better how?

    43. Re:Postgres is looking better than ever by Anders · · Score: 1

      I suspect if you're manually copying around the db's internal files you're doing it wrong. That's not the proper way to do replication, backups, or just about anything. Care to elaborate on what you were trying to do with the db's internal files?

      Dumping SQL statements for backup is not really practical with big databases. It would takes days to restore.

      Read more in this blog.

    44. Re:Postgres is looking better than ever by Estanislao+Mart�nez · · Score: 1

      IMO it's preferable for software to not assume that "Helped my uncle Jack off a horse." and "Helped my uncle jack off a horse." are the same thing.

      Case sensitivity is utterly moronic, but databases should certainly support fine control over collation. MS SQL Server works pretty fine here; you can choose collations on a per-column basis if you want (which affect what string values are equivalent for querying, indexing and constraints). Dunno what support Postgres has...

    45. Re:Postgres is looking better than ever by Jay+L · · Score: 1

      What good is a copy of a table file with no context, no foreign key integrity, no transactional integrity, nothing?

      It's now ready to import into MySQL!

      [Premise shamelessly stolen from rackserverdeals]

    46. Re:Postgres is looking better than ever by ukyoCE · · Score: 1

      Your link didn't seem to cover it, but I thought the issue was maintaining internal consistency in your backup without shutting down the database before backing it up. That's why the internal backup tools exist.

      The only time I ever had to hack into individual files on the filesystem was recovering a corrupt database. Definitely painful on postgres. But hopefully not something you have to do terribly often?

    47. Re:Postgres is looking better than ever by Ant+P. · · Score: 1

      I need to grab the physical file for a db or table.... what do I look for? The db or table name with some extension? No, I have to figure out what the nonsensical, internal name is for it. Retarded crap.

      Retarded crap like the innodb files MySQL uses in an almost identical way? Or retarded crap like the DBA who can't do his job properly without Windows Explorer?

    48. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      That is not accurate, it has support for both.

      case sensitive :
      table.column LIKE 'aabbcc'

      case insensitive :
      table.column ILIKE 'AAbbCC'

    49. Re:Postgres is looking better than ever by Dragonslicer · · Score: 2, Interesting

      Can anyone give an example of another common modern environment where "=" (or "==" as appropriate) is case insensitive?

      The SQL standard. I'm not saying it's good, but it is the standard.

    50. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      IMO, if all that's enabling your DB to differentiate between two records is a single capitalisation, you've got bigger problems.

    51. Re:Postgres is looking better than ever by geniusj · · Score: 1

      You win the low UID war. Congratulations :)

    52. Re:Postgres is looking better than ever by Estanislao+Mart�nez · · Score: 1

      I know you can match insensitively, but it boggles my mind that it's not the default. I expect "=" to mean "equals", not "closely approximates if you throw away enough information".

      The case sensitivity isn't just about the equality operator; it's also about index structure and uniqueness constraint checking. Basically, if you declare a uniqueness constraint on a column with a case-sensitive collation, you're going to allow keys that differ on 'abc' vs. 'ABC', which trust me, will lead to duplicates.

      From the other comments, it does seem like MySQL does have the correct solution here: per-column collations, so that "equality" stands for a user-chosen equivalence relation.

    53. Re:Postgres is looking better than ever by einhverfr · · Score: 1

      Not sure.

      CREATE table test(
        testfld text);

      CREATE UNIQUE INDEX test_testfld_u ON test (lower(testfld));

      Solves your problem.....

      --

      LedgerSMB: Open source Accounting/ERP
    54. Re:Postgres is looking better than ever by einhverfr · · Score: 1

      Actually, there are a few cases when going in and copying a table file from Pgsql can be helpful and this isn't THAT hard to do.

      Examples of cases where that is helpful is trying to determine if an error that is causing Pg from starting up (rarely happens, but might in the case of hardware failure) is something which can be repaired or not with a bit of a hex editor or whether to just restore from backup.

      However, if you NEED to do this, you can google how to do it.

      --

      LedgerSMB: Open source Accounting/ERP
    55. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      Reading comprehension was probably not your strong point in high school huh?

    56. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      You can use alternate collations with MySQL. This allows UNIQUE key checks, grouping and sorting and other string comparison operations to be done in a case-sensitive manner. The default (which can be changed with a configure parameter) is to use latin1_swedish_ci for the collation when creating a latin1 column. To make the column case-sensitive, just change the collation to latin1_bin.

      Or you can use the BINARY/VARBINARY data types, but string functions such as UPPER don't function on those columns, so this may be confusinng.

    57. Re:Postgres is looking better than ever by Anonymous Coward · · Score: 0

      > No, I have to figure out what the nonsensical, internal name is for it. Retarded crap.

      That retarded crap also allows you to do things like this:

      BEGIN;
      ALTER TABLE foobar RENAME TO bazz;
      ROLLBACK;
      BEGIN;
      ALTER TABLE foobar RENAME TO baz;
      COMMIT;

      Try *that* with MySQL.

    58. Re:Postgres is looking better than ever by Reservoir+Penguin · · Score: 1

      Funny you say that, I've just helped a bank to save no less that 40K in upfront fees alone with mysql. Not a long time ago through some connections (always make connections in college!!) i landed myself a nice position at a rather large state bank, lucky for them I got there in time because the salesmen had just swooped in with their oracle this and db2 that. I just said NO. Later that evening I pulled an old cely out of the closet, reformatted the hard drive, grabbed a UPS from an upstair office, put Vector Linux on it and in 4 hours it was up and running MySQL. Everyone's happy (xcept the stupid IBM and Oracle of course), the server is ruuninng accounts for hundreds of thousands of customers, the bank was not cheated out of the money by sleezy suits and I got a fat bonus and a paid for vacation. And if I ever need more power and scalability I'll just throw postgres in, cause I hear it's more "enterprise ready".

      --
      US-UK-Israel: The real Axis of Evil
    59. Re:Postgres is looking better than ever by Anders · · Score: 1

      You get consistency with an LVM snapshot.

    60. Re:Postgres is looking better than ever by ukyoCE · · Score: 1

      Ah, thanks. Never seen LVM used for snapshots before, that's pretty nifty. (and listed as one of the main uses on the wiki page)

    61. Re:Postgres is looking better than ever by DragonWriter · · Score: 1

      The case sensitivity isn't just about the equality operator; it's also about index structure and uniqueness constraint checking. Basically, if you declare a uniqueness constraint on a column with a case-sensitive collation, you're going to allow keys that differ on 'abc' vs. 'ABC', which trust me, will lead to duplicates.

      It will lead to "duplicates" (not actual duplicates, but semantic duplicates) only if case is irrelevant to the semantics of the attribute the column represents. In which case, the uniqueness constraint should not be on the string representation, but on the function of the string representation which must be unique (either upper(column) or lower(column).)

      Sure, making string equality case insensitive sometimes goes well with a poorly analyzed domain model to accidentally work correctly, but equally so its going to work wrong where you have an attribute where case is meaningful that needs to be unique and support all the possible distinct values.

      From the other comments, it does seem like MySQL does have the correct solution here: per-column collations, so that "equality" stands for a user-chosen equivalence relation.

      Yeah, and this is one of those areas where MySQL is ahead in terms of supporting standard functionality than PostgreSQL. (There are, of course, quite a number of those that work the other way.)

  21. New hardware standard. by geekmux · · Score: 4, Insightful

    I wonder how long it will take Oracle to pretty much give the middle finger to HP and Dell hardware partnerships in favor of the soon-to-be-released OracleFire "product-in-the-box" line...

    1. Re:New hardware standard. by philj · · Score: 3, Interesting

      I wonder how long it will take Oracle to pretty much give the middle finger to HP and Dell hardware partnerships in favor of the soon-to-be-released OracleFire "product-in-the-box" line...

      It already exists... In partnership with HP :)

      Oracle Exadata

      I imagine that'll soon go the way of the dodo, and get replaced with some Sun kit.

    2. Re:New hardware standard. by Anonymous Coward · · Score: 0

      That doesn't make sense, lots of companies won't buy Oracle hardware, simply because they want to buy severs AND clients to the same hardware company.

  22. ZFS? by JimXugle · · Score: 1

    So what does this mean for ZFS licensing?

    --
    -jX

    Don't you just love politics? It's like a comedy of errors.
    1. Re:ZFS? by slashdot_commentator · · Score: 1

      It means ZFS goes back into the closed, licensed products. Wave bye bye.

      Java is more of a question mark. I wonder if Oracle already has a business model for it.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    2. Re:ZFS? by tangent3 · · Score: 1

      From wikipedia:

      Btrfs (B-tree FS or "Butter FS"[1][2]) is a copy-on-write file system for Linux announced by Oracle in 2007 and published under the GNU General Public License (GPL).[3] It originated as a response to the ZFS filesystem and is expected to be free of many of the limitations that other Linux filesystems currently have.

      A possible merge? Or the possible death of one or the other?

    3. Re:ZFS? by Anonymous Coward · · Score: 0

      Maybe they couldn't get Btrfs to work well.

    4. Re:ZFS? by butlerm · · Score: 1

      I suspect Oracle itself will choose ZFS. The only question is whether they want ZFS support on Linux or not. If yes, btrfs will probably go the way of all the earth. If no, btrfs will probably survive in other hands.

  23. Java 8 Preview by characterZer0 · · Score: 5, Funny

    Java 8 will replace String with String2, which will treat empty string and null the same.

    --
    Go green: turn off your refrigerator.
    1. Re:Java 8 Preview by CynicTheHedgehog · · Score: 4, Interesting

      Seriously, anyone who has taken a close look at what Oracle has done to Java with JDeveloper and Oracle AS knows that this will not be good for Java. Oracle is famous for not implementing standard API calls and instead providing proprietary methods and super classes to implement basic functionality (JDBC BLOBs, web services, etc.) Vendor lock-in is one thing, but their ideas and designs are just ugly and unwieldy.

      They had started to play nice with EJB3 and TopLink, but now they have absolutely no reason to keep doing so. They now have much more weight in the JCP process (if the JCP even continues to exist) and they can now push out better ideas from competitors. I'm very apprehensive about the future of Java.

    2. Re:Java 8 Preview by ionix5891 · · Score: 2, Funny

      sounds like PHP

    3. Re:Java 8 Preview by ErikZ · · Score: 1

      I forget. Is Java now completely open source or mostly open source?

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    4. Re:Java 8 Preview by eples · · Score: 1, Informative

      you made a VARCHAR2 joke

      nice ;)

      --
      I'm a 2000 man.
    5. Re:Java 8 Preview by Anonymous Coward · · Score: 0

      I forget. Is Java now completely open source or mostly open source?

      Completely.

      For now.

    6. Re:Java 8 Preview by Anonymous Coward · · Score: 0

      Mmh, you had to remind me of the last time I had to work with an oracle DB. Bleh.

      The technology might be excellent, but it feels like a nosedive into the 80s to work with.

    7. Re:Java 8 Preview by CynicTheHedgehog · · Score: 3, Interesting

      I think completely open source. But that doesn't matter. Supposing it forks, you would in essence end up with 3 different dialects of Java: Oracle, IBM, and RedHat (FOSS) which may or may not remain binary compatible. Having Sun as an external arbiter with no direct commercial interest in the success of one stack versus another meant that you had agreement among the major interests and a unified direction. (Sun does/did have an app server stack, but it's always been more of a reference implementation.)

      EJB3 was almost a carbon-copy of Hibernate, which was the most advanced, feature-rich ORM implementation at the time. Had Oracle been in charge at the time, the scales might have tipped in favor of TopLink, which would have left the OSS community playing catch up trying to implement a less elegant solution geared toward one vendor's RDBS. Granted, TopLink has essentially been open-sourced (it is the EJB3 implementation used by Glassfish), but that may not have happened either if Oracle had control over the reference app server stack.

      Oracle doesn't have the commitment to open standards and open source that Sun does. I don't trust them to continue to open up new technologies and allow much community participation. I expect closed, buggy extensions that will ultimately be imitated by 1001 open source knock-offs , leading to fragmentation like we've never seen before.

      The market is converging on stack-oriented development, so perhaps this is inevitable. It seems now that instead of simply knowing a language you have to know a particular IDE, DB, and app server as well. This is just another step in that direction.

      And one last point. I've always found the Sun Java forums to be helpful, but I've never had much luck with Oracle forums. I think this is bad news for the community all around.

    8. Re:Java 8 Preview by mzs · · Score: 1

      That was great!

      If IBM had bought Sun there would be a zero length string at 0x0 and malloc(0) would return NULL. Solaris is already half-way there with /usr/lib/0@0.so.1 I suppose.

    9. Re:Java 8 Preview by pjt33 · · Score: 1

      I believe Sun's implementation has about 2% third party closed source blobs, but there's a fork (Icedtea) which replaces them with open source implementations.

    10. Re:Java 8 Preview by metamatic · · Score: 1

      Supposing it forks, you would in essence end up with 3 different dialects of Java: Oracle, IBM, and RedHat (FOSS) which may or may not remain binary compatible.

      I develop using OpenJDK and deploy on IBM JRE. I've yet to encounter any incompatibility between them. Are you actually aware of any proprietary extensions in the IBM Java runtime?

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    11. Re:Java 8 Preview by Anonymous Coward · · Score: 0

      Thanks, Captain Obvious.

      Proud of yourself for letting everyone know that you got the joke?

    12. Re:Java 8 Preview by Kotoku · · Score: 1

      Ah, at last, equality!

    13. Re:Java 8 Preview by Anonymous Coward · · Score: 0

      ROFLMAO!!!!

    14. Re:Java 8 Preview by ciggieposeur · · Score: 1

      I develop using OpenJDK and deploy on IBM JRE. I've yet to encounter any incompatibility between them. Are you actually aware of any proprietary extensions in the IBM Java runtime?

      I used to run the IBM JRE a lot under Linux, and at the time there were some IBM-isms that emerged:

      1) The JCE (crypto) API in the IBM JRE was a completely different implementation from Sun's. In practice this meant that exceptions had a different stack trace.

      2) The font support under Linux/AIX was dramatically different. The IBM JRE often required custom command-line properties to work correctly on DBCS systems (if it worked at all).

      3) The JIT behaved differently. In practice this often meant IBM's was much faster. But it also caused different kinds of segfaults than Sun's JRE.

      These are the ones I remember. This was back in the 1.2.x - 1.3.x days. In those days I could find one reproducible JVM bug (often segfault) per month, but different ones for Sun vs IBM JREs.

    15. Re:Java 8 Preview by theshowmecanuck · · Score: 1

      Having Java fragment as much as Linux distributions could be disastrous to the business world. The nice thing about Sun keeping a tight reign on the Java specification is that it created a standard that is/was well, standard. Thinking about a fragmented Java non-standard makes me feel uneasy for some reason.

      --
      -- I ignore anonymous replies to my comments and postings.
    16. Re:Java 8 Preview by CynicTheHedgehog · · Score: 1

      No, because currently the JCP moves along at an acceptable pace and tries hard to accommodate all the major players. IBM has a solid open source track record, so I don't doubt that they will work with the open source community to ensure compatibility. That being said, it's still two separate VMs, and when you factor in nonstandard VM options like heap size, garbage collection, permgen space, etc, you end up running into a lot of unintentional issues for apps developed against one running on the other.

      Oracle has its own VM that they've tweaked so that you can run Java stored procedures, and I know from experience that it has compatibility issues. So even if IBM and OpenJDK play nicely, if one third (or more) of the Java base is running on even a slightly incompatible VM you will have issues with adoption.

      And of course all of this is cynical speculation, but I wouldn't put it past Oracle to optimize their Java stuff to work best with their operating system and their database. My primary concern is not so much with binary compatibility as it is with the JCP and extensions to the language.

    17. Re:Java 8 Preview by Anonymous Coward · · Score: 0

      You mean crash ?

    18. Re:Java 8 Preview by Ant+P. · · Score: 1

      Worse... it sounds more like XML.

    19. Re:Java 8 Preview by Gary+W.+Longsine · · Score: 1

      "Oracle doesn't have the commitment to open standards and open source that Sun does."

      Agreed. But it should be quite clear to anyone watching that Sun hasn't been able to figure out how to make money with this strategic commitment to open source. The new company might be able to find a workable middle ground. It doesn't seem likely, though, I agree.

      --
      If you mod me down, I shall become more powerful than you could possibly imagine.
    20. Re:Java 8 Preview by chez69 · · Score: 1

      I use the IBM JVMs under AIX in a high volume production environment. It works pretty good except the headless AWT is broken. Otherwise, it does pretty well.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    21. Re:Java 8 Preview by HAWAT.THUFIR · · Score: 1

      They had started to play nice with EJB3 and TopLink, but now they have absolutely no reason to keep doing so. They now have much more weight in the JCP process (if the JCP even continues to exist) and they can now push out better ideas from competitors. I'm very apprehensive about the future of Java.

      The best thing would be for Java itself to move towards being frozen and to start over. Not that there's any need for the JVM to go away, but it's time to acknowledge that Java has some inherent flaws which cannot be tweaked away.

  24. I doubt it by shis-ka-bob · · Score: 5, Interesting

    MySQL is in a very different niche than Oracle. When is the last time you saw Oracle used as the back end for a Wiki or a large company use MySQL for an enterprise ERP system? It may happen that somebody uses a product outside of its niche, but like a lungfish on land, it just isn't as effective as something that has evolved to better fill that role.

    --
    Think global, act loco
    1. Re:I doubt it by wlt · · Score: 5, Insightful

      MySQL is in a very different niche than Oracle.

      I'd think MySQL is one of the reasons Oracle bought Sun. Whatever its failings, MySQL is the "default" choice for most new (small) deployments (I mean, to the extent there's the LAMP acronym for it), the ones that are too small for Oracle to care about.

      Now that Oracle has it, they're in a position to "upsell" them once they get far enough. They now control both the high end AND the low end ("... the horizontal and the vertical..."). I'd expect an upper limit to the effort put into scaling MySQL up ("we already have a high-end DB, why waste the effort?"), but I don't see them abandoning it.

    2. Re:I doubt it by Capitalisten · · Score: 2, Interesting

      Depends on the definition of "large".
      One of the leading Danish Banks, Jyske Bank (4.145 employees, 122 offices), recently announced that they would be switching their online banking system to MySQL - the announcement (in Danish) is here:

      http://dk.sun.com/sunnews/press/2009/090226.jsp

      I fear that we'll see a standstill in MySQL development until one of the recent forks gain enough traction for it to be accepted across Linux distributions and see an uptake in development efforts from third parties.

      Oracle developing MySQL? How many open source projects does Oracle maintain today (except from a ripped off OS)? How many small and medium sized customers does Oracle have today? Exactly...

    3. Re:I doubt it by TheRaven64 · · Score: 3, Interesting

      And, because they now own all of the MySQL code (remember, MySQL requires copyright assignment for contributors) they can now incorporate bits of it into Oracle. This may not sound like something you'd want to do, but remember that a lot of small applications rely on oddities in MySQL's support for SQL, including various bugs and non-conforming behaviours. If Oracle take the front-end code and run it on an Oracle back-end then they can sell appliances that can be used as drop-in replacements for MySQL and can also run important databases. Or, if they are using Solaris Zones then they can sell an appliance that has both installed in separate zones, and if you want to enable Oracle then you just start the second zone and send them some money.

      --
      I am TheRaven on Soylent News
    4. Re:I doubt it by rafaelriedel · · Score: 1

      You're right! There are differents niche for Oracle and MySQL. And in fact, MySQL makes the use of Inno-DB, which it is a Oracle's technology for relational purposes. I doubt the MySQL will suffer any kind of penalties, instead of I think the MySQL can be benefited with this. All is need to do is: sit and wait.

    5. Re:I doubt it by dns_server · · Score: 3, Informative

      They contribute to a few projects but not a lot, mainly kernel work take a look at http://oss.oracle.com/

    6. Re:I doubt it by Capitalisten · · Score: 1

      OK, to be honest they actually do a bit more OSS work than I thought - the only projects I ever recall hearing of is InnoDB, which I don't know if they still actively maintains as it's not on the list on the page you linked to, and OCFS2.

      Still, none of these projects are even remotely close to MySQL in terms of scope and complexity.

    7. Re:I doubt it by mbrod · · Score: 1

      I think it is THE reason they are buying them and also the reason why the FTC should NOT approve the purchase (but we all know they will).

    8. Re:I doubt it by MobyDisk · · Score: 1

      But if they rebranded MySQL to Oracle Light, that would be interesting...

    9. Re:I doubt it by jadavis · · Score: 1

      There is approximately zero chance that Oracle uses any code from MySQL in the Oracle database engine.

      It just doesn't make any sense -- the SQL dialect issues you bring up stretch from the parser down through the optimizer all the way to the executor. There's no way these different layers would match up well enough between the two systems that they would get any benefit from the existing source code. In fact, I've heard that MySQL doesn't even separate the optimizer and executor.

      Even if they did want to provide a MySQL bug-compatible mode for Oracle (which I doubt), they would only use the existing MySQL code as documentation of the MySQL behavior. They can do that without owning the copyright.

      Maybe they could make MySQL output translated SQL to Oracle (or something similar), but I doubt they'd do that, either.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    10. Re:I doubt it by chromatic · · Score: 1

      When is the last time you saw Oracle used as the back end for a Wiki....

      At Sun in 2003, if you can believe that.

    11. Re:I doubt it by Mr.+Foogle · · Score: 1

      When is the last time you saw Oracle used as the back end for a Wiki

      A few minutes ago when I logged onto my companies internal wiki.

      --
      Display some adaptability.
    12. Re:I doubt it by hartz · · Score: 1

      Not Oracle, but one of the other free/cheap/lean DBs.

      --
      --- Abnormally normal.
  25. Good-bye MySQL by PhotoGuy · · Score: 4, Interesting

    Thankfully, I have recently switched myself (and my clients) over to Postgresql.

    It was a sad day when Oracle got the rights to the InnoDB engine, but at least MySQL itself was in the hands of Sun.

    With Oracle now owning all the rights to what is probably the biggest free competitor, I think the open source world shouldn't put much stock or investment into MySQL.

    I've been quite impressed with the performance and straight-forwardness of PostGres, and will continue to happily use it. I was alawys keeping MySQL in the back of my mind, to try out now and then, but with this announcement, I doubt it'll be worthwhile.

    Is there any anti-trust factors to this? Oracle, being a dominant database player, and buying up the biggest open source database?

    Aside from that, I find this all very sad. Sun was one of the Unix innvators from the earliest days. Even when they grow large, they still seemed like a "cool company." Healey used to personally answer emails I would send him. Oracle seems to be the antithesis of this; major, corporate, gouging, monster... One can only hope that some of Sun's culture and products will survive.

    --
    Love many, trust a few, do harm to none.
    1. Re:Good-bye MySQL by Anonymous Coward · · Score: 1, Insightful

      Really? Rotting since 1999? This is based on what now? Seems to me postgres is smaller, but is growing.

      It is a better implemented SQL server.

    2. Re:Good-bye MySQL by Anonymous Coward · · Score: 0

      "It is a better implemented SQL server."

      This is based on what now?

    3. Re:Good-bye MySQL by alen · · Score: 1

      Oracle has direct competition from IBM's DB2 and Microsoft's SQL Server on the lower end.

    4. Re:Good-bye MySQL by mizzouxc · · Score: 0

      Is there any anti-trust factors to this? Oracle, being a dominant database player, and buying up the biggest open source database?

      Since open-source generally doesn't "make" money, aside from support contracts, I doubt that it would be included in an anti-trust case.

      It would be like saying, "If microsoft were to go away, Linux would have an anti-trust suit against it"

    5. Re:Good-bye MySQL by LaminatorX · · Score: 3, Informative
      • ACID across the board rather than as an option.
      • Extensibility with at least half-a-dozen languages
      • EXCEPT/INTERSECT in UNION,

      • (Ironically)Broad compatability with Oracle pl/SQL

      ...just to name a few.

      MySQL offers some speed benefits, but mostly when you're using MyISAM, which costs you ACID. For some applications that may be a desirable trade off, but I'm inclined to use BerkelyDB or SQLite for those, and use PostgreSQL when heavier lifting is called for. Most of MySQL's speed advantages over PostgreSQL narrow when MySQL runs with InnoDB rather than MyISAM and Postgres is given more memory than its rather conservative (for up to date hardware) default settings.

    6. Re:Good-bye MySQL by Anonymous Coward · · Score: 0

      Good bye Sun Cluster

    7. Re:Good-bye MySQL by ducomputergeek · · Score: 0, Redundant

      No, there is no anti-trust here because in the high-end database market Oracle still has competition from IBM DB2 and a little company called Teradata. In the open source world, you still have PostgreSQL and Firebird. Just because something is popular, and why Oracle is so popular is beyond me other than slick marketing, does not make it a trust.

      I've spent the last six months working around databases. The development platform was on MySQL simply because it was already there and available on most hosting/dedicated server set ups by default. We had enough work to write the code for the web apps, but we wrote everything using Database abstraction. I knew the day that SUN bought MySQL, MySQL's days were probably numbered as the development team would fracture and start their own forks. So the MySQL world would experience something similar to what happened during the Mambo/Joomla spit a couple years ago. (A lot of uncertainty until one side wins out).

      Our major concern was the need to be able to cluster and scale the database rather quickly. In the past I had heard database people call MySQL, and to a lesser extent, PostgreSQL, toy databases. I thought it was out of spite at first, but I learned quickly why they said that when you needed MySQL or PostgreSQL to scale into a high availability cluster. I know MySQL has made some strides in 5.0 and 5.1 in the clustering arena, but PostgreSQL is still lagging.

      Right now we're working with the developers edition of DB2 and Teradata on the backend.

      The big question now is what does Google do? They've done a lot of hacking of MySQL and it is a critical component of their business. I could see them forking MySQL and offering GoogleDB as a replacement since they have the people to maintain/add to the code.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    8. Re:Good-bye MySQL by smartr · · Score: 1

      If I were Oracle, I'd actually stop helping PostGres as much and make MySQL a new pet project to ramp to Oracle... Nevermind having a good way of making money through support for the lower end.

    9. Re:Good-bye MySQL by DragonWriter · · Score: 1

      Is there any anti-trust factors to this? Oracle, being a dominant database player, and buying up the biggest open source database?

      Oracle has nothing near a monopoly in the database market, and I'm not sure on what terms MySQL is the biggest open-source database; I'm pretty sure SQLite is the most widely used open-source database, and Postgres the one closest to Oracle/DB2 in terms of features.

    10. Re:Good-bye MySQL by Taxman415a · · Score: 1

      Is there any anti-trust factors to this? Oracle, being a dominant database player, and buying up the biggest open source database?

      Not likely since MySQL is by definition open source. No matter who owns the company that supported some of it's development, it's still open source and you and I can still fork the code and keep improving it.

      Aside from that, I find this all very sad. Sun was one of the Unix innvators from the earliest days. Even when they grow large, they still seemed like a "cool company." Healey used to personally answer emails I would send him. Oracle seems to be the antithesis of this; major, corporate, gouging, monster... One can only hope that some of Sun's culture and products will survive.

      Indeed Sun really made some great quality products (albeit really expensive too). As another astute poster pointed out Sun has great quality products but has been poorly run while Oracle is very well run with poor quality products. With any luck Oracle will see this and learn something so they can make the right choices and come out a much better company with better products. It's not terribly likely. The culture clash is likely to be too great and the talented engineers will most likely be stifled in the new company.

    11. Re:Good-bye MySQL by Estanislao+Mart�nez · · Score: 1

      I think GP may have understood you originally as meaning that PostgreSQL was like Microsoft SQL Server, but better implemented.

    12. Re:Good-bye MySQL by shentino · · Score: 1

      Never underestimate the power of a baseless yet FUD inducing lawsuit.

      Tom tom anyone?

    13. Re:Good-bye MySQL by butlerm · · Score: 1

      The only reason why Oracle exists is because their database is far and away the best database server on the planet. Informix? Ingres? Sybase? Progress? Rdb? Anyone hear of them anymore? There is SQL server if you are a Microsoft shop, and DB2 if you are an IBM shop, occasionally PostgreSQL and MySQL. All those other databases are dead or dying because they are vastly inferior to Oracle for general purpose use.

  26. Re:.10 a share, argh! by Anonymous Coward · · Score: 0

    Evil pays better and doesn't balk at an extra 5mil in bribe money.

    If you have to ask though, I imagine it's already too late to save yourself.

  27. SPARC by Anonymous Coward · · Score: 0

    But SPARC is fucked. Not that it's any great loss, but anyone somehow still heavily invested in SPARC (not too good at reading the writing on the wall, huh?) should be making their transition yesterday.

    Why? The Niagara processors (UltraSPARC-Tx) are very good and very efficient at the problems that they solve: highly parallel, with not too much floating point.

    Sun (and Fujitsu) are supportive of the SPARC architecture, and a little diversity is a good thing. x86 is the dominant architecture, and it's fine for a lot of thing, but I want a little choice available because it's not the best for everything.

  28. MySQL == MyOracle?! by GordonCopestake · · Score: 1

    So will they bury MySQL as a competitor or will we see a version of MyOracle released?

    1. Re:MySQL == MyOracle?! by slashdot_commentator · · Score: 1

      MySQL will be the MyOracle cheapo product. They would take it off the market, but the genie is already out of the bottle. MySQL founders have already moved on to forked projects.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    2. Re:MySQL == MyOracle?! by butlerm · · Score: 1

      I seriously doubt that Oracle is going to rename MySQL to anything other than "Oracle MySQL" because it would lead to massive confusion, and throw away a perfectly good brand name and risk an enormous amount of mind share / marketing awareness.

      The number one reason why it can't possibly be called "MyOracle" is that MySQL and Oracle server are not remotely compatible. The number two reason is that it would seriously dilute the Oracle brand to have people confusing the Oracle database server with Oracle MySQL server. Oracle did this before. They purchased Rdb from Compaq/Digital. They called the result "Oracle Rdb".

  29. Was Foretold? by KE1LR · · Score: 1

    Should Sun have done this sooner? Related story from years ago.

  30. so why have i been by nimbius · · Score: 1

    considering purchasing sun blades and hardware if the company is now owned by oracle? what does that mean?? more importantly, does this mean the purchasing guy is going to foam at the mouth when looking at the orders for Oracle and the orders for Sun?

    --
    Good people go to bed earlier.
  31. The future. by nitroyogi · · Score: 1

    Now Oracle looks more future proof and well-placed than IBM, et al, in offering enterprise and end-to-end solutions to new markets for new apps. IBM will sooner or later realize that its legacy business won't hold too much value in the future and in the emerging markets.

    I just hope that they let the R&D at Sun continue as it is and not bog it down by mundane bureaucracy or senseless big corporate culture.

  32. Bad news for MySQL by jonnyj · · Score: 3, Interesting

    MySQL is worth far more to Oracle than to any other company. To anyone else, MySQL is simply worth the present value of its future revenue stream but, to Oracle, it's also worth the impact that it has on its own database revenue streams.

    The anti-MySQL ranters who keep posting on /. miss the point that for many, if not most, commercial projects, MySQL is good enough and has a very low total ownership cost. Oracle knows that too, and the mere existence of MySQL puts an effective price cap on Oracle for low-end projects. It's not the number of users who actually switch to MySQL that bothers Oracle; it's the number who threaten to and get a discount as a result.

    Look out for some significant changes to MySQL licensing and pricing. It's my guess that databases just got a whole load more expensive.

    1. Re:Bad news for MySQL by Synn · · Score: 2, Informative

      Look out for some significant changes to MySQL licensing and pricing. It's my guess that databases just got a whole load more expensive.

      Eh, no. MySQL is GPL. Oracle can't make it more expensive and if they try to kill it, someone will just fork it and take the project away from them.

      That happened with X11 a couple years ago and today Xorg is the standard X windows server for Linux.

    2. Re:Bad news for MySQL by Micah · · Score: 3, Insightful

      So what's to stop those users from using PostgreSQL instead?

    3. Re:Bad news for MySQL by jonnyj · · Score: 1

      Maybe so. But Oracle could easily release a new version under a much more onerous licence and withdraw support from the GPL'd code. MySQL isn't very attractive commercially unless it comes with support from a large vendor that Board members can read about in the financial press. That's why PostgreSQL is relatively unpopular in a commercial setting - it has more to do with the implied threat to the career development of senior staff than with the quality of the product.

    4. Re:Bad news for MySQL by TheRaven64 · · Score: 1

      Oracle can't make it more expensive and if they try to kill it, someone will just fork it and take the project away from them.

      Who? Don't forget that Oracle now owns all of the rights (it's GPL'd, but the copyright owner can still release it under a different license, and MySQL AB always did) and they employ all of the developers. Who do you imagine would want to work on MySQL if Oracle decided to kill it?

      --
      I am TheRaven on Soylent News
    5. Re:Bad news for MySQL by Anonymous Coward · · Score: 1, Informative

      Support

    6. Re:Bad news for MySQL by Bill,+Shooter+of+Bul · · Score: 2, Informative

      To name a few who have already worked on various patches/forks of mysql...

      Percona
      Google
      Mariadb

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    7. Re:Bad news for MySQL by Anonymous Coward · · Score: 0

      Willful ignorance...

    8. Re:Bad news for MySQL by Anonymous Coward · · Score: 0

      Thank God for open source. If they tighten up source or development or licenses, there will be a fork, and bad juju in their name.

    9. Re:Bad news for MySQL by Anonymous Coward · · Score: 0

      The anti-MySQL ranters don't miss the point.

      PostgreSQL supports all the "real database" features, and costs the exact same $0.00.

      MySQL is popular because it's popular. For people who have only used one database, it's the default. For people who have used multiple databases, MySQL turns out to have many shortcomings, even today.

      Here are some of the reasons why those who know databases say no to MySQL:

          http://sql-info.de/mysql/gotchas.html

    10. Re:Bad news for MySQL by atrimtab · · Score: 1

      Transition costs. Code rewrite costs.

      --
      Facebook is billions of individual "Skinner Boxes." And if you use it you are the pigeon!
    11. Re:Bad news for MySQL by zackhugh · · Score: 1

      I liked to use MySQL because, as the name implies, it belongs to ME. But PostgreSQL belongs to Postgre, and I have no idea who the hell that is.

      8-)

    12. Re:Bad news for MySQL by Anonymous Coward · · Score: 0

      Managers haven't heard of PostgreSQL. That was the biggest problem for us anyways.

    13. Re:Bad news for MySQL by artsrc · · Score: 0
    14. Re:Bad news for MySQL by Nicolay77 · · Score: 1

      MySQL will still be supported and growing.

      Or do you think Oracle wants everybody to switch to PostgreSQL ?

      PostgreSQL with the userbase of MySQL (and then of course more developers) could absolutely threat Oracle even in the high end.

      But a cheap DB to lure people away from PostgreSQL, that's something Oracle wants to have.

      --
      We are Turing O-Machines. The Oracle is out there.
  33. Sun's OSS Projects by nurb432 · · Score: 0

    Better grab source while you can, expect all the projects to be closed and or cancelled.

    --
    ---- Booth was a patriot ----
    1. Re:Sun's OSS Projects by gazdean · · Score: 2, Insightful
      --
      "You can catch flies till the cows come home, but wasps are a totally different kettle of fish."
    2. Re:Sun's OSS Projects by nurb432 · · Score: 1

      You might trust them, but having to deal with them in the past, I don't.

      --
      ---- Booth was a patriot ----
  34. Another busy year... by yogibaer · · Score: 1

    We are an Oracle Certified Partner for Fusion Middleware and since the acquisition of BEA (remember, remember) we have been in the middle of the "App Wars" which BEA Weblogic won over the OC4J and the Oracle JDeveloper (so far) over the BEA Workbench and Eclipse. Only recently - after months of annoucnements, trainings, roadshows etc. - we slowly started to come out of the trenches, shellshocked and still a bit confused but with a clearer picture of what Oracle's products are going to look like in the forseeable future and what do we see in the early morning light: General Larry, whistle in hand, already on the way up the next hill... You have to give it to them: keeping something like that under wraps is a masterpiece, but I wonder how many of Oracle's partners, customers and employees will follow the general up that hill.

  35. Niagara should have a future by shis-ka-bob · · Score: 4, Interesting

    We are entering an era where energy conservation is going to be critical. Niagara2 can provide 32 threads for 72 Watts. This is a great CPU for a hypothetical Oracle on-site enterprise database appliance. Add a hot-failover-to-cloud, and you can have a database that doesn't even stop for upgrades or floods.

    --
    Think global, act loco
    1. Re:Niagara should have a future by egghat · · Score: 3, Insightful

      CPUs are a "scale" business. Bigger is better, cause it's extremly expensive too design and produce a CPU. That is why most of the non i86-architectures have vanished.

      I might second you statement that Niagara *should* survive, but nevertheless I doubt it.

      bye egghat.

      --
      -- "As a human being I claim the right to be widely inconsistent", John Peel
    2. Re:Niagara should have a future by Anonymous Coward · · Score: 0

      SPARC might be pretty good in virtualization.

    3. Re:Niagara should have a future by alen · · Score: 1

      Sparc based boxes are 95% wintel boxes with a sparc CPU and a custom BIOS.

      Just like with Intel, the CPU is energy efficient but the other hardware isn't. and the hard drives and everything else in sparc boxes is exactly the same as in wintel boxes. down to the PCI Express bus

    4. Re:Niagara should have a future by downix · · Score: 3, Insightful

      Untrue. Niagara T2 embeds inside of it's CPU most of the parts you would find on the motherboard, such as the RAM controller, northbridge, southbridge, even the Gig-E controller. There is less than 10% of a normal PC in the picture with the single, solitary, only PCI Express port.

      --
      Karma Whoring for Fun and Profit.
    5. Re:Niagara should have a future by McKing · · Score: 2, Interesting

      It's interesting that you speak about that of which you have no idea. For the CoolThreads servers (T1 and T2), Sun redesigned every part of the server to be more energy efficient, from the fans to the power supplies. That then carried over to more efficient x86-based Sun servers as well. I know from experience that in our data center, a fully loaded Dell web server generates *far* more heat than a fully loaded T2 Oracle server. I've stood behind a rack of Dells and then a rack of Sun gear and the Dells are *insanely* hot.

      --
      If only "common" sense was actually that common...
    6. Re:Niagara should have a future by Anonymous Coward · · Score: 0

      T2 is 64 threads, not 32. See http://www.sun.com/processors/UltraSPARC-T2/specs.xml

      T2+ is 64 threads and can be combined with up to 3 other T2+ chips for a total of 256 hardware threads in one system (http://www.sun.com/servers/coolthreads/t5440/specs.xml, more details at http://blogs.sun.com/allanp/entry/sun_s_4_chip_cmt)

  36. SPARC going out...? by Glock27 · · Score: 1
    I think the interesting question is, does Oracle care about SPARC?

    .

    Oracle obviously wants Sun's software stack, but my guess is that Oracle thinks Intel and AMD are doing a fine job on the CPU front. I think that SPARC is most likely toast (or will be sold off as "intellectual capital"). There's not much effort in migrating from SPARC to x86-64.

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
    1. Re:SPARC going out...? by rackserverdeals · · Score: 4, Informative

      I think the interesting question is, does Oracle care about SPARC?

      The majority of Sun's $13billion in revenues comes from hardware.

      The majority of their hardware comes from Sparc.

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      --
      Dual Opteron < $600
    2. Re:SPARC going out...? by Anonymous Coward · · Score: 0

      Correction, it most profitable product.

      It's unclear why Oracle would ditch the larger parts of the SPARC servers, although it may be sold off to Fujitsu? Oracle has always run well on SPARC boxes with CPUs that are slower than x86 ones... it'll be interesting to see what happens.

      I hope Southeastern are happy because I'm sure nobody else is.

    3. Re:SPARC going out...? by Tanktalus · · Score: 2, Interesting

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      Simple. You bought it for the profitable parts and/or the parts you think you can make profitable. Hardware margins are so low that even giants like IBM have been transitioning away from them, leaving it all to Intel, AMD, and others who are completely focused on that market. Oracle may abandon it, may try spinning it off and selling that unit, or may try making a go of it. Given Sun's decreased attention on SPARC prior to this, I'd have to guess that Oracle will continue the trend and try to get rid of it. Meanwhile, Oracle will have to concentrate on the real value adds for them, which is probably a) customer lists and b) software, probably in that order.

    4. Re:SPARC going out...? by rackserverdeals · · Score: 4, Insightful

      Nonesense.

      Their SPARC servers are their highest margin servers and account for most of their revenue. UltraSPARC server sales declined but the CoolThreads servers and x86 servers increased, but nowhere near the level of their traditional SPARC based revenues.

      Buying Sun, and killing SPARC would be a stupid idea. They could have bought other companies cheaper.

      --
      Dual Opteron < $600
    5. Re:SPARC going out...? by Anonymous Coward · · Score: 0

      They don't make any money on Sparc anymore. That cashcow is gone, which is one of the reason Sun got into the position of being bought.

    6. Re:SPARC going out...? by segedunum · · Score: 1

      The majority of Sun's $13billion in revenues comes from hardware.....The majority of their hardware comes from Sparc......Why would you buy a company for billions of dollars and ditch it's most popular product?

      You've said it all yourself. Sun's SPARC sales have been declining for years, it's not growing revenue and hardware margins are miniscule. They're even more razor thin when it comes to x86, which is why Sun really didn't want to sell x86 machines at all. In the end though they've had no choice.

    7. Re:SPARC going out...? by mzs · · Score: 1

      "Why would you buy a company for billions of dollars and ditch it's most popular product?"

      When you bought it because it looked like your competitor was trying to buy it and form your worst nightmare of a competitor.

    8. Re:SPARC going out...? by Tanktalus · · Score: 1

      They could have bought other companies cheaper, but how many of them would come with an operating system (Solaris/x86) or two (Java?), an office suite (OOo), a database server in a market they want into (MySQL), and the prestige of being able to buy out a powerhouse from the time period in which you started your own company? Nevermind the well-publicised spats between Oracle and MS where Larry can go after MS on its own turf (OS, but even more, the office suite)? Remember: there are some things that money can't buy, for everything else, there's Larry's personal Mastercard.

    9. Re:SPARC going out...? by rackserverdeals · · Score: 1

      UltraSPARC sales have been declining but they still account for most of their business.

      In the SPARC line, the CMT, CoolThreads, Niagara, whatever you want to call them servers have been growing.

      --
      Dual Opteron < $600
    10. Re:SPARC going out...? by Anonymous Coward · · Score: 0

      Hardware margins are slim, but don't underestimate the margins on high end SPARC kit.

      I've seen internal discounts 60% cheaper than list (that we can buy our own kit at) and 12% discounts off list that our customers have bought at. Assuming they're not making a loss at 60% off list, the normal customer discount is still a pretty profitable product.

    11. Re:SPARC going out...? by Anonymous Coward · · Score: 0

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      Eliminate competition.

    12. Re:SPARC going out...? by Spaseboy · · Score: 1

      I don't know much about SPARC but what's the prospects for using it in applications like video games? IBM is sitting SUPER pretty for having their chip in 3 different consoles.

      --
      "I don't want more choice, I just want nicer things!"
      -Jennifer Saunders as Edina Monsoon
    13. Re:SPARC going out...? by segedunum · · Score: 1

      In the SPARC line, the CMT, CoolThreads, Niagara, whatever you want to call them servers have been growing.

      When you start from zero it's easy to show some decent growth percentages ;-). However, it's not anywhere near enough to justify the amount of investment needed in SPARC as a hardware platform.

    14. Re:SPARC going out...? by BitZtream · · Score: 1

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      Have you learned nothing watching Microsoft? You may not buy them to kill of their product. But you may buy them and kill off their product if that in turn kills of your competitions market space.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    15. Re:SPARC going out...? by rackserverdeals · · Score: 1

      However, it's not anywhere near enough to justify the amount of investment needed in SPARC as a hardware platform.

      Solaris/SPARC is the most popular choice Oracle customers choose to deploy Oracle's DB server according to Larry Ellison who also said Solaris is the best unix technology available in the market.

      Oracle customers are choosing Solaris/SPARC. Would a good CEO (which Ellison is) choose to kill off what their customers clearly want?

      --
      Dual Opteron < $600
    16. Re:SPARC going out...? by Anonymous Coward · · Score: 0

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      Because the rest of what you bought is a profitable fit with your products and your game plan. That doesn't mean you'd kill SPARC -- you can keep it as an unrelated cash cow, or sell it as an unrelated cash cow.

      Which is not to say I think SPARC is a bad fit with Oracle. But the priorities will be different -- SPARC will no longer be THE cash cow in the company. Oracle will not "care" about SPARC in the same way that Sun does.

      I think they'll keep it. I think they'll like offering clients Oracle-branded servers running Oracle databases. But they can also do fine without it, and they can spin it off without fear it'll become a competitor because they don't do hardware otherwise.

    17. Re:SPARC going out...? by Abreu · · Score: 1

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      BeOS fans are still scratching their heads at this one

      (granted, Palm did not pay billions for Be, but still...)

      --
      No sig for the moment.
    18. Re:SPARC going out...? by Glock27 · · Score: 1

      I think the interesting question is, does Oracle care about SPARC?

      The majority of Sun's $13billion in revenues comes from hardware.

      The majority of their hardware comes from Sparc.

      Why would you buy a company for billions of dollars and ditch it's most popular product?

      Source please?

      I looked and was unable to find figures on SPARC versus x86 Sun sales for a recent quarter, either volume or revenue.

      My point is that Oracle is a software company, and Sun has several software assets that Oracle would like to control. It'll be interesting to see if IBM will tolerate Oracle stewardship of Java, since Java is so strategic to IBM and Oracle is a major competitor against DB2.

      Even if SPARC servers generate a lot of revenue compared to x86, SPARC development costs a lot of money. It'd be interesting to know the real net profit figures. Oracle figured out the cost benefits of x86 Linux servers a long time ago, I'll be surprised if they push a proprietary architecture at this point.

      --
      Galileo: "The Earth revolves around the Sun!"
      Score: -1 100% Flamebait
    19. Re:SPARC going out...? by Anonymous Coward · · Score: 0

      Why ditching Sun's real value ?
      Well, as far I see several reasons :

      - 1/ MySQL : it's a competitor on YOUR business. Buy it, you can kill it softly.
      - 2/ Java : Whatever one could think, this have real value. Even if priority number 2 it can justify this wmount of money quite by it's own.
      - 3/ Stock market : By reselling unusefull stuff you get cash back, at least for 2 FY. Shareholders are always happy with that. Shareholders are the company. 2 years far ? well... who cares ? Technolobologcloudology-thing ? well.. let's read the analysts first...
      - 4/ Solaris ? ... OK, back to VHS vs. Betamax. Look at the pannel and ask yourself only 2 questions : Who cares about something that cost money (development) and is freeware (no short term money back). Then who cares about fighting (and staffing) on services in front of what people are used to (and you are staffed for delivering (non)services on) ? I mean who would "waste" shareholders money for that ???.

      I am affraid you do not have enough respect for those wonderfull people that create tommorow's world for us. Sharehoslders are the future of the humanity. Haven't you realize that yet ?

      Now back to the topic : Sparc ? Sorry, it's too late, I cannot count more than 4 points for tonight.

      I have counted far more for too long up to very late to know now it is just a non-sense to try explaining to people looking at a dead corpse that in fact it is dead, but, well, not really, not entirely... or whatever.

      Thing is : When you buy something, it's just to have value for money. Not to take any risks.

      Solaris is dead.
      Sparc is dead.

      But don't care : in few years, nobody will even remember the name of Sun.

      Especially because most of you guys always said SUn was crap, open-source had not to care about Sun, and so on.

      Nice days are to come...

      Think it's time for a beer.

      Cheers/.

    20. Re:SPARC going out...? by rackserverdeals · · Score: 1

      Source please?

      Read any of Sun's SEC filings, press releases, blogs, news stories about Sun, etc. It's pretty much common knowledge.

      My point is that Oracle is a software company, and Sun has several software assets that Oracle would like to control.

      Oracle is not just a software company any more. They are as much a services company and want to expand that aspect of their business. Adding hardware to the mix allows them to become an all in one shop, like IBM.

      It'll be interesting to see if IBM will tolerate Oracle stewardship of Java, since Java is so strategic to IBM and Oracle is a major competitor against DB2.

      With Java being open sourced and the JCP being fairly open and Java being very important to Oracle, even more so now with Sun in the mix, they should have no interest in screwing up Java.

      Oracle figured out the cost benefits of x86 Linux servers a long time ago, I'll be surprised if they push a proprietary architecture at this point.

      Ellison said today that Solaris/SPARC was the most popular choice for Oracle deployments. He's been pushing Oracle/Linux for years now and it's still only #2. Why would he continue to go against his customers?

      --
      Dual Opteron < $600
    21. Re:SPARC going out...? by Glock27 · · Score: 1

      Read any of Sun's SEC filings, press releases, blogs, news stories about Sun, etc. It's pretty much common knowledge.

      Ah, the infamous "common knowledge". I will tell you that any of Sun's recent SEC filings are pretty pathetic, and SPARC has done so well that the company is for sale. That should tell you something.

      Ellison said today that Solaris/SPARC was the most popular choice for Oracle deployments. He's been pushing Oracle/Linux for years now and it's still only #2. Why would he continue to go against his customers?

      That's an argument by precedent: "The sun has risen every morning, therefore it will always rise."

      CEOs should be forward looking, not backwards looking. Does SPARC really stand a chance against the x86 world at this point, especially as the x86 world is beginning to embrace PLD and GPU computing as well?

      It's no surprise that most Oracle deployments have been on Solaris/SPARC, as Linux users often use MySQL/Postgres or other alternatives like DB2. IBM hardware users are more likely to use DB2. I wonder what the primary DB is for HP servers.

      At any rate, I find this conversation rather ironic considering your tagline. ;-)

      --
      Galileo: "The Earth revolves around the Sun!"
      Score: -1 100% Flamebait
    22. Re:SPARC going out...? by rackserverdeals · · Score: 1

      Ah, the infamous "common knowledge". I will tell you that any of Sun's recent SEC filings are pretty pathetic, and SPARC has done so well that the company is for sale. That should tell you something.

      Maybe you don't know how to Google so let me help you out. http://www.slideshare.net/earningsreport/sun-microsystems-q2-2009-earnings-releases there's a slide with a breakdown of systems billings by category.

      SPARC ENT: 578mln
      SPARC CMT: 338mln
      x64: 176mln
      Other: 156mln

      That's 916mln for Sparc based servers

      Hardware/OS Support billings were around $900mln for the quarter. When you consider most of the hardware sold was for Sparc servers (Storage was only around $500mln), it's safe to assume that most of the hardware/OS support was related to SPARC servers.

      That's an argument by precedent: "The sun has risen every morning, therefore it will always rise."

      CEOs should be forward looking, not backwards looking. Does SPARC really stand a chance against the x86 world at this point, especially as the x86 world is beginning to embrace PLD and GPU computing as well?

      No. It's a statement of fact. Ellison tried to be forward-looking back in 2002 when he decided to switch the Oracle developers workstations from Solaris to Linux. He expected Linux to be the top deployment platform for Oracle. Because if you're smart, you develop your application on the most popular system your customers use.

      Here we are seven years later and that hasn't happened. Either he was too forward looking, or he was wrong. Both are bad. CEOs aren't supposed to take big leaps with a company that large. They need to take big steps, with one leg firmly planted in the present.

      As for open source databases, I use them a lot. In the past couple of years, only PostgreSQL and I have been deploying it on Solaris/x86 on whitebox servers with great results.

      When I've deployed Oracle, it's been on Solaris/SPARC, but I know some big companies that are deploying on Linux as well.

      I don't know the exact numbers of Oracle vs DB2 on AIX, but I wouldn't be surprised if it was close to evenly split. If Oracle wasn't the primary DB for HP servers is likely MSSQL, unless you're talking only their unix servers in which case I would be surprised if it's not Oracle. In that space, the only real choices are Oracle and DB2 and you would expect HP to not want to have their customers give money to their biggest competitor.

      I don't understand the general animosity towards Sun around here. Generally people tend to root for the underdog, and I believe that to be especially true in the geek world.

      Sun's biggest competitors are IBM and HP. In that instance, Sun is clearly David. But people want to pit Solaris vs Linux and in that case Sun is Goliath in terms of company size and revenues.

      I think it's unfortunate because of all the work Sun did with open source.

      --
      Dual Opteron < $600
  37. Oracle and SUN sitting in a Tree: C, L, O, U, D! by Anonymous Coward · · Score: 0, Insightful

    Oracle and SUN sitting in a Tree: C, L, O, U, D!

  38. Very Astute Move by Oracle by Catalina588 · · Score: 1
    My own market research shows enterprise developers doing roughly 40% in Java (the rest is .Net and legacy). Oracle has the entire OS-to-application stack. With Sun, they pick up Java and the Java Virtual Machine, Solaris (an enterprise hit) to offer along side Linux, and an ongoing home for Sun's large developer community. I see nothing but profits for Oracle from the software side of the Sun acquisition.

    But the hardware business becomes a boat anchor. Much of Oracle's expensive direct selling is done in joint bids with hardware vendors like IBM, HP, and Dell. Are HP sales reps going to call in Oracle if the Oracle-Sun hardware sales team becomes another dance card at the party? History says an emphatic "No". So don't be surprised if Oracle sells/spins off the hardware and hardware services business quickly.

  39. I just hope... by Choozy · · Score: 1

    ... they keep the Open Source. Oracle is a good product and for a production system, I wouldn't trust anything else (I know that is going to get a lot of flak but I have to say what I believe). MySQL is a good DB for small web servers, etc. There is a place for both and I hope they maintain both.

    As to Oracle buying Sun instead of IBM. I think in the long run it is better for us the consumer. An IBM/Sun merger would have potentially created a monopoly and if we've learned anything from Microsoft is monopolies suck.

    There could have been some really good synegeries between IBM and Sun (just think what may have been with OO) and it is feesable that IBM could have used their powers for good not evil. Myself, I'd just rather not take that chance.

    1. Re:I just hope... by sfraggle · · Score: 5, Funny

      Hey! Did that guy just use "synergies" in a non-ironic fashion? Get him!

      --
      were you expecting to see a sig here? perhaps you'd rather see the inside of an ambulance!
    2. Re:I just hope... by linhares · · Score: 1

      No. He used "synegeries". All clear.

    3. Re:I just hope... by MarkRose · · Score: 1

      Yes, lets leverage our individual strengths and attack him in a multi-pronged, coordinated approach!

      --
      Be relentless!
  40. You might be able to haggle on the hashes. by wild_berry · · Score: 2, Funny

    Per-bit, with the 1's stored being stored free, and the 0's being stored at $10.00 each, payable in bunches of 100,000.

  41. InnoDB and MySQL together by Micah · · Score: 2, Interesting

    At last, InnoDB and MySQL owned by the same company. I guess that's a good thing.

    1. Re:InnoDB and MySQL together by jadavis · · Score: 1

      Yes, now they could (in theory) ship with InnoDB as the default storage engine, and even better, make the catalogs use InnoDB so that it's crash-safe during DDL operation.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
  42. Sparc into legacy mode? by jotaeleemeese · · Score: 4, Interesting

    Didn't get that impression last time I attended one of their seminars a few weeks ago.

    The multicore stuff Sun is doing is miles ahead og anything anybody else is doing,. I hope Oracle do not axe that.

    --
    IANAL but write like a drunk one.
  43. You're playing an incomplete game! by jonaskoelker · · Score: 4, Funny

    On paper, Rock

    Why won't anyone play with scissors? :(

    1. Re:You're playing an incomplete game! by linhares · · Score: 2, Funny

      sorry but this is the first real news on slashdot in ages. Nobody is gonna make jokes around here today.

    2. Re:You're playing an incomplete game! by A+Friendly+Troll · · Score: 1

      On paper, Rock

      Why won't anyone play with scissors? :(

      Because of Spock.

    3. Re:You're playing an incomplete game! by Anonymous Coward · · Score: 0

      All your scissors are belong to us. That's why. MUHAHAHAHAHAHAH!!!!!!

    4. Re:You're playing an incomplete game! by punkin · · Score: 1

      And the lizard.

    5. Re:You're playing an incomplete game! by toriver · · Score: 2, Funny

      Because the scissors were confiscated by airport security.

      But little did they know the paper had edges as sharp as a razor blade...

    6. Re:You're playing an incomplete game! by Random+BedHead+Ed · · Score: 1

      A guide for the uninitiated:

      http://www.samkass.com/theories/RPSSL.html

      Google it and you'll find a link to a clip from an episode of the Big Bang Theory that features RPSSL. Essential viewing. :)

    7. Re:You're playing an incomplete game! by devnulljapan · · Score: 1

      On paper, Rock

      Why won't anyone play with scissors? :(

      You'll put your eye out?

    8. Re:You're playing an incomplete game! by Anonymous Coward · · Score: 0

      My mum told me to never run with scissors.

    9. Re:You're playing an incomplete game! by Anonymous Coward · · Score: 0

      On paper, Rock

      Why won't anyone play with scissors? :(

      Beautiful, just beautiful!

  44. Above water... by Anonymous Coward · · Score: 0

    At least some of my JAVA will be above water because of this deal... and to all those that never got rid of their JAVA, well, your paper loss is now realised :)

  45. anybody but Oracle.... by Anonymous Coward · · Score: 0

    FWIW, I don't "trust" Oracle or Larry. I think IBM or Apple would have been a better fit for the opensource community.

    1. Re:anybody but Oracle.... by ElvenSmith · · Score: 2, Interesting

      hmmm...the "cultures" are so different at Oracle and Sun...will Oracle let stand Sun's culture that is quite unique, I would say...I doubt it...

  46. What is this nonsense? by jotaeleemeese · · Score: 1

    Many companies are invested in SPARC not because they fail to interpret financial reports(the writing in the wall you are talking about) but because the solutions offered by Sun on SPARC are much better, or the only ones for certain problems.

    Banks, oil industry, CAD, education, research, there are frankly many fields to name.

    Yes, Sun got bitten by Lintel platforms, no question about it. They were idiotic in their approach to Solaris in Intel, and reacted too late (now Solaris in Intel is a serious platform, in many circumstances I would not give Linux a second view).

    If you have seen the latest Sun offerings in the storage arena (appliances built around Solaris) you would understand that Sun is a real innovator, it is a shame that they are falling like this.

    --
    IANAL but write like a drunk one.
    1. Re:What is this nonsense? by guacamole · · Score: 2, Interesting

      Education has been switching to Linux/Windows/Macs away from Solaris and SPARC for about a decade now, at least definitely on the desktops, both research and instructional. Many IT servers and most high performance computing servers had been switching to x86 based solutions (usually Linux) too. When Sun introduced the dreadful Ultra 5/Ultra 10 family it was a clear writing on the wall, that the party is over, that the SPARC workstations won't last for long in the places they they to be common place in the 90s. There are still a few system administrators in the academia who insist on inflicting the Sun Rays upon their users but they are the minority. Yes Sun flip-flopped on Solaris x86 and waited too long with the introduction of x86 hardware. At the same time all the academic software vendors (Matlab, Mathematica, etc), dropped the support of Solaris on x86 because even before Sun's flip-flop this platform saw pretty weak sales of their products. When Sun changed course, it was too late. Most academic/research/technical users started the process of switching to Linux or other non-sun solutions.

      Likewise, defense contractors, such as the aerospace companies, had been moving their engineering desktops from Sun and other proprietary workstation vendors to Linux for a long time now. I suspect the situation is similar in the oil industry.

    2. Re:What is this nonsense? by drinkypoo · · Score: 1

      Many companies are invested in SPARC not because they fail to interpret financial reports(the writing in the wall you are talking about) but because the solutions offered by Sun on SPARC are much better, or the only ones for certain problems.

      The solutions offered by sun on SPARC are great if what you need is multithreading. They don't offer very good single-thread performance any more and you're insane if you buy workstations from them. You could buy their blades, but you can get blades anywhere, and much cheaper elsewhere. Databases are going more distributed these days, and I do not believe that it is an accident that Oracle is getting control of the main fork of MySQL so soon after MySQL has gotten some real distributed functionality. (I also don't think it will do more than slow MySQL down, but even that is unfortunate.)

      SPARC is not what this purchase is about. Rather, it will become a ball and chain that Oracle cannot afford. SPARC has its purposes but those purposes are becoming less relevant as clustering continues to improve and mature, and it is already showing its age in all but some very limited segments. Again, an RDBMS is one of those cases, but that is on the verge of disappearing in favor of clusters just like everything else.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  47. Related news by koro666 · · Score: 1

    In other news, all Sun software will now start using 2GB of memory and being insanely slow.

    Oh, wait...

  48. Should I feed the troll? by egghat · · Score: 5, Informative

    Source IDC 2008:

    market share:

    "Unix, mid-to-high-end servers ($17.2 billion in 2008)

    IBM 37.2 pct
    Sun 28.1 pct
    HP 26.5 pct

    "

    Don't give a flying fig about Suns servers?

    IIRC Solaris still has the highest market share among proprietary Unixes. And AIX ist only third after HP-UX.

    And if you think about Oracle as a database company you've kind of missed the last 8 years or so. They've bought a lot of stuff and are number two behind SAP.

    "IBM provides Java and Java products. "

    Well I guess Sun does that too.

    Regarding virtualization: XVM Server

    Should be enough to keep the troll busy ;-)

    Bye egghat

    --
    -- "As a human being I claim the right to be widely inconsistent", John Peel
    1. Re:Should I feed the troll? by TheRaven64 · · Score: 5, Informative
      Sun has a massive presence in the virtualisation market:
      • xVM, which you mention, is Xen with a Solaris dom0. A lot of people associate Xen with Linux, but it can run quite happily with Solaris or NetBSD domain 0 guests providing hardware access and no Linux anywhere. The xVM configuration uses Solaris for hardware support and for running the management system.
      • The SPARC systems all support logical domains, allowing you to partition the system into typically around 64 virtual machines in hardware. You can run anything that supports the native hardware on these, but you get better performance with virtualization-aware guests. I believe Linux falls into this category - OpenBSD and Solaris definitely do, meaning that you can run an isolated OpenBSD firewall on the same machine you run your Solaris server.
      • VirtualBox is now an impressive desktop virtualisation program. Most interestingly, it now supports an interchangeable format for VM images, meaning that in future you will be able to prepare virtual appliances in VirtualBox and then deploy them on xVM. It also supports 3D acceleration for Windows and Linux guests.

      IBM may have been doing virtualization for longer than anyone else, but they certainly aren't the only ones with an impressive lineup in that area anymore. Their POWER systems have the same kind of hardware partitioning that SPARC supports, but they still seem to regard it as an enterprise feature.

      --
      I am TheRaven on Soylent News
    2. Re:Should I feed the troll? by Dan+Ost · · Score: 1

      IIRC Solaris still has the highest market share among proprietary Unixes. And AIX ist only third after HP-UX.

      Please give us some context.

      Is Solaris #1 because it's out competing AIX and HP-UX or because both HP and IBM are focusing on Linux in the data center and no longer pushing their own proprietary Unixes?

      How does the proprietary Unix market compare to the Linux market? Is proprietary Unix still relevant?

      If Solaris is such a strong contender, why is SUN perceived to be in such a weak position?

      Seriously, I have no idea what the answers are, but I'd love to hear from someone who does.

      --

      *sigh* back to work...
    3. Re:Should I feed the troll? by egghat · · Score: 1

      First:

      "Top-Level Server Market Findings

              * Linux servers posted year-over-year revenue growth of 10.0%, for a total of $1.9 billion in the quarter. Linux servers now represent 13.4% of all server revenue, up from 9.4% a year ago.

              * Unix servers experienced year-over-year revenue growth of 7.7%. The high-end enterprise segment of the Unix market was strongest of all three segments (volume, midrange enterprise and high-end enterprise), as worldwide Unix revenues totaled $4.6 billion in 2Q08, representing 32.7% of quarterly server spending. Unix servers account for the second-largest segment of spending, by operating system in the worldwide server market.

              * Microsoft Windows server revenue was $5.1 billion in 2Q08, showing 1.7% year-over-year growth and comprising 36.5% of all server revenue in the quarter. Windows servers account for the single largest segment of spending, by operating system, in the worldwide server market.

              * IBM's System z servers running z/OS experienced the second consecutive quarter of positive revenue growth, with 31.7% year-over-year growth in 2Q08 to $1.6 billion. IBM mainframes running the z/OS operating system accounted for 11.8% of all server revenue in 2Q08."

      So Linux is at 13.4%, proprietary Unixes 32.7%. Solaris is the Unix with the highest markt share, so Solaris' marke share is somewhere in the same region as Linux from several different vendors combined.

      So yes proprietary Unixes are still relevant. And these number are rather up-to-date from Q3-08. If you look at the higher market share of Solaris in the past it's even more relevant.

      I'm not saying that Sun is *such a strong* contender. I'm just saying that reports of Sun's death are greatly exaggerated. And in case you've missed it: Solaris gets open sourced more and more. I'm quite sure that it gets more relevant by this. Cause there are real gems (ZFS, dtrace) inside Solaris (and there are not many of these gems that are missing from OpenSolaris). ZFS is worth the switch alone if you're thinking about a disk storage.

      Linux tends to be a bit overhyped in media. It's the winner and media loves winners. If you look at market share by the number of servers (not the revenue) Linux' numbers look much better. And Sun still sells a lot of these big iron machines.

      I use Linux too. And it's good and all that. But a lot of customers still prefer Sun's stuff. They don't care about saving 5K per server when they know that they'll get a good, proven and solid combination of hard-, software and services.

      Bye egghat

      --
      -- "As a human being I claim the right to be widely inconsistent", John Peel
    4. Re:Should I feed the troll? by Dan+Ost · · Score: 1

      Thanks for the excellent and informative post!

      That was exactly the kind of context I was missing.

      --

      *sigh* back to work...
    5. Re:Should I feed the troll? by chez69 · · Score: 1

      If you want to see the best virtualization, don't look at power. Look at the zVM systems. I know a couple of very large sites that run it and it's very impressive.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
  49. "acquisition totally redefines the industry" by rhendershot · · Score: 1, Redundant

    Oracle-Sun: Jonathan Schwartz Writes His Toughest Ever Email

    http://eclipse.sys-con.com/node/926256/print

    "...All members of the board present at the meeting to review the transaction voted for it with enthusiasm, and the transaction stands to utterly transform the marketplace - bringing together two companies with a long history of working together to create a newly unified vision of the future."...

    1. Re:"acquisition totally redefines the industry" by CoolBru · · Score: 1

      Please don't post links to sys-con - they probably stole the content.

  50. Platform name change? by Ruvim · · Score: 1

    Is Solaris going to become Orifice now?

  51. catz by psyklopz · · Score: 3, Funny

    Oracle President Safra Catz was also heard to remark...

    "all your database are belong to us"

    1. Re:catz by edalytical · · Score: 1

      SQLite are belong to public. PostgreSQL are belong to community.

      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
  52. Yes, very stupid move on IBM's part by cpu_fusion · · Score: 4, Insightful

    Oracle suddenly has a great operating system, great server hardware, a popular database, and the de facto language of server-side business logic (other than COBOL.)

    And IBM has built so much of its business on Java.

    IBM should have just opened the piggy bank and it would have saved itself the world of hurt it now has in store.

  53. Arrogance is blinding you by shis-ka-bob · · Score: 4, Informative

    PostgreSQL has seen major improvements. Look at the Coverity open source scans. Coverity identified 90 (potential) coding errors. Each was investigated. There were 57 code fixes, on for every code error that was confirmed by a coder. Not exactly a rotting community. Look at the previously reported scaling on FreeBSD 7.0. This is nearly perfect scaling. That doesn't happen by itself.

    --
    Think global, act loco
  54. Good Strategic Move by TomGreenhaw · · Score: 1

    If IBM were to have bought Sun, Oracle's preferred hardware and development language (java) platform would be in the hands of a major competitor. Oracle being able to market hardware helps it compete with IBM. Oracle owning the caretakers of Java gives it an upper hand against IBM who relies heavily on Java. By buying Sun, Oracle now has a good anchor in the open source camp to use as it sees fit. Not only does this make good business sense, its a great strategic fit for Oracle. Everyone else including customers may be potential losers. It's a shame that Sun is likely to go the way of Digital; another great brand swallowed and digested by a larger fish...

    --
    Greed is the root of all evil.
  55. Sun hdw doesn't necessarily mean SPARC by Glasswire · · Score: 1

    Oracle might just drive Sun's x86 platforms harder, starting with their new Intel Nehalem 2-ways. When the big scalable Nehalem EX boxes come out at the end of the year, they'll be able to take on just about all other other RISC big iron.

  56. Scared after seeing what happened to Berkeley DB by HardWoodWorker · · Score: 5, Informative

    I love BDB. Oracle bought them and now they've hampered open source involvement. You can't see their source repositories. All you can do is get a zip of their latest release. I don't think any non-Oracle employee contributes to BDB. Read-only open source is barely open-source. I don't want the same to happen to Java, Glassfish, and Netbeans.

  57. Good move...for Oracle by ErichTheRed · · Score: 5, Interesting

    I remember seeing Oracle rebranding high-end server hardware recently, and tweaking Oracle to run ultra-fast on that particular configuration. Now they have a hardware platform (Sun's x86 and Sparc lines), a software infrastructure (Java) and a marketing lock (Sun hardware and Oracle database purchases seem to go hand in hand, even now.)

    So it's a good move for them. We'll see how well it works out for everyone else. Oracle hasn't been known for developing products that don't require an army of Oracle consultants to get working. If they use the Sun acquisition to build their "database in a box" product, then customers face lock-in on the hardware and software fronts, just like back in the mainframe/midrange days.

    It might be the cynic in me talking, but Oracle has been one of the major causes of large-scale IT failures you read about in the industry press. It's helped along by bad requirements and idiotic lowest-bidder consulting firms, but Oracle is sometimes forced to pay large settlements for running a project over budget. That's just a natural side effect of designing products that are so complex that you have no choice but to buy support. Also, you have to wonder what Oracle's going to do with MySQL now...

    Oracle consumed J.D. Edwards, PeopleSoft and BEA. Let's see how well they digest this one!

  58. The day MySQL died by MBCook · · Score: 4, Interesting

    A long, long time ago...
    I can still remember
    How queries could run for a while.
    Adding more memory would help
    But performance would still make us yelp,
    Still the price was cheap and always made us smile.

    But April's news made us shiver
    Oracle would our DB deliver
    DBAs on the doorstep;
    Large checks we'll have to schlep.

    I know that our CEO cried,
    When the new price he spied.
    Our low cost hope now are fried.
    The day MySQL died.

    (continue on your own)

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  59. That 7.4 billion bought a sh*tload of useful I.P. by cpu_fusion · · Score: 5, Insightful

    This was an intellectual property firesale. IBM = idiots. Congratulations to anyone who realized Sun stock was ridiculously undervalued; you deserve the profit you made by buying low.

  60. PCI-e Oracle Cards by Doc+Ruby · · Score: 1

    I'd love to see Sun sell a PCI-e card with Sparc chips on it running Oracle DBs in parallel with the main Pentium running the apps querying the DBs.

    --

    --
    make install -not war

  61. Does the FTC consider apps servers a market? by Glasswire · · Score: 1

    If it does, then Oracle+Sun is probably an unacceptable concentration in the J2EE and middleware markets. Ironically, Oracle would probably argue that all those MSFT .Net servers out there are competitors in that space too, so Oracle won't totally own the segment.
    This is the one thing that might take the deal down.

  62. This doesn't sound like a good move. by jcr · · Score: 4, Interesting

    I think Oracle's underestimated the cost of integration between companies with such dissimilar cultures. Not to mention, by jumping into the hardware business, they've given all of the other hardware makers a very strong reason to steer their customers away from Oracle.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
    1. Re:This doesn't sound like a good move. by elygre · · Score: 1

      I think that if there is one thing Oracle really, really knows how to do, it is to acquire other companies. Siebel, PeopleSoft, BEA, and tens of other the last few years have given them experience and expertise that rival any others.

    2. Re:This doesn't sound like a good move. by butlerm · · Score: 1

      Steer them to what? IBM has DB2, but that preference is nothing new. Anybody inclined to use SQL Server is probably a Microsoft shop already. Oracle practically owns the Unix mid range database server market. PostgreSQL is a decent option, but one that probably won't make HP / Dell any money, unless they get involved in it in a big way.

    3. Re:This doesn't sound like a good move. by Anonymous Coward · · Score: 0

      the problem there is, steer them to who?

      the other "big" DB vendor has its own hardware too

  63. ORCL down 5.5% as I write this. by jcr · · Score: 0

    Looks like the market doesn't think it's a good idea, either.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
    1. Re:ORCL down 5.5% as I write this. by thommym · · Score: 1

      Well, all the other high-end IT companies are also down around the same (3-4-5%) so the market isn't actually saying anything about this.

      --
      Don't feed the penguins
  64. I agree by shis-ka-bob · · Score: 5, Insightful

    I think this is exactly right. Now every time IT installs a MySQL database, the CEO will see 'Oracle'. They will have warm fuzzy feelings because they know Oracle is serious software(TM). They will also see that Oracle doesn't have to be expensive. They will then have the same sort of up sell opportunity that Microsoft had with Access to SQL Server, except of course that MySQL is not as f***ed up as Access. For MS, the upsell occurred as soon as you moved from personal to departmental. With Oracle, the line of division will be (roughly) division and enterprise.

    --
    Think global, act loco
    1. Re:I agree by Culture20 · · Score: 1

      except of course that MySQL is not as f***ed up as Access

      ...yet

    2. Re:I agree by Anonymous Coward · · Score: 0

      Yes, and ORACLE will vanely change the name to "MyORACLE", forcing us to gag at the very mention of its name.

    3. Re:I agree by Anonymous Coward · · Score: 0

      except of course that MySQL is not as f***ed up as Access

      Lol! You sure know your databases ;)

    4. Re:I agree by Anonymous Coward · · Score: 0

      I agree with myself often as well.

    5. Re:I agree by IntlHarvester · · Score: 1

      > MySQL is not as f***ed up as Access.

      Debatable. Access never had a section in the manual entitled "Why Foreign Keys are Bad".

      --
      Business. Numbers. Money. People. Computer World.
  65. Unbreakable by AliasMarlowe · · Score: 3, Funny

    Oracle already has Linux (a re-branded RHEL) for it's *NIX platform.

    But perhaps they'd prefer something unbreakable. Like Solaris.

    --
    Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    1. Re:Unbreakable by ByOhTek · · Score: 1

      I'm hoping that's a joke and not serious...

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    2. Re:Unbreakable by rackserverdeals · · Score: 4, Insightful

      I'm hoping that's a joke and not serious...

      Why would that be a joke? For years Oracle/Solaris/SPARC was one of the preferred stacks for deploying a mission critical OLTP system in the enterprise as well as many start-ups.

      When Oracle embraced linux and created their linux distro, they called it "unbreakable linux", because they made enhancements to linux to make it more stable. Implying that it was breakable before.

      You don't have "Unbreakable Solaris" because that would be like having a banana-flavored banana.

      --
      Dual Opteron < $600
    3. Re:Unbreakable by ByOhTek · · Score: 1

      I've had too many issues with Solaris breaking to think it was unbreakable, even with a good admin.

      Tru64 (when it existed), Linux, VMS (yes, I know, not unix), *BSD, Windows Server 2003. I've had better experiences with this and stability than Solaris.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    4. Re:Unbreakable by Anonymous Coward · · Score: 2, Funny

      I must admit that I never managed to break Solaris. Come to think of it, I'm not really sure I managed to get it to install...

    5. Re:Unbreakable by diegocgteleline.es · · Score: 1

      Oracle never did enhancements to their Linux distro, they release whatever Red Hat releases. I don't think there's people left these days who still thinks that Linux is "breakable". The "unbreakable" name is just marketing. Like "Oracle".

      The whole point of "Unbreakable Linux" was to try to kill Red Hat. It was released a few months after Red hat bought Jboss, which Oracle did want to buy. They thought that they could make an Oracle-branded equivalent of CentOS, sell support much cheaper than Red Hat, get all their customers and hence kill the company. Fortunately it didnt work.

    6. Re:Unbreakable by Anonymous Coward · · Score: 0

      YOU'RE DOING IT WRONG!

    7. Re:Unbreakable by Anonymous Coward · · Score: 0

      Well, there is a "Trusted Solaris", implying that plain "Solaris" is not to be trusted...

    8. Re:Unbreakable by modmans2ndcoming · · Score: 1

      Dude...

      you're not suppose to use it as a urinal too.... no wonder you had problems.

    9. Re:Unbreakable by illumin8 · · Score: 1

      When Oracle embraced linux and created their linux distro, they called it "unbreakable linux", because they made enhancements to linux to make it more stable. Implying that it was breakable before.

      The "unbreakable" term is really just marketing. All that Oracle does with OEL (Oracle Enterprise Linux) is include kernel tuning parameters recommended for Oracle so that sysadmins don't have to edit sysctl.conf, and include some RPMs and libraries that Oracle requires for installation.

      OEL is an answer to the difficulty that some sysadmins have in configuring a Linux box to run Oracle. It required a lot of manually installing RPMs and editing config files. Oracle wanted to make it easier.

      Unbreakable is just a marketing term, and should be ignored by anyone seriously considering which OS to use.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    10. Re:Unbreakable by Raenex · · Score: 1

      The "unbreakable" term is really just marketing.

      Fraudulent marketing. It's like claiming a watch is water proof when water can leak in.

    11. Re:Unbreakable by Hucko · · Score: 1

      You *are* a firm believer in redundancy aren't you?

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
  66. Re:.10 a share, argh! by slashdot_commentator · · Score: 2, Informative

    Because IBM kept low-balling the buyout price. Its was under $9.50 before IBM bailed out.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  67. "non-GAAP"...haha...hahahahahahaha! by Anonymous Coward · · Score: 0

    "non-GAAP"

    That's just a fancy way of saying "without depreciation, interest expense, and a whole host of other expenses we make money!"

    It's really misleading. And stupid financial analysts fall for it.

  68. IBM a better mother ship for SUN. WTH? by upuv · · Score: 2, Interesting

    I'm sorry ( rant mode )

    IBM is possibly one of the most over blown Enterprise companies on the planet. IBM buying SUN would have been a huge dis-service to IT and the evolution of the industry.

    Note that IBM has become the new CA. Buy and pillage the corp resources. If it looks shiny and possibly something that will gen new money then brand it Tivoli. If we can milk the old name till it dies a death of agony brought on by starvation and dehydration we will. The best known near dead corpse we know as Rational.

    I'm sorry but IBM is possibly a worse choice for buying SUN than Microsoft.

    Don't get me wrong Oracle is no poster child of virtue out there. Oracle is definitely going to milk this all ribs and bones cow that is SUN microsystems. But at least the landscape at the end of the pillage will most likely still have a free Java and a free RDBMS. There is zero chance IBM would have left a potential cash flow alone like those two.

    OK Here's one to put in the Calender. Google buys Microsoft. Feb 2012. I put one Aussie penny on it. :) :)

    But thank the corp gods that IBM did not buy Microsoft, Err I mean Sun. If you have dealt with IBM GSA you are then invited to tell me I'm wrong on this :)

  69. What will happen to the Sun corporate culture? by giuffsalvo · · Score: 1

    Does this merge mean that the Sun logo, and more important its company culture, will be throw away, and Sun will became just a division of Oracle (operating systems, hardware), or will the two companies remain formally separated? I hope the second ipothesys...

    1. Re:What will happen to the Sun corporate culture? by tiggertaebo · · Score: 1

      I think you'll see the culture at Sun become very much sublimated by that of Oracle - after all you could argue that the way that Sun has been run has contributed to them needing a buyer in the first place. Hopefully Oracle will be able to keep the "good bits" - the ones that lead to the innovation that Sun was traditionally known for. I won't however be holding my breath.

  70. Sun's Declining Business == Trolling? Ha. by segedunum · · Score: 0, Troll
    I find it very funny that certain people think it's trolling to point out the seriousness of Sun's predicament that has been brewing for the past ten years. The truth hurts some people quit a bit I suppose, and I've seen it a lot. I think when you reply to something like that then you need to ask yourself why Sun needed to get bought in the first place out if everything is as rosy as you paint it.

    Don't give a flying fig about Suns servers?

    People have been giving less of a damn about SPARC for years, especially when the performance is better on x86 and they have the open source 'Unix' in Linux on x86 that Sun refused to give anyone. You have to have been living under a rock not to have seen how much Sun's workstation business got eaten overnight and how many of their SPARC server sales have overlapped too much with the workloads that have long since been taken over by x86 and Linux systems.

    Quoting IDC's figures doesn't lend you much credibility. They skew their view by ooking at the market based on revenue, and there is an awful lot more that IBM and even HP makes off the back of their server sales that doesn't show up there, hence the grandparent talking about additional software services. Additionally, the lion's share Sun's revenue is off the back of a declining, once lucrative SPARC market that they relied on and their x86 sales are nowhere near to recouping what they're losing in revenue and in maintaining SPARC, and to a slightly lesser extent Solaris. Indeed, Sun have been selling their x86 servers quite cheaply in order to keep people interested and the sales figures up.

    Sun have a decent customer base that any company would be interested in acquiring, and why IBM was interested but wasn't willing to do just anything for. They have no power whatsoever to harm IBM though otherwise IBM would have kept at the deal. The end game is the same no matter how much wishful thinking, IDC stats and takeovers you throw at it and IBM knew the price for that.

    1. Re:Sun's Declining Business == Trolling? Ha. by egghat · · Score: 1

      "Quoting IDC's figures doesn't lend you much credibility."

      Quoting abyolutly nothing doesn't lead to much credibility either.

      Don't get me wrong. IBM is not a bad company. I'm not calling the death of IBM. But I'm sure that the harm Oracle+Sun will cause is worth more than the few hundred million Dolars more Sun wanted from IBM.

      And if you really really want to see Sun als a SPARC company only (which is way off the mark), i could stil point you to the demise of IBMs Power-based workstations. Face it: All non-i86 CPU-architectures between 200 $ and 10K$ are essentially dead.

      Bye egghat

      --
      -- "As a human being I claim the right to be widely inconsistent", John Peel
    2. Re:Sun's Declining Business == Trolling? Ha. by segedunum · · Score: 1

      Quoting abyolutly nothing doesn't lead to much credibility either.

      Hmmmmmm. It's just a pity you couldn't actually talk about what you've quoted and I was never aware that quoting figures trumps discussion.

      And if you really really want to see Sun als a SPARC company only (which is way off the mark)...

      The problem is that most of their revenue still comes from the incumbant SPARC installed base, but it's declining. They haven't figured out a way of making enough money off x86 yet where margins are even tighter and they might have even cooked their own goose by selling some of these machines cheaply to gain shipments. They're also late to the game with x86 because they desperately have not wanted to go anywhere near that platform for a long time because they knew what it meant. However, it was only merely delaying the inevitable. Oracle, being the rather ruthless business it is with costs, I just can't see trying to work that out.

      i could stil point you to the demise of IBMs Power-based workstations.

      IBM didn't care and it doesn't matter. They moved on and didn't rely on them whereas Sun and SGI were wedded to their particular platforms and bound to protect them.

      All non-i86 CPU-architectures between 200 $ and 10K$ are essentially dead.

      I can't disagree there, although I'd put the figure at a bit higher than 10K. That's why SPARC has been so badly affected. Sun sold a lot of SPARC systems, particularly in the dot com boom, where people then realised that they could get better performance on a cheaper platform by moving to x86. In academic circles I've seen many universities who were big Sun and SPARC users who have long since moved to x86 and Linux, especially where they use a lot of open source software that is readily available and working on the platform. OpenSolaris has a long road to travel there.

    3. Re:Sun's Declining Business == Trolling? Ha. by egghat · · Score: 1

      Sorry, don't want to waste my time discussing Sun. What matters now is Oracle+Sun. You can be quite sure that this will be managed better than Sun has been in the past (great products, worst marketing ever)

      bye egghat

      --
      -- "As a human being I claim the right to be widely inconsistent", John Peel
  71. It was predicted here a few days ago by Optic7 · · Score: 2, Interesting

    What I'm surprised about is that no one (especially the Slashdot editor) has yet linked the story from a few days ago predicting this.

    1. Re:It was predicted here a few days ago by linhares · · Score: 1

      /. is the real oracle

  72. Dear Slashdot by Godji · · Score: 2, Interesting

    I have two questions for you:

    1) What happens to ZFS now? Is it more or less likely now to see it come to Linux (the kernel) one day?
    2) In general, is this a better outcome than IBM buying Sun?

    1. Re:Dear Slashdot by tiggertaebo · · Score: 1

      I have two questions for you: 1) What happens to ZFS now? Is it more or less likely now to see it come to Linux (the kernel) one day? 2) In general, is this a better outcome than IBM buying Sun?

      1) Well traditionally Oracle has made various contributions to Linux to try and help it establish itself as an enterprise platform for its products. Whereas now it might prefer to use Sun's platforms instead. However as ZFS is OSS anyway it doesn't mean someone else couldn't do it. Anyway I think that the Lustre FS will be of more interest to Oracle than plain old ZFS

      2) That really depends on which side is asking the question. I would suggest its better for some parts of Sun (somehow I think MySQL conflicts less with Oracle's DB then it does with DB2) and call me an optimist but I think the consumer will be better off.

    2. Re:Dear Slashdot by upuv · · Score: 1

      My Answers.

      1. ZFS, Good idea nice implementation. But a success path? Who knows. I got BETA on the brain at the moment.
      2. ABSOLUTELY.

    3. Re:Dear Slashdot by McKing · · Score: 1

      That so-called BETA implementation has been running flawlessly on 90% of our production servers for 3 years now, and as soon as the last of our Solaris 9 systems are replaced this year it will be 100%. I call that a success path.

      --
      If only "common" sense was actually that common...
    4. Re:Dear Slashdot by RPoet · · Score: 1

      Someone else couldn't port ZFS to Linux, because ZFS has a GPL-incompatible license.

      --
      "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    5. Re:Dear Slashdot by Anonymous Coward · · Score: 1, Informative

      1) No. Oracle really has little to gain by re-licensing ZFS. It is far more likely that Oracle abandons Linux alltogether, in favour of Open/Solaris.

      2) Yes. IBM competes with Sun in pretty much every market Sun competes in. There would be much duplication of products, which usually means much termination of products, which would have most likely meant no more Solaris (see AIX), no more netbeans (see Eclipse), no more glassfish (see WebSphere), no more Sparc (see Power and PPC), no Sun Blades (see IBM blades), IBM already has its own Java, etc.

      Oracle's product line doesn't overlap with Sun's. Solaris runs best on UltraSPARC, and Solaris has always been the best platform to deploy Oracle on. Oracle sells the db-in-a-box product, and frankly, given that they now own Solaris and SPARC, there's a reason for Sun's product lines to stay alive.

      This is only worse if you a) hate Sun b) like MySQL or c) are a rabid Linux zealots who thinks everyone and everything should be running it (since its most likely that Oracle drops Linux for Solaris).

    6. Re:Dear Slashdot by setatakahashi · · Score: 1

      Oracle can just relicense the code as GPL

  73. Good bye to MySql, hello to overpriced licenses by Anonymous Coward · · Score: 0

    It is time to say good bye to the "good old days" of Sun products. Oracle has the tendency to take standards and to modify them, just because. The result is always the same: lots of headaches for everyone doing anything with Oracle products.

    It is the beginning of the end for MySql and for all that was standard, and it is the beginning of having to pay dearly for proprietary Oracle products and jacked up licensing fees.

  74. Re: Solaris by durdur · · Score: 1

    Solaris has been a declining percentage of new Oracle deployments for some time. Sun's hardware business has been declining, and while you can run Solaris now on non-Sun hardware, it's not most people's first choice. There are still big customers on Solaris, so it's going to be supported. But I'd be surprised if it went to being the primary platform for Oracle, because that's not where the customer base has been going.

  75. Next: Cisco + Red Hat + NetApp by bogomipe · · Score: 1

    With their recent blade announcement, Cisco could easily fit Red Hat's OS and middleware stack along with NetApp's storage offering to become a true datacenter powerhouse.

    I feel a bit sorry for HP who have to work all that much harder now.

    Its just the all-buying, VMware-owning EMC that I can't figure out.. Where do they want to be and what do they need to buy to get there?

    --
    - mipe -
  76. how about MajOrca by shis-ka-bob · · Score: 1

    This will be Oracles 'beachfront' for low cost, state of the Arta services.

    --
    Think global, act loco
  77. This by mikeee · · Score: 1

    Yes.

    Sun is really in the software business already - that's where all their value-add is. Nobody would buy a sparc to run Linux (well, maybe the Niagaras for SSL webservers, but probably not even that). They were transitioning, maybe too slowly, to a Apple-style model where they sell hardware with nice but mostly industry-standard designs as a mechanism to licence their software.

    And the benchmark numbers for Nehalem are crazy. The processor wars are all over but the screaming - the only folks left standing in two and a half years will be Intel and some ultra-low-power MIPS chips for portables and the cheapest of the cheap. (Expect some real excitement when the next generation consoles come out - I think IBM has to win those, again, to keep enough volume to keep Power alive).

  78. but it will be worth it by shis-ka-bob · · Score: 1

    After all, these are both California companies, so they are offering a premo hash.

    --
    Think global, act loco
  79. Re:That 7.4 billion bought a sh*tload of useful I. by Anonymous Coward · · Score: 0

    Don't get me wrong, I like GPL software too. However you should realize that the business value of GPL assets is close to zero. Look at the forking of MySQL -- the only question is whether the maria fork or the drizzle fork will win. I'm happy that the MySQL investors got an exit, but frankly I wouldn't invest a nickel in purchasing the copyrights to GPL-licensed software.

  80. deja vue, DEC by omb · · Score: 3, Interesting

    This has been almost 10 years overdue, when Scott McNealy started behaving like Ken Olsen, c. 1978-80, SUN was doomed, and makes the "No Computer Company makes two full generations" law up there with Moore's and Bell's laws.

    The get to have a death wish, and wont adapt to market conditions:

    Use VMS/Bliss not Unix and C, Unix is Snake Oil

    s/VMS/Solaris/g

    It is soo sad, and in some ways the better the product they the worse the delusional thinking is. If HP/Intel had got the Itanium right this would have been over 10 years ago.

    The other sad thing is how the aging Solaris sysadmins still insist that Lintel is less reliable than SPARC+Solaris. As one who worked extensively with the Solaris core kernel let me tell you the Linux code is far better than its Solaris counterpart. As some Intel hardware vendors, HP, Dell & IBM were forced to 86_64 when the Itanic sunk, one got similar high quality engineering for servers that SUN did, hot-swap, ECC ram carefully designed boards with diagnostic capability, good ground plane, equalised clock distribution, quality thermal design ... as SUN.

    It is so easy to get blind sided by prejudice, I remember the first DEC ethernet controller, for the Unibus, with AMD2900 bit-slice and loadable u-code, wonderfull engineering, but it drew 7A of 5V, and you often needed to install an additional backplane and PSU to cope with the heat and +5V drain. Madness!

    1. Re:deja vue, DEC by chrysrobyn · · Score: 2, Insightful

      If HP/Intel had got the Itanium right this would have been over 10 years ago.

      What in the world does this mean? Are you suggesting that EPIC could have gone any other way than non-general purpose computing? Or that Intel should have thrown billions of dollars at compilers to advance the state of the art the decade it needs to handle EPIC in a general purpose environment? Or that Itanium should have taken a route other than EPIC -- if so, then how would that differ from x86-64, Core2 style?

      Itanium is an incredible processor for extremely predictable workloads. Numerical computation, rendering and the like where assembly can be used to tune the instruction ordering, or even very smart compilers that are tuned for specific flows really make EPIC shine something special. General purpose computing, with branch mispredicts, massive delays for different levels of memory hierarchy (L1, L2, main memory, spinning storage) and even context switching throws most EPIC for enough of a loop that a far simpler out of order processor with a few threads makes a lot more sense. Core2 is so simple that they're tossing more than half the die to the L2, and they might as well, because the IO count means they have to have the bigger die anyway. As much as I hate Chipzilla, they really hit one out of the park with the Core2 generation. Multicore Pentium-M was a brilliant idea -- IBM should have done the same thing with the PowerPC 750, but alas it was not to be.

      I think the only thing HP/Intel could have done differently with Itanic was to not bet the farm on it. Alpha, MIPS and PA/RISC were far more promising than anybody allowed because as everybody at the time knew, Itanium was on the way.

  81. Called it? by Anonymous Coward · · Score: 0

    I bet Neil McAllister is sitting at his desk right now waiting for a high five.

    http://developers.slashdot.org/article.pl?sid=09/04/09/1819241

  82. Next step by ericdujardin · · Score: 1

    Oracle (ORCL) announces that in order to emphasize the importance of this operation, and better reflect its activities, will switch its stock ticker name to JAVA.

  83. Btrfs is from oracle originally by bmcage · · Score: 1

    Well, Oracle is working on Btrfs (http://btrfs.wiki.kernel.org/index.php/Main_Page), which when finished should be comparable to zfs. They can as well just stop working on btrfs and make zfs gpl based :-D

  84. Re:IBM a better mother ship for SUN. WTH? by dns_server · · Score: 1

    Seeing they have not minted any pennies for 60 years it may be worth a dollar now.

  85. as a webdev ill have to say... by nevbear666 · · Score: 0

    this one scares me quite alot, seeing as most of today's blogs/pages/websites do run on mysql. and i somehow doubt, that oracle will continue with mysql... i see long nights ahead of all of us...

  86. Seems like good news for MariaDB, the MySQL fork by Anonymous Coward · · Score: 1, Informative

    See:
    http://askmonty.org/wiki/index.php/MariaDB

  87. Oracle as backoffice coupled to OS/X front office? by shis-ka-bob · · Score: 2, Insightful
    It seems that Oracle and Apple can make a reasonable stab at offering an integrated high-end service for folks with money. This market has already moved to iPhones and Power Books (look at many presentations at places like Davos, Power Books are everywhere). If you can get iMacs ( or a Mac Mini for the interns), you can take over the office. They could offer a MobileMe-like service, only one that is tied to a private network rather than a web service where you are always worried about the security of somebody else's network. Run all network traffic over IPSec, drop to https as needed on the firewall. Offer Solaris with Oracle servers with tight security. You might have a product worthy of law offices and Wall Street.

    Since the back office is not mobile and caters to groupware, the cloud service could be called ImmobileUs, but I think marketing may object.

    --
    Think global, act loco
  88. You can expect per MHz licencing though by Colin+Smith · · Score: 1

    Lets see, 8 cores, 2000MHz each. Why that will be your firstborn sir. How would you like to pay? Blood will do nicely.

     

    --
    Deleted
  89. Oracle Licensing by Bigbutt · · Score: 1

    Amusing that Oracle had changed the licensing to screw Sun. It's one reason we weren't upgrading our T2000's. It was, from a price point anyway, cheaper to get Oracle on a Linux platform, probably Oracle Unbreakable Linux :)

    I wonder how they'll handle that now.

    [John]

    --
    Shit better not happen!
  90. Re:Oracle as backoffice coupled to OS/X front offi by Catalina588 · · Score: 1

    In brief, Oracle will have the hardware and software to BE the cloud. However, it's not clear to me that they WANT to be the cloud. But neither Apple nor Oracle -- or together -- is likely to make a huge (> 10%) dent in Microsoft's Office monopoly anytime soon. Open Office has been out there for five years, and Apple is unwilling to invest to sell to the enterprise as it costs a lot more to make a sale than it does an iPod (as a percent of sales).

  91. Re:LOLcatz by iamhigh · · Score: 1

    Oracle President Safra Catz was also heard to remark... "all your database are belong to us"

    "I can haz these mergers"

    --
    No comprende? Let me type that a little slower for you...
  92. The Correct Answer Is: Support Both by EXTomar · · Score: 1

    Oracle should make both their main development platforms. Sun for high end, high performance while Linux for middle and low. There are plenty of small and custom built apps that don't need a huge license or big hardware to run fine. Oracle concedes that market when they allow Microsoft to throw around their cheap/freebie stuff that behaves almost like a full database.

    1. Re:The Correct Answer Is: Support Both by rackserverdeals · · Score: 1

      I think you misunderstood what is meant by development platform. I'm talking about the OS the people that work at Oracle use to develop Oracle.

      They were previously using Solaris, then switched to Linux.

      If you google around for Solaris and DTrace you can find many examples of projects moving to Solaris development platforms because of DTrace. It has helped them improve their software not just on Solaris but on all platforms they deploy too.

      --
      Dual Opteron < $600
  93. You're playing a dangerous game! by shis-ka-bob · · Score: 3, Funny

    If you run with this one, somebody is going to loose an eye.

    --
    Think global, act loco
    1. Re:You're playing a dangerous game! by jonaskoelker · · Score: 1

      Trust me, I know .(

  94. It's the apocalypse by eldapo · · Score: 1

    Cue the scary orchestra music.

    --
    eldapo
  95. Its worse than that by Chrisq · · Score: 1

    It will just join berkley DB in the "its still around if you want it" class.

  96. But Novell owns the copyrights. by Anonymous Coward · · Score: 0

    "(either way, I wouldn't be surprised if Solaris went completely open source, no non-open-source Solaris)."

    How can it? Novell owns the copyrights to it.

    1. Re:But Novell owns the copyrights. by rackserverdeals · · Score: 1

      Novel doesn't own the copyrights to Solaris. Novell owns the copyrights to SVR4.

      Novell, or whoever winds up buying Novell, would have a very hard time with that case. Not only has Sun paid for various licensing along the way, even before SCO, they wrote SVR4 with AT&T before Novell bought it.

      Suing a company over a product they wrote and open sourced would probably be worse than what SCO did.

      --
      Dual Opteron < $600
  97. Re: Solaris by Anonymous Coward · · Score: 0

    What about companies providing more of a "black box" for solutions? Google sells Google Search Appliance that is basically a plug-in component to an enterprise environment. I think we'll see Oracle black box solution offerings out of this arrangement and I wouldn't be surprised to see these on Solaris/Sun platforms.

    Mij

  98. facepalm... by Walter+Carver · · Score: 1

    was my reaction when I read the title. Oracle is a closed-source company, Sun has a lot of open-source projects. They will probably go EOL.

    By the way, the article link doesn't open. It sais "Content Server Error". They are probably melting right now.

  99. Hey folks, it's time to learn Hindi now by mesostructure · · Score: 1

    The most effective way to deal with Oracle support staff is talking with their native language.

    --
    Default your Oracle EBS with success !
  100. will fuck a lot of things important to slashdotter by rubycodez · · Score: 1

    Important projects will be diluted by forking and Oracle's agendas. MySQL, kiss it goodbye, it's already been forked and quality lowered by Sun. Java/J2EE fucked. Open Office, toast. Open Solaris, good riddance, though the closed Solaris might do well. Other important Sun software projects, goodbye. UltraSparc will slowly die, Oracle is about the grid and clustering.

  101. Re: Solaris by rackserverdeals · · Score: 5, Informative

    I'm listening to the conference call now.

    One of the first thing Larry Ellison said was two of the main reasons they were buying sun were for Solaris and Java.

    Solaris/Sparc is the largest base where Oracle is deployed. Linux is number 2. He also said "Solaris is the best unix techonology available in the market."

    Solaris isn't going anywhere.

    --
    Dual Opteron < $600
  102. I expect Larry to be richer than Gates soon by peter303 · · Score: 1

    MicroSoft seems to have gone nowhere financially the past decade while Larry is still aggressively expanding his empire. Bill has been the more likeable and scientifically astute guy, but lost the busienss fire some time ago. Larry was 4th richest after Gates, Buffet, and Sims in 2008.

  103. Let Madam koko tell you your future ..call 1-900.. by koutbo6 · · Score: 1

    Just to say I told you so:
    http://slashdot.org/firehose.pl?op=view&id=4049959

    Now let me tell you about MySQL's future. It is safe, its Open Source. It survived before the SUN buyout and its going to survive after it. There is no way oracle can kill it.
    At the very least, MySQL forks will live on (e.g., Drizzle).

    So please stop whining about MySQL dieing. The competition between the big tech companies is just going to heat up, which might be a good thing for open source overall.

    --
    You speak London? I speak London very best.
  104. Re:Let Madam koko tell you your future ..call 1-90 by zeptobyte · · Score: 1

    Would it be alright to whine about MySQL not dying? All these other comments have raised my hopes, and now you crush them. :(

  105. april fools by hey · · Score: 1

    Too bad its not April Fools Day.

  106. Java by Jordan711 · · Score: 1

    I hope Oracle doesn't mess with Java!

    1. Re:Java by Anonymous Coward · · Score: 0

      I hope Oracle doesn't mess with Java!

      Hasn't it already?

  107. Re:That 7.4 billion bought a sh*tload of useful I. by cpu_fusion · · Score: 1

    I wasn't even talking about MySQL. There's a lot more to Sun's I.P. than that. Owning Java alone is worth 7.4 billion to IBM.

    I suspect that there was something other than the price that made IBM turn away; some other condition of the deal. If so, I wonder what the Sun board put at a higher value than the shareholder's return in the sale.

  108. makes sense by olddotter · · Score: 1

    I have been predicting this for years. (Google Search).

    Oracle wants to control Java. And MySQL might be a good bat to beat SQL-Server with. That way oracle can compete on the low end without tarnishing the high priced image of their main DB offering.

  109. OMG....! by Anonymous Coward · · Score: 0

    Will humanity ever seen another day? Or will the Oracle share it with everybody? This is capitalism at it's worst!

  110. Re: Solaris by mzs · · Score: 1

    That is heartening news.

  111. Re:deja vue, DEC - compiled Java for Itanium? by Anonymous Coward · · Score: 0

    One of the problems Intel/HP had in getting the performance boost out of Itanium is the requirement that Java run in a JVM. Even with JIT compilers, this defeats the purpose of Very Long Instruction Word processors which by design rely on optimizing compilers to organize the instruction stream into optimal execution order.

    Maybe Oracle will take a different view of compiling Java into executables, instead of JVM byte-code?

  112. Re:will fuck a lot of things important to slashdot by chill · · Score: 1

    Keep in mind that Larry Ellison feels a compulsion to compare pricks with Bill Gates. MS Office is one of the two main revenue sources for Microsoft, so there is a good possibility that Oracle will pump R&D into OpenOffice as a direct attack on Microsoft.

    And Sun's T2 and Niagara chipsets are pretty much designed explicitly for the grid and clustering. From the threads per watt angle they have it all over Intel.

    --
    Learning HOW to think is more important than learning WHAT to think.
  113. Re: Solaris by InsurrctionConsltant · · Score: 1

    I'm listening to the conference call now.

    Conference call can be accessed from here: http://www.oracle.com/sun/index.html Login required for web access, or call +1.719.884.8882 and use passcode 923645

  114. Split the company by Jim+Hall · · Score: 1

    Years after Oracle's purchase of BEA, PeopleSoft and Siebel, these companies are still running pretty much like they had before the acquisition. Given their track record with letting the original company operate the way it had been, I'm betting Oracle will do nothing with Sun.

    What needs to happen is for Oracle to split Sun apart, remove the business lines that aren't working (workstations, thin clients, huge servers, ..) and put the focus on the parts that are working (Solaris, Niagra next-gen chip technology, low-end to mid-range servers, ..). I'd also love to see Oracle release Solaris as a totally open-source kernel (under something like the GNU GPL, or a similarly F/OSS license) and let it compete with Linux. And I want Oracle to continue funding Java, MySQL, and OpenOffice (which are all owned by Sun.) I think MySQL would make a handy low-end competitor to MS-SQL, for example.

    But I'm not holding my breath for Oracle to do the right thing.

    1. Re:Split the company by swordgeek · · Score: 2, Interesting

      Mostly I agree with you. However...

      Workstations are necessary as a platform for developers/admins. Even as a loss-leader, they support the health of server sales. Be that as it may, Sun workstations are all PCs now anyways. No more SPARC on the desktop.

      The super high-end servers are a big profit area, even at a low volume. The same computer power sells for a MUCH higher margin, even after the higher costs are factored in. Also, they (again!) support the low-mid range sales. If you have a monster Sun system in your data centre, the most obvious gear to support it is more Sun gear.

      Solaris is open. If you don't like the CDDL license, too bad for you. The fact that it doesn't meet the requirements of an aging anti-commerce hippie doesn't make it less open. Hearing "change the license" is automatically a flag that some Linux fanboy is determined to paint the world in HIS colour, and EVERYONE ELSE must comply.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    2. Re:Split the company by Jim+Hall · · Score: 1

      Solaris is open. If you don't like the CDDL license, too bad for you. The fact that it doesn't meet the requirements of an aging anti-commerce hippie doesn't make it less open. Hearing "change the license" is automatically a flag that some Linux fanboy is determined to paint the world in HIS colour, and EVERYONE ELSE must comply.

      I prefer that Solaris be totally opened. I understand that not all of Solaris source code is currently available. From Wikipedia:

      Sun has released most of the Solaris source code under the Common Development and Distribution License (CDDL), which is based on the Mozilla Public License (MPL) version 1.1. The CDDL was approved as an open source license by the Open Source Initiative (OSI) in January 2005. Files licensed under the CDDL can be combined with files licensed under other licenses, whether open source or proprietary.

      Emphasis mine.

      However, the Free Software Foundation states that the CDDL is free, but not compatible with the GNU GPL (meaning code cannot be shared between them, unless they were already dual-licensed):

      This is a free software license. It has a copyleft with a scope that's similar to the one in the Mozilla Public License, which makes it incompatible with the GNU GPL. This means a module covered by the GPL and a module covered by the CDDL cannot legally be linked together. We urge you not to use the CDDL for this reason.

      And yes, I know there is a controversy about GPL and CDDL.

  115. Re:Scared after seeing what happened to Berkeley D by BitZtream · · Score: 1

    Right, because you can go and make a change to every other OSS out there without being vetted or anything.

    Hell, I directly patched Linux, MySQL, XULRunner and FreeBSD yesterday and no one within them have any idea who I am.

    Anarchy is the only true OSS! /sarcasm

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  116. Oracle buys the sun by vm · · Score: 1

    "The acquisition of the sun transforms the IT industry, combining best-in-class enterprise software and mission-critical computing systems," said Oracle CEO Larry Ellison. "Oracle will be the only company that can engineer an integrated system and power it indefinitely by harnessing the seemingly infinite power of our nearest star. Our customers benefit as their power bills and systems integration costs go down while system performance, reliability and security go up. We can't imagine a better perimeter security appliance than one with a surface temperature of 5,778 degrees Kelvin. We are also on the verge of announcing a deal whereby our entire staff will be entitled to a free lifetime supply of sunscreen lotion."

    1. Re:Oracle buys the sun by AnonyAss+Coward · · Score: 1

      Sun's Open Office + Oracle = Sun shines from Larry's Orifice

  117. If only... by Anonymous Coward · · Score: 0

    ...Oracle had purchase Sun for $9.50/share BEFORE Sun's 1:4 reverse stock split...

  118. Emacs / vi by Anonymous Coward · · Score: 0

    In the long run, FOSS converges to one winner, challenged by many (much smaller) creatures.

    So which was the winner, (X)Emacs or vi(m)?

  119. JRockit? by ferar · · Score: 0

    We have MySQL vs. Oracle DB, Netbeans vs. jdev, but also JRockit (ex BEA) vs. SunJVM.
    I don't see any good loosing one of SunJVM major competitors.

  120. Good thing java is OSS now. by Anonymous Coward · · Score: 0

    Good thing java is OSS now.

  121. In other news... by shutdown+-p+now · · Score: 1

    In other news, Solaris renamed to "Oracle Loader", and Java to "Oracle Scripting Language".

  122. IBM Java Contribution by nishant_ag · · Score: 1

    IBM has contributed a lot to Java technology... would it be true going forward too?

    1. Re:IBM Java Contribution by LDoggg_ · · Score: 1

      It has no choice. It has vast amounts of code dependent on java.

      Think they'll just rely on Oracle putting a JVM on AIX for websphere to run on?

      --

      "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
    2. Re:IBM Java Contribution by chez69 · · Score: 1

      Webturd runs on the IBM JVM. IBM has it's own JVM that runs on mainframes, AIX, linux, and windows.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    3. Re:IBM Java Contribution by LDoggg_ · · Score: 1

      That's my point.
      The original poster asked it IBM would continue to contribute.

      Like I said, it has no choice.

      --

      "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
  123. Re:That 7.4 billion bought a sh*tload of useful I. by Anonymous Coward · · Score: 0

    Unfortunately, I thought SUNW was dirt cheap several years ago and bought some at $5. Then they did a 4:1 reverse split. Now Oracle is going to give me slightly less than 1/2 of what I paid for it. :(

  124. What is this world coming to? by jazcap · · Score: 1

    Oracle buys Sun, GM is considering selling Saturn, I hear even Uranus is up for grabs.

  125. Re:Scared after seeing what happened to Berkeley D by HardWoodWorker · · Score: 1

    I don't think you understand. Let me give you an example. With Spring, I can browse their SVN trunk and see what they're up to. I can use unreleased software, submit bugs, and possible even submit patches. With BDB, I only see Zips of releases, making it relatively inconvenient to contribute. I love the BDB guys, but getting involved is really encumbered by Oracle. SpringSource and JBoss, on the other hand, do a great job of encouraging involvement.

    Open Source In Name Only not only hinders an application's progress and development, but it's not really sustainable. Why give out something for free, call it Open Source, but not seek help from the community? It makes me think the commercial companies are just going to dump it when they figure out they're not making any money off of it.

    Also, Oracle Forums SUCK. They're slow and buggy. Honestly, with the one exception of BDB, I have never seen software improve after Oracle got their hands on it (& I credit the motivated Sleepycat team, especially Mark Hayes...not Oracle). I'm not a fan of Oracle's main DB and everything else they've put out, with the exception BDB, has been awful, amateurish garbage. I used to hate Microsoft and they I started working with Oracle products and really started appreciating MS.

    Glassfish v3 is on of the best web containers I've seen yet. It's as fast as Jetty and Tomcat and just as easy to use. I'd hate to see it die in favor of WebLogic or plummet to mediocrity, like the rest of the Oracle Family.

    Obviously, I'm a bit worried about MySQL as well. Sun was just starting to put out compelling products and figuring out what to do with Java, I hope Oracle doesn't make anything worse.

  126. Oracle using ZFS transactional features by butlerm · · Score: 1

    That is so impractical it is not even funny. It would amount to rewriting ~30-40% of the internal core of the Oracle database, redoing more than twenty years of work, and would make it so that Oracle would no longer be portable to any other filesystem.

    Not only that, ZFS is designed for a completely different workload than Oracle anyway. Oracle is designed to run on the equivalent of raw disk devices. If you snapshot an active Oracle datafile, a copy on write filesystem like ZFS will start relocating newly written blocks, which will gradually defeat all of Oracle's internal I/O optimization logic until the datafiles are defragmented back into linear order.

  127. JDeveloper forked from JBuilder (Borland) by Gary+W.+Longsine · · Score: 1
    You mentioned the cat ate your homework:

    "I don't think JDeveloper is based on Eclipse though."

    JDeveloper: http://en.wikipedia.org/wiki/JDeveloper

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  128. Re:Two market leaders by presidenteloco · · Score: 1

    Ford and GM--

    You mean to say Toyota and Honda, I presume.

    --

    Where are we going and why are we in a handbasket?
  129. buying out the customer base by Gary+W.+Longsine · · Score: 1

    That was a good theory for IBM's attempt to purchase Sun. It doesn't work so well for Oracle, since there isn't that much overlap between Oracle and Sun's product portfolio. Worse for this theory is that there is already a huge overlap between Sun and Oracle *customers*. So, according to your theory, Oracle bought Sun, so that it can sell to Sun customers products they already own. Try again.

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  130. sparc and oracle by Gary+W.+Longsine · · Score: 3, Interesting

    Sun's multicore sparc work is basically custom designed to run giant database servers, and giant web servers with giant database back ends. Doing so at lower power draw than the competition has the potential to be a market winner. That alone will not be sufficient, however.

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  131. opensolaris by Luminair · · Score: 1

    people should be told before it disappears, that opensolaris is the desktop distribution of solaris, based on open solaris code. like an ubuntu clone, only with solaris. it is maintained basically entirely by sun. what will happen is that since oracle doesn't care about a desktop os, the desktop os part of that initiative will be flushed. and the solaris os migration from the old solaris code to new opensolaris code and build systems and such will probably be accelerated.

    oracle wants sun because sun has everything oracle needs to provide service top to bottom. all of the official releases from both companies, and the internal memo, speak of this. they all mention solaris and "open" java. none of them mention opensolaris.

    they also don't mention workstation machines, virtualbox desktop virtualization, and whatever else sun does that oracle doesn't care about.

    so anyway, RIP opensolaris. people at sun worked hard for years now bringing it up to standards set by linux desktop distros.

    1. Re:opensolaris by turbidostato · · Score: 1

      "they also don't mention workstation machines, virtualbox desktop virtualization, and whatever else sun does that oracle doesn't care about."

      They should.

      Solaris workstations have done quite a lot in retaining Solaris servers because they allowed the sysadmin desktop being akin to the server. The most linux you have on the sysadmin desktop, the less Solaris you will sell -guaranteed by the very history of Sun: Sun went into the corporate market on the dot.com boom because Solaris was what knew the freshmen the need by dozens those days. What do you think that will happen -that *is* happening, when those freshmen come with Linux background instead (and the given fact that Linux is "good enough" and much as Slowlaris was "good enough" in its day).

      And what about virtualization? Current developers are less and less generalists and Java itself have done quite a lot dumbing them down. Virtualization is a very good idea for dumbed down Java-based developers to have different environments, try new developments, etc. Having a "for Oracle+Java" branding on virtualization can make a lot of profit for Oracle on the long run.

      "so anyway, RIP opensolaris."

      This, I think, is the most probable outcome.

  132. Good for Oracle Investors, Bad for MySQL users by Bushido+Hacks · · Score: 1

    In what has to be one of the worst mergers since InBev took over Anheuser Busch, Oracle now has control of their competition.

    MySQL is a lean alternative to Oracles bloatware. In 2003, after I found it so difficult to use Oracles SQL program I switched to MySQL. With Sun stock slowly ailing as Flash becomes more popular than Java for web applications, Sun has finally decided to let Oracle swallow their poisonous assets.

    Meanwhile, MySQL is in trouble.

    As with any large corporate take over, the process is that competitors try to buy out each other until one falls, the other aquires their assests, discontinues all the products similar to their own that customers prefered over theirs, sells off any assets that provided the community with philanthropic or social causes, and eventually shuts down their competitor for good. Fortunately, these companies are in the same neighborhood unlike the strife that the St. Louis area is going through with a Belgian comapny taking over a St. Louis company which may move to New York as soon as all the assests are sold off or converted into a holding company.

    MySQL users should expect a bumpy road ahead and expect to migrate to a fork of MySQL (such as Drizzle) in the near future.

    --
    The Rapture is NOT an exit strategy.
    1. Re:Good for Oracle Investors, Bad for MySQL users by cboslin · · Score: 1

      As of last Friday night, the word from Sun about MySQL was that there would be no changes.

      Now that Oracle is buying Sun I guess Suns plans for MySQL can not be counted on. After all Oracle can change their mind for them.

      Personally I am not worried, if Oracle gets stupid, MySQL gets forked, no biggie. In its current state it will do what almost all small and medium sized business need from it.

      Thus the great thing about open source, if you company depends on an operating system or application, you have options.

      If my company depended on MySQL, I would be ready NOW to build it from scratch and fork if necessary, saving all the parts immediately, just to be safe.

      I would make sure that I had the parts ready to install for the top 6 to 12 Linux Distros just to be sure I had a future no matter which distro of Linux became dominant down the road.

      We should all expect word to come out of the MySQL Conference & Expo in Santa Clara, CA (4/20 thru 4/23) over the next few days. I wonder if there was anything in the keynote yesterday about this?

      I am actually more interested in who knew how far in advance that this was going to happen and if those people had anything to do with Sun purchasing MySQL. That might be telling as to Oracle s intention with MySQL.

      Also telling will be any open source product, application, package that has been brought in house to either Sun and/or Oracle over the last 10 to 15 years and how they handled it. Did they slowly choke it off? Did they support it? Whatever these two companies have done in the past to other open source applications, is more than likely what will happen to MySQL.

  133. Re:Scared after seeing what happened to Berkeley D by argent · · Score: 1

    Open Source In Name Only not only hinders an application's progress and development, but it's not really sustainable. Why give out something for free, call it Open Source, but not seek help from the community?

    Yeh, I wonder about this. Oh, there's a bunch of different levels of commitment between open-repositories and closed-with-code-drops, and there's at least sum benefit from the open source over most of the spectrum... but if they really accept NO patches or other contributions (is that really true) what's the point? Is it just marketing? Or are they effectively holding off a fork of The Last Good Bits by tossing prophylactic tarballs over the wall?

  134. So who loses? by coogan · · Score: 1

    We do of course - the dumbass customers due to investor greed. As someone who took six months to wean us off Oracle saving craploads in the process, moving to Netbeans and Glassfish - I'm right back where I started - except for the (PostgreSQL) database - thank god for that choice! No company in its right mind will properly support all the acquired app servers and databases when they can have a single cash cow to milk daily. Fuck Oracle!

  135. Didn't the main MySQL developers bail already? by presidenteloco · · Score: 1

    It seems clear to me there is going to be major forking action here, led by none other than some key leaders of the mysql project and company, who if I'm not terribly mistaken just recently left Sun.

    I am hopeful that one of these forks becomes the dominant MySQL again.

    MySQL. No! MySQL! MySQL! Mine. Mine.

    (no major forking action jokes in reply please.)

    --

    Where are we going and why are we in a handbasket?
  136. Money guys by junkgoof · · Score: 1

    Sun hardware and support was reliable when techies were running the company. Since the money men (read "idiots") took over and purged anyone who knew anything and outsourced it has gone downhill.

    Sun has had some problems with their planning for a long time (they specialized in SMP hardware, and then brought out JAVA in a manner that made it scale really badly over multiple CPUs, for example).

    I expect Oracle will work out the planning and hardware selection.

    --
    You got me into this! You were the ideologue! I'm only a poor assassin! - Twenty evocations, Bruce Sterling
  137. Sun/Apple merger more likely? by Anonymous Coward · · Score: 0
    It was mentioned:

    "I would have considered a Sun/Apple merger more likely"

    More interesting perhaps, but not more likely. Apple appears to have little interest in the kind of baggage that comes with acquiring a company like Sun.

    Apple certainly could have purchased SGI at any time in the past several years. SGI assets included a patent portfolio, engineers, OpenGL expertise, super computer design expertise and credibility in that market. Any of that could have been useful to Apple.

    However, as the fortunes of the old UNIX workstation vendors waned, some of the top engineering talent fled, sometimes to Apple. Skilled engineers who were major contributors or primary architects of cool technologies like ZFS are working at Apple today.

    What Apple did not get is stuff like a legion of demanding, pissy, cheapskate mid-tier enterprise customers with aging sparc boxen and 2-hour on-site support contracts, who continually beat them down on price by threatening to convert to Windows.

    1. Re:Sun/Apple merger more likely? by Gary+W.+Longsine · · Score: 1

      Hrm... that posted Anonymous Coward. Wasn't intentional. Those were my thoughts, simple or flawed as they may be, I'm not ashamed of them.

      --
      If you mod me down, I shall become more powerful than you could possibly imagine.
  138. Oracle linux by junkgoof · · Score: 1

    Oracle sales reps claim that they have more linux devs than RedHat and that they feed lots of code back. They also say that they used to work more closely with Redhat but ended up getting frustrated and now they just buy one subscription and go their own way though they still provide fixes.

    Oracle's plan of owning everything remotely connected to the database makes some sense as 90% of Oracle support calls consist of proving the problem is not the O/S, the app server, the hardware, Veritas, etc.

    --
    You got me into this! You were the ideologue! I'm only a poor assassin! - Twenty evocations, Bruce Sterling
    1. Re:Oracle linux by greg1104 · · Score: 1

      Oracle sales reps claim that they have more linux devs than RedHat and that they feed lots of code back.

      RedHat contributes over 8X as many changes to the Linux kernel as Oracle.

      I hope you've learned a little lesson here about trusting sales reps.

    2. Re:Oracle linux by junkgoof · · Score: 1

      Well they claimed number of devs not number of commits, and they also said that they were submitting to RedHat for their distro more than to the linux kernel, but, yeah, you can't put a lot of faith in sales reps which is why I prefaced my comment with the source.

      --
      You got me into this! You were the ideologue! I'm only a poor assassin! - Twenty evocations, Bruce Sterling
  139. IBM by Gary+W.+Longsine · · Score: 1

    No, IBM isn't kicking themselves. They are gleeful. They believe that Oracle+Sun will be an enormous destruction of shareholder value -- for somebody else's share holders.

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  140. free as in beer matters too by eliot1785 · · Score: 2, Interesting

    While this is obviously a problem for FOSS, as somebody who works for startup companies, I am also very concerned about potential changes to the pricing structure. Startup companies and SMB's use MySQL instead of Oracle because they can't afford to pay for a database on top of all of their other costs. Cheap/free database software is part of what makes entrepreneurship possible for so many people.

    If Oracle slowly kills MySQL through neglect, it could have ramifications for the broader economy, unless another database software (e.g. PostgreSQL) can fill the void.

    Fortunately, it's all based on the SQL standard, but there are still differences between RDBMS's that developers will need to learn to switch.

    And yes, why is there no antitrust attention when Oracle tries to buy the owner of MySQL?

    1. Re:free as in beer matters too by nsayer · · Score: 1

      If Oracle slowly kills MySQL through neglect, it could have ramifications for the broader economy, unless another database software (e.g. PostgreSQL) can fill the void.

      What you said. PostgreSQL is teh awesome, IMHO. I actually hope that Oracle pooches MySQL to the point that it benefits PostgreSQL.

      Fortunately, it's all based on the SQL standard, but there are still differences between RDBMS's that developers will need to learn to switch.

      Alas, SQL is as standard as BASIC. They have a superficial similarity, but none of them really interoperate.

    2. Re:free as in beer matters too by Anonymous Coward · · Score: 0

      "And yes, why is there no antitrust attention when Oracle tries to buy the owner of MySQL?"

      Because they announced the deal today, and we still have ~6 months of regulatory approval process to go through.

      (Not that it'll fail to go through, mind you.)

  141. "Too big to fail" by Anonymous Coward · · Score: 0

    It's too bad Americans haven't learned their lesson.

  142. Re:Two market leaders by metamatic · · Score: 1

    I was talking about the market for unreliably gas-guzzling SUVs.

    Yeah, if you're talking about cars, Toyota and Honda.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  143. Already done (no joke) by Osvaldo+Doederlein · · Score: 1

    Look at Sun's new JavaFX Script language. It makes String a value type, not-nullable - you can try to assign null to a Sring variable but the runtime automagically replaces it with "".

  144. DNA by Gary+W.+Longsine · · Score: 1

    "Sun = Poorly run company with great products
    Oracle = Masterfully run company with shitty products"

    Yes, this is exactly the reason why this could turn out to be an interesting merger. Most of the mergers of UNIX workstation vendors were not interesting, and essentially served to consolidate customer bases. An acquisition of Sun by IBM would have been like that. IBM had overlapping products, and this would have resulted in the end of life for both SPARC and Solaris.

    Oracle and Sun, however, have complementary product lines. The potential certainly exists for a vibrant new company to emerge from this. It probably won't but at least this way there is a chance.

    Next up, Oracle+Sun buys Yahoo!

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  145. Oh how the mighty... by nsayer · · Score: 1

    It wasn't too long ago that it was credibly rumored that Sun might buy Apple. Lately, it would have made more sense for the opposite to be true.

  146. hand wringing over The Future of Java by Anonymous Coward · · Score: 0

    Uhm... and you think perhaps Java might have had a better chance with IBM at the helm? Obviously you've never tried to compile any open source software on an AIX system, nor tried to get IBM to sell you something in a year they bragged about spending a billion dollars on it (Linux).

  147. if i had mod points today, you'd get some by theolein · · Score: 1

    I don't have anything against Mysql, and it does what it's meant to do just fine, but it isn't a fully featured db, and attempts to use it for that usually end up with people doing half the query in their code instead of in the db, where queries are meant to be run.

  148. Mysql's popularity by theolein · · Score: 1

    I think mysql's popularity can be attributed to php, when I come to think about it. Togther with apache they made the lamp thing work and moved web development for better or for worse to the masses. Mysql has always been good for straightforward simple queries and even scales well there, but Mysql, the company, screwed up when they started messing with the licences, causing the nerds at Zend to remove it from the default compile and install.

    These days you can do most of what you used to do with mysql with sqlite on the light end and postgresql on the big end.

    1. Re:Mysql's popularity by turbidostato · · Score: 1

      "I think mysql's popularity can be attributed to php, when I come to think about it."

      I think is related to but not attributable to php. They both rised at the same time since they allowed "programming for the unwashed masses". PHP allowed non programmers (a vast majority of wanabes) to achieve some productivity they wouldn't dream of other platforms. MySQL allowed programmers without DB knowledge (a vast majority of programmers) to achieve some productivity they wouldn't dream of other RDBMs.

      So now you have millions after millions of horrid lines of code based on horrid DB usage (not to say it is not possible to make something decent out of PHP+MySQL, heck, that's even possible out of Visual Basic, but that's not the norm but the exception) which tend to perpetuate since those horrid programers/DBAs have invested too much time on the platform now that they are horrid no more but simply bad.

  149. The Senator's Boy and the Beanstalk by mosel-saar-ruwer · · Score: 1


    They are the seeds of the internet. You plant some and sprinkle them with bits. Eventually they grow into a huge series of tubes. How do you think the internet was created? With lots and lots of netbeans.

    One summer - when the Senator's boy, on vacation from the St Alban's School, was shredding, spiking, stripping, and selling all that demon weed tobaccy - he found time to trade the family cow for a handful of netbeans.

    And the rest, as they say, c'est l'histoire.

  150. IBM and Oracle play together by Gary+W.+Longsine · · Score: 1

    "Somehow i did hoped IBM would go and buy SUN, if this is really definitive .. how do IBM and Oracle play together ?"

    IBM makes products that compete, no matter what segment of the IT industry a company is in. IBM also plays nicely with many of those companies, as IBM makes enormous amounts of revenue by introducing complexity into a customer environment, and providing consultants to glue it all together.

    For example, IBM vends several databases already, including DB2 and Informix, yet they also provide IBM AIX servers to enterprise customers running Oracle on them.

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  151. Re: Solaris by BitterOak · · Score: 2, Insightful

    He also said "Solaris is the best unix techonology available in the market."

    Solaris isn't going anywhere.

    So why is there still no Oracle 11g for Solaris/x86, when its already been released for most of the other major platforms, including Windows, Linux, AIX, HP-UX. It has been released for Solaris/Sparc, but as of yet, no 11g for Solaris/x86.

    --
    If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
  152. We are the dot... by devotedlhasa · · Score: 1

    ...in Oracle.com

  153. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  154. I don't agree by butlerm · · Score: 1

    There is little reason why Oracle will not gradually phase the MySQL code base out of existence. There is a narrow class of applications that MySQL can run more effectively, but that is more a like a division between "read only" and "transactional" database, not "division" and "enterprise". MySQL isn't a good fit even for most "departmental" applications when compared to Oracle. About the only things it has going for it in an Oracle world are mind share, compatibility with existing applications, and installed base.

  155. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  156. Re: Solaris by rackserverdeals · · Score: 1

    So why is there still no Oracle 11g for Solaris/x86, when its already been released for most of the other major platforms

    Probably because there isn't much demand for Oracle on Solaris/x86 right now.

    In the conference call, they mentioned that Solaris/SPARC was the most popular choice and Linux was second.

    What's to say down the road, now that Oracle owns Solaris, Solaris/x86 might not get better treatment from Oracle once it's in it's stable. Customers obviously like the Solaris/Oracle combination so I can't see why Oracle on Solaris/x86 support shouldn't improve.

    --
    Dual Opteron < $600
  157. cute quote by michael1078 · · Score: 1

    In the olden days, people built oracles to worship the sun. Now-a-days, Oracles simply buy the Sun.

  158. What about the OSS? by richaemry · · Score: 1

    So, right now most of SUN's products are availible in a FOSS version, but my concern is that Oracle will do away with that. All oracle would have to do is realease a new version and force existing users to upgrade to a new closed source version that might or might not be free. Yes the existing versions are forever FOSS, but to get around that all Oracle has to do is change the JAVA EULA, and then charge for the compiler. Oracle is not exactly the most FOSS friendly company in the way that SUN is.

  159. Oracle + Sun MUCH better than IBM + Sun by blind+biker · · Score: 3, Insightful

    IBM would have killed all of Sun's hardware (including their backup and storage gear, which is often forgotten and yet it's very large and important). No more SPARC and their cool-running, many-core (and open-source) Niagara platform.

    IBM would have killed Solaris (they have their own Unix, AIX). Luckily, Solaris is open-source, so perhaps someone would have picked up the torch.

    IBM would have killed Star/OpenOffice (they have their own office suite, no matter how crappy). Again, OpenOffice is opensource, so...

    Oracle likes all of the above, to a varying but still high, degree.

    Oracle is also a ruthless, almost barbaric company when considering their sales practices, but I prefer them to IBM any day. Oracle is like Attila's Huns - they pillaged for the money and the women, but they never tried to bullshit you with "we come in the name of the Lord" - that is IBM's style, with their fake and cynical pretense of contributing to open source and standards.

    --
    "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    1. Re:Oracle + Sun MUCH better than IBM + Sun by pembo13 · · Score: 1

      Oracle is the also the one trying to sell RedHat knockoffs.

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    2. Re:Oracle + Sun MUCH better than IBM + Sun by chez69 · · Score: 1

      Oracle fucks up everything they touch.

      Sons of bitches, what a crappy day.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    3. Re:Oracle + Sun MUCH better than IBM + Sun by BruceCage · · Score: 1

      IBM would have killed Star/OpenOffice (they have their own office suite, no matter how crappy). Again, OpenOffice is opensource, so...

      Uhm, IBM Lotus Symphony is basically a fork of OpenOffice.org 1.1.4.

      --
      Perfect is the enemy of done.
  160. Re:IBM a better mother ship for SUN. WTH? by Burkin · · Score: 1

    But at least the landscape at the end of the pillage will most likely still have a free Java and a free RDBMS.

    There is no most likely about it. There will always be a free Java and MySQL since they were both released GPL.

  161. Multi-core licensing costs? by Anonymous Coward · · Score: 0

    One wonders wether the cost for oracle database licenses on multicore processors will be cheaper if they are on sun hardware?

  162. Look up by einhverfr · · Score: 2, Informative

    "Occultation" in the dictionary. It's an astronomical term and refers to what happens when one heavenly body is concealed because another heavenly body passes in front of it.....

    --

    LedgerSMB: Open source Accounting/ERP
  163. Ganymede is a dude, man! by Latent+Heat · · Score: 1
    IBM or whoever named versions of Eclipse after the moons of Jupiter. The moons of Jupiter are named after the lovers of Zeus/Jupiter. The version of Eclipse I am using for teaching at the University is Ganymede. The right-wing legislators are all over the U over a male faculty member soliciting sex from a same-sex youth on the Internet and getting caught by a police sting.

    The Greeks and perhaps even the Romans in ancient times had a different view of the gay thing or the bisexual thing or the age of consent, although I suppose if you are a god, there is no real consent but then not the same kind of punishment either.

    So anyway, I am using in class something that is named to celebrate something that got probation and forced retirement for one of my faculty colleagues.

  164. For all of you idiots by Anonymous Coward · · Score: 0

    that lambasted the possible IBM deal

    Suck on this...

  165. Bear with me now... by Anonymous Coward · · Score: 0

    Apple should buy Oracle.

  166. "The Rising Sun"? by Tastaturbeschmutzer · · Score: 1

    Larry must have planned this coup long before. At least since he named his ship "The Rising Sun" in 2005.

  167. Re: Solaris by turbidostato · · Score: 1

    "So why is there still no Oracle 11g for Solaris/x86, when its already been released for most of the other major platforms, including Windows, Linux, AIX, HP-UX. It has been released for Solaris/Sparc, but as of yet, no 11g for Solaris/x86."

    Tinfoil mode on: Because Oracle has been thinking about this buyout for quite some long months now. Since one of best Sun's cards was "if you are real serious about Oracle you should go with Solaris", it seems sensible to threaten FUD-wise with no more (or late or not prioritary) release on that platform so stock prices goes down and you can make a better deal. Now that Sun is on Oracle's hands see how much we have to wait for 11g to become avaliable on Solaris.

  168. oops by shis-ka-bob · · Score: 1

    I was intending to agree with TheRaven64.

    --
    Think global, act loco
  169. OK the requirement to bash MS by ClosedSource · · Score: 1

    even though it's not relevant to the topic has been fulfilled. Thank you for your kind attention.This moment has been duly-noted on your time cards and will be deducted from your pay. That is all.

  170. Re:Itanic, was ... deja vue, DEC by omb · · Score: 1

    I really despair at some of the comment comming from the USA, it is absolutely irrational.

    Simplistically, when the desktop was seen as king WIntel was seen as the way, then people realised they still needed servers, and HP+Intel decided to start over, using an EPIC design.

    The implementation was a goat-fuck, late, performance and delivery a disaster, personally I dont care for EPIC, but it did not work ... in fact.

    The old DEC Alpha would, in my view, have been a better base, but that is not how the industry went. So what?

    86_64 is morphing to RISC with the 4.2 ISA extensions though the 86 screws compilers to some extent, but it is, for now the commercial winner.

    Itanic is dead.

    The next frontier is parallelism.

  171. Re:That 7.4 billion bought a sh*tload of useful I. by Anonymous Coward · · Score: 0

    Yeah, there must have been some weird clause or something. Cause if the Sun people thought they were in for a culture shock with ibm, they're really not gonna like working for oracle. It's too bad that one of the old noble unix labs is going to a bunch of business-scripting vultures.

  172. Re:Scared after seeing what happened to Berkeley D by Anonymous Coward · · Score: 0

    Read-only open source is not open-source.

    Fixed that for you.

  173. Re:Two market leaders by Anonymous Coward · · Score: 0

    Unreliably guzzling gas? Is that where the SUV randomly gets really good mileage?

  174. If they are smart by Anonymous Coward · · Score: 0

    If they are smart, they will take the best features of their respective virtualization solutions, put them together, and give it away. Why? Because it makes it snap for them to offer a complete pre-bundled stack - OS, database, applications - as a VM image. Once you get that far, you're only a step away from running your business on whatever virtualization container you like - your own, a massive server farm run by someone else - whatever. Back up your VM's and you've backed up your entire business.

    Sure, you can do that with other virtualization solutions also. That's the danger: that we'll all get hooked on another proprietary software trap. We'll all have to use vmware because it's the "standard". Let's head that nightmare scenario off before we're stuck.

    Plus you want to virtualize a real OS like Solaris, now, don't you?

  175. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  176. Re: Solaris by SEE · · Score: 1

    You'll notice he didn't name Sparc as a reason to buy Sun.

  177. Re: Solaris by rackserverdeals · · Score: 1

    You'll notice he didn't name Sparc as a reason to buy Sun.

    But he did mention that Solaris/SPARC was the most popular choice for deploying Oracle DB.

    It wouldn't make much sense to buy a company and kill your customer's favorite product.

    Plus, Oracle want's to compete with IBM and they need SPARC to go head to head with IBM's power servers. Oracle doesn't sell IBM servers directly. If you want to deploy Oracle on AIX/Power, you're going to have to go to IBM first to get the hardware and their salespeople will try to talk you into DB2. That's what Oracle wants to avoid. Now customers can come straight to Oracle and get the hardware and software. With Solaris and SPARC under Ellison's roof, you can bet that there will be the impression that Oracle will run better on Solaris than AIX. That impression is already there today really.

    Plus, when you look at how Oracle releases for Solaris/x86 are so slow, it shows they have a preference for Solaris/SPARC.

    In addition, up until a few years ago, there was only Solaris and Solaris/x86, Solaris implied Solaris/SPARC.

    --
    Dual Opteron < $600
  178. I imagine they ran by Anonymous Coward · · Score: 0

    INSERT INTO oracle (SELECT * FROM sun)

  179. Future of Java by jonnyt886 · · Score: 1

    Given that IBM has built a lot on Java, I wonder if, now that Oracle controls Sun, IBM will consider forking it? (They then start using their fork, thus retaining control of the platform...)

    I don't think that'd be a good thing but if Java is open source it could happen...

  180. Many CDDL-licensed software will go proprietary by Anonymous Coward · · Score: 0

    Oracle will make ZFS and DTrace and some Solaris/Java tech proprietary. Charge them for high margin. No hope to see a linux port of ZFS and DTrace. Solaris/ZFS/Dtrace will be utilized to make Oracle's software more scalable and monitored. But Oracle will outsource all hardware design/manufacturing to HP/Dell to eliminate the cost. IBM will be charged much more on Java license. Oracle will make lots of money.

  181. jinitiator by Anonymous Coward · · Score: 0

    For about 8 years Oracle Forms shipped with a forked JVM called Jinitiator.

  182. hate mail for Larry by Anonymous Coward · · Score: 0

    We can thank Oracle for taking ownership of Java because now it will fork to true open source or be done away with entirely because no one trusts that pathologial liar that Oracle is! The only thing more tedious than the java language is Oracle's marketing language.

  183. Re: Solaris by sirinek · · Score: 1

    Because Solaris x86 is such a tiny portion of the installed Solaris systems out there.

  184. Re:Scared after seeing what happened to Berkeley D by nobaloney · · Score: 1

    Then fork it.

    Notice that I said fork, which is not exactly what I mean.

  185. Anyone want to start another open source DB co? by Orrdee · · Score: 1

    Come on, we can sell to HP/SAP/M$ in 5 years for a cool 1 billion

  186. oracle better fix their 32 char limits in SP by cheekyboy · · Score: 1

    If they included a convert all mysql to oracle schema 100% then that would be of great value and make lots of 3rd parties useless.

    --
    Liberty freedom are no1, not dicks in suits.
  187. Darn it by Anonymous Coward · · Score: 0

    Google were are you buy Sun ???

  188. Worst thing ever to happen to software by xgeoff · · Score: 1
    Isn't anyone else concerned about this travesty? If you look at Sun's portfolio of products:

    Java
    ZFS
    Solaris
    VirtualBox
    OpenOffice
    Glassfish
    Netbeans

    They are all outstanding, products that embrace openness, reliability and innovation.

    Oracle has a stack of crap, with the only decent offering being a database that requires a skilled administrator to manage it.

    While Sun's products reach out and enable entrepreneurs and individual developers, Oracle caters to large corporate teams with very specialized skills.

    This is, in my opinion, the darkest day in the history of software.

  189. Have always loved PostgreSQL by Anonymous Coward · · Score: 0

    I'm a full time MySQL DBA in love with PostgreSQL looking for an excuse to switch.

    Looks like I just got my excuse.

  190. BLEH by Anonymous Coward · · Score: 0

    Bye bye my beloved MySQL hello to the tinkering Oracle and their bloated over priced ways.

  191. kodekid by Anonymous Coward · · Score: 0

    Oracle: SELECT * FROM sun ORBER BY profit_margin ASC;