Slashdot Mirror


Oracle Top Execs Answer Sun Employee Questions

The Register writes "Sun invited Oracle president Charles Phillips and chief corporate architect Edward Screven to an employee-only town hall this Wednesday, where they took questions on what's coming. They said they'd be 'crazy' to close Java, that Oracle 'needs' MySQL, and all Sun's processors look appealing. They hedged on OpenOffice — Phillips said he couldn't comment on any product line — and on Sun's work in high-performance computing. Screven made it pretty clear the Sun vision of cloud computing does not fit with Oracle's; Oracle sees itself as a provider of infrastructure like virtualization to make clouds, not a provider of hosted services. As for who's staying and who's getting cut at Sun: Phillips said Oracle needs Sun, but warned 'tough decisions' will be coming. Don't forget, this is the company that couriered pink slips to the PeopleSoft staff it cut following that acquisition."

65 of 207 comments (clear)

  1. Here's praying... by Anonymous Coward · · Score: 4, Insightful

    ...that they don't decide to GPL Solaris. Really don't want to see my favorite OS pulled apart and canibalized to fuel the growing Linux hegemony. Let's keep some diversity and competition in the Unix market!

    1. Re:Here's praying... by CookieOfFortune · · Score: 3, Funny

      I like that term... Linux hegemony. :D

    2. Re:Here's praying... by Anonymous Coward · · Score: 5, Funny

      Ha ha! It must infuriate you to know that we're going to gut your OS and leave it for dead! Onwards to Solaris my brethren, we have an operating system to pillage and a user base to rape!

    3. Re:Here's praying... by eln · · Score: 5, Funny

      and a user base to rape!

      Dude, have you SEEN the user base? Not even with someone else's dick.

    4. Re:Here's praying... by Anonymous Coward · · Score: 5, Informative

      I'm a sysadmin for a government contractor and we support many Linux distributions and some real Unix, but most commonly deploy RHEL boxes. My experience with RHEL has been lackluster: yum is retarded, the package selection is silly (Debian does much better at this), software compatibility between versions is awful, and its init scripts and management tools are ridiculous.

      Solaris offers solutions to a lot of these problems. The solaris systems management agent is well-designed and extremely helpful; there is nothing like this in the "enterprise" linux distributions I've seen. The solaris package management tool is simple and effective. The solaris backwards compatibility guarantee is invaluable, and the kernel contract system gives me a superior way to make sure essential services stay up. And these are smaller features.

      Add to the above a superior IP stack, ZFS, zones (I have customized Xen and deployed it in a production environment and it's great, but doesn't replace zones), dtrace, etc., and you have a truly enterprise OS. No current Linux distro offers this. I'm sad to think that the great project that is Opensolaris might be canned.

    5. Re:Here's praying... by ThePhilips · · Score: 3, Insightful

      That would be really bad (and is very unlikely event).

      Solaris 10 is pretty much last commercial Unix which does suck but only moderately. Because only alternatives are HP-UX (dead man crawling) and AIX (IBM Global Services' private toy).

      [ OK, AIX too does suck only moderately, but it's just IBM is active in relatively few markets/regions (what/how they sell/support depends on region). You can buy it, but you will not get much support from them. ]

      Many companies have strategic partnership with Sun solely for its ability to provide stable, well integrated with the hardware Unix.

      P.S. Though, honestly, more and more companies which had enough intelligence in past to have good relationship with Sun, also used that intelligence other way around and evaluated/deployed Linux already long time ago - everywhere where it was feasible.

      --
      All hope abandon ye who enter here.
    6. Re:Here's praying... by DaleGlass · · Score: 2, Insightful

      It doesn't matter what license dtrace is under.

      dtrace exposes Solaris kernel internals. Porting that to Linux even if the license was compatible would be very non-trivial.

      BSD and Solaris at least have a common ancestry, while Linux isn't related to anything else.

    7. Re:Here's praying... by rackserverdeals · · Score: 2, Informative

      ZFS on Fuse is not production ready.

      Btrfs came from oracle and I think they're still the largest contributor.

      Now Oracle will hve ZFS on an operating system they have a large financial interest in (most oracle deployments are still on solaris/sparc according to ellison) and now they own it.

      I'ts going to be interesting to see what Oracle does. They could possibly use ZFS to get btrfs further along, but it's beneficial to their bottom line to keep some goodies all to Solaris.

      --
      Dual Opteron < $600
    8. Re:Here's praying... by Tanktalus · · Score: 3, Funny

      Where's all my cool Linux stuff on Solaris, though?

      I'm sure you could just compile cygwin ... :-P

    9. Re:Here's praying... by diegocgteleline.es · · Score: 2, Informative

      Porting dtrace would be useless, Linux has pretty much catched up in that front - the only piece missing is the merge of utrace in the main kernel. In distros like Fedora, which include utrace, you already can use systemtap to probe both the kernel and userspace without problems (sure, it lacks the "final polish" of dtrace, but all the hard has been done)

    10. Re:Here's praying... by kybred · · Score: 5, Funny

      ... to pillage and a user base to rape!

      Always rape BEFORE you pillage (and burn)!

    11. Re:Here's praying... by afabbro · · Score: 2, Informative

      BSD and Solaris at least have a common ancestry, while Linux isn't related to anything else.

      No, they don't. SunOS was BSD-based. Solaris is based on Sys V AT&T Unix. Solaris couldn't be further from BSD.

      --
      Advice: on VPS providers
    12. Re:Here's praying... by slamb · · Score: 2, Informative

      I'm looking around a bit, and this LWN article on utrace [lwn.net] doesn't make it clear to me what actual functionality exists today.

      Ahh, the SystemtapdtraceComparison answered my question: systemtap can do nothing.

      Systemtap lacks the following features dtrace has:

      • trace user-space stack backtraces
      • statically inserted probe points, user side
      • trace Java programs
      • trace Java stack backtraces
      • statically inserted probe points, Java
      • trace script language programs (specifically Ruby, JavaScript, Perl, Python, PHP, APL, Bourne shell, ksh, zsh, Tcl)

      DTrace has had most of these features since at least 2005, and SystemTap still doesn't have them in 2009. People who say SystemTap is equivalent to DTrace are just disconnected from reality.

    13. Re:Here's praying... by p1r4t3 · · Score: 2, Informative

      You can also add the fact that Solaris has better threading support for SMP and CMT. I mean Sun's T5440 shows 512 CPUs when you pull the stats due to the way it threats. And the new Rock chip will have out of order processing for better thread times.

    14. Re:Here's praying... by NotBornYesterday · · Score: 2, Informative

      Zones != VMware / xen.

      VMware and Xen run separate instances of OSes. Zones isolate virtual servers within a single OS instance. The requirements (especially memory) for zones tend to be significantly less than for hypervisors.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
  2. Re:Plug the damn leaks already by rilles · · Score: 2

    mySQL == OracleLite ? people will get fed up with it and want the 'real' version?

  3. Sell OpenOffice to IBM by markdowling · · Score: 5, Interesting

    Now that Lotus have integrated OpenOffice into Notes 8 Standard and are also pushing Symphony, they are the ones with the incentive to ensure the OO momentum is maintained (not to mention ODF).

  4. Uh Cloud? by rackserverdeals · · Score: 5, Insightful

    Screven made it pretty clear the Sun vision of cloud computing does not fit with Oracle's; Oracle sees itself as a provider of infrastructure like virtualization to make clouds, not a provider of hosted services.

    Uhm... That's one of the things Sun is doing with cloud computing that I don't think others are.

    All the cloud stuff is, is virtualization and infrastructure. Jonathan Schwartz himself has said that if you're not comfortable putting your stuff on a public cloud they'll bring the cloud to you.

    They've been doing cool stuff with their virtualization and provisioning systems.

    --
    Dual Opteron < $600
    1. Re:Uh Cloud? by Twillerror · · Score: 4, Insightful

      Yes, exactly. I wish more people would speak to this side of "cloud" computing.

      What we want is two have redundant "pools" of server and applications. Those pools usually run at 2 or more data centers.

      We pull the plug on one data center and clients of those servers and application automatically switch. We have more apps, need more servers for a cluster, or more space we just add on to the thing in a fairly automated fashion.

      I'd like this at the intranet level. We have lots of various legacy and web based apps that I want to be able to run in 2 datacenters.

      When the system fails our internal network in conjunction with the "cloud" software will switch so one of the clouds takes over the same IPs.

      Putting servers in public clouds is for startup web applications, the scientific community, some niche apps(like using Amazon s3 for clusterable storage) and maybe small businesses. No way in heck we are putting our emails and our documents up on someone else servers. Being a public company I don't even think we could with all the SOX crap.

    2. Re:Uh Cloud? by rackserverdeals · · Score: 3, Interesting

      I think that's the direction sun want's to go with their private cloud stuff. It was called N1 but I'm not sure what's it's called now.

      As a large public company, you may not be able to put everything in the cloud like you said, but some stuff you could.

      Imagine your public website gets a predictable amount of traffic but every other press release brings a huge spike in traffic, so you have built out your system to handle the peak times so your hardware mostly sits idle.

      You could have your own cloud provision spares, but since it's not sensitive data, you can provision computing power from public clouds, like amazon ec2 and just pay for what you need.

      OK, maybe not the best scenario but I wanted an excuse to post this link to this Sun HPC software demo that shows Grid Engine sending jobs to private servers, then going to private spares, then pulling in Amazon EC2 instances to handle the load.

      --
      Dual Opteron < $600
  5. remember, sun != peoplesoft by damn_registrars · · Score: 5, Interesting

    In the case of Sun, you have a company that makes (some) useful and reliable products. In the case of peoplesoft, you have a company that makes an obscenely bloated, broken, overpriced software package that has caused havoc and pain across the continent. Peoplesoft was the most similar thing to Microsoft available for takeover for less money than the contents of Fort Knox, and Sun did to them what so many of us would love to do to Microsoft.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:remember, sun != peoplesoft by Migala77 · · Score: 3, Funny

      In the case of Oracle, you have a company that makes an obscenely bloated, broken, overpriced software package that has caused havoc and pain across the continent.

      Fixed that for ya

    2. Re:remember, sun != peoplesoft by Red+Flayer · · Score: 3, Interesting
      Peoplesoft was the most similar thing to Microsoft available for takeover for less money than the contents of Fort Knox, and Sun did to them what so many of us would love to do to Microsoft.

      Just so you know... Sun did nothing to PS. It was Oracle who bought PS and canned the staff (just as they've done for many acquisitions).

      FWIW, it's now several years later, and the "PeopleCode" (seriously, that's what they called it at Peoplesoft) is just as borked as ever... the JDEdwards/PS integration is no closer... I think Oracle's strategy is to move PS clients over to Oracle Apps and drop PS.

      Now if only they can unbork Oracle Apps...

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    3. Re:remember, sun != peoplesoft by twidarkling · · Score: 2, Informative

      an obscenely bloated, broken, overpriced software package that has caused havoc and pain across the continent.

      Hey! My company uses Peoplesoft software! I'm... I'm...

      Yeah, you're right. God forbid anything goes off the rails here. The only way to fix it is pretend nothing went wrong, and then fake the next thing to compensate.

      --
      Canada: The US's more awesome sibling.
    4. Re:remember, sun != peoplesoft by VGPowerlord · · Score: 2, Funny

      In the case of Oracle, you have a company that makes an obscenely bloated, broken, overpriced software package that is causing havoc and pain around the world.

      Fixed that for ya

      Fixed again!

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    5. Re:remember, sun != peoplesoft by MouseR · · Score: 5, Interesting

      Many PeopleSoft employees moved into our Montreal office.

      As someone whose been through an Oracle acquisition, I can say that Oracle actually handles that nicely. It's a bit of a culture clash, coming from a small vertical market company, but they dont savagely trash acquisition content.

      They do get rid of non-essential personnel but they give you a chance to move on to current products, and they not only support acquired products for many years, they also keep staff around to make sure these products aren't just backed by paperwork and a web page.

    6. Re:remember, sun != peoplesoft by ChunderDownunder · · Score: 2, Interesting

      Agreed.

      I worked with Oracle recently. There were several former JD Edwards staff around, from a previous acquisition. They were kept to support JDE 'legacy' but also given training to cross-skill on other Oracle offerings.

      So the immediate response to the acquisition of Oracle should not be to panic. Oracle may eventually ditch some offerings aren't going to make them money (javafx, Sun's speculative gamble, springs to mind) while others will be fused into Oracle's flagship offerings (e.g. weblogic replacing oc4j)

      In the case of some of Sun's tech, they're open source and the value is in supporting those products, not the IP. In the case of MySQL, the horse had probably bolted already given the community forks. Still if Sun were making money off consulting, Oracle could do likewise in the same way they rebranded Fedora. In which case those same MySQL --> Sun --> Oracle staff might still find themselves in work as long as the work turned a profit. Bottom line, Oracle would prefer business not to be lost to competitors.

  6. Why Hedge on Open Office? by reSonans · · Score: 3, Interesting

    So, Oracle admits they 'need' MySQL, which may or may not complement their core business, but then ducks a question on the future of OpenOffice, saying they can't comment on any product line. Isn't MySQL a product line, too? Why comment on the future of one and not the other? Sun employees, start twisting in the wind...

    --
    Light the blue touch-paper and retire immediately.
  7. How It Went Down by sexconker · · Score: 4, Insightful

    "OMG I work in . will I get laid off?"

    "No no, no one will be laid off. All of Sun is important to us."

    2 months from now when everyone from Sun will be ancient history.

    --Wanted to link that pic of the Iraq guy at the press conference, obviously lying, with his hands in a "simmer down" gesture, but I can't find it. Maybe it wasn't Iraq. I dunno. Someone find it.

    1. Re:How It Went Down by Anonymous Coward · · Score: 3, Funny

      Wanted to link that pic of the Iraq guy at the press conference, obviously lying, with his hands in a "simmer down" gesture, but I can't find it. Maybe it wasn't Iraq. I dunno. Someone find it.

      Methinks you are a bit unclear on how this whole Internet thing works.

    2. Re:How It Went Down by fm6 · · Score: 2, Insightful

      Oh please. Sure they'll lay off a lot of people (I suspect most of sales and marketing is toast) but they're not going to spend $5 billion on a bunch of product lines only to fire all the people who create and maintain them. Some products will probably die, but not most of them.

    3. Re:How It Went Down by lgw · · Score: 3, Insightful

      they're not going to spend $5 billion on a bunch of product lines only to fire all the people who create and maintain them.

      They spent $10 billion on a bunch of product lines, only to fire everybody when the bought PeopleSoft. Based on Oracle's history, there's no reason to think they wouldn't fire every single current Sun employee.

      Your counter-argument seems to be "but, but, that would be stupid of them!". Well, yeah, this is Oracle we're talking about here. Have you ever tried to install Oracle?

      --
      Socialism: a lie told by totalitarians and believed by fools.
    4. Re:How It Went Down by Clandestine_Blaze · · Score: 5, Informative

      Disclaimer: Oracle employee

      No, they didn't fire everybody. There were layoffs, but there were also many PeopleSoft employees that became Oracle employees. The current client engagement that I am on has two such people.

      Maybe you meant "they fired a bunch of people", which is inevitable with any merger or takeover. But they didn't fire EVERYONE.

    5. Re:How It Went Down by diegocgteleline.es · · Score: 2, Interesting

      Peoplesoft was competing with Oracle and oracle killed it to get rid of them, sun in the other hand was not competing with oracle - except for mysql, but why would them waste 7000 millions to get rid of mysql? In fact, sun as a company was dying. So this seems a completely different move. Either they were interested on not letting IBM/HP get bigger, or they are really interested in Sun. I think that both options are possible

    6. Re:How It Went Down by fm6 · · Score: 3, Informative

      They laid off a lot of people. They never laid off everybody. In fact, they've actually laid off a lot fewer people than you expect. Several times they've acquired companies that were basically competition, and everybody predicted they'd just fold them up, fire everybody, and move all the customer to Oracle products. But they haven't done it. Didn't do it with PeopleSoft. Didn't do it with RDB.

      Also, they were dumb enough to buy Sun in the first place.

      Right. They're only the second-largest software vendor on the planet. They couldn't possibly walk and chew gum at the same time. I'm sure Larry just told his underlings, "Hey, we have too much cash, and I'm bored. Take $7 billion, buy Sun, then fire everybody."

      BTW, have you every managed anything more complicated than a beer run? I suspect not.

    7. Re:How It Went Down by Clandestine_Blaze · · Score: 4, Insightful

      So you must concur that its fucking hell to install?

      How am I supposed to refute an individual's anecdote? If you find something difficult, how do I deny your experience? As with the installation of any software that requires post-install tailoring to fit your business needs, YMMV.

  8. Re:Plug the damn leaks already by rackserverdeals · · Score: 5, Insightful

    Phillips said MySQL has reach in "incremental markets" such as start-ups that Oracle can't get to on its own.

    Basically, there is a customer out there that won't buy your product because it's too expensive for example. Instead of losing them to a competitor, you get them to use another product of yours, for free or hopefully with a service contract. Either way, they haven't gone to a competitor.

    Your not making the money you would have made had you sold your flagship product, but you weren't going to make that anyway. Might as well get something, with the potential for more later, than turn them away.

    --
    Dual Opteron < $600
  9. No talk about Solaris by parryFromIndia · · Score: 3, Insightful

    I find it odd that no one asked any questions about the future of Solaris - although there was a round-about question on x86 which resulted in an somewhat positive answer for SPARC. Oracle seems to be keeping SPARC and thus Solaris alive. (There isn't another OS running SPARC that is in widespread use after all.) This also makes me wonder if Oracle product support for Solaris x86 is going to improve now. This also seems to suggest that Oracle may not be selling Sun's hardware business to HP per the original plan. The idea sounded very interesting - HP would then become the most diversified hardware company selling x86, Itanium and SPARC hardware.

    1. Re:No talk about Solaris by rackserverdeals · · Score: 5, Interesting

      The day the sale was announced Sun/Oracle had a conference call where Larry Ellison said two of the main reasons they were buying Sun were Solaris and Java. Solaris was the best Unix technology out there he said.

      Selling the hardware business to HP was part of a different deal in the bast where Oracle and HP were going to buy different parts of Sun but IBM blocked it according to the article.

      Nothing in the recent sale, other than some bloggers speculation, indicates they will be selling off the hardware units.

      --
      Dual Opteron < $600
  10. "...helped develop the Linux kernel..." by Browzer · · Score: 3, Informative

    Sounds like what a typical politician or an administrator would say.

    Nonetheless, here are "Oracle's Technical Contributions to Linux" [contributions sounds so much better than develop]

    http://www.oracle.com/technologies/linux/linux-tech-leadership-contributions.html

    and a link to Oracle's "Free and Open Source Software" http://oss.oracle.com/

    looks extensive

  11. Linux is GPLv2 only! by Xtifr · · Score: 2, Insightful

    If they released it under the GPLv3, it still couldn't be cannibalized for Linux (which perversely insisted on staying with v2, which they'll now be stuck with forever), and could immediately become the FSF's OS of choice. Which would be pretty cool, IMO. GNU/Solaris would be a much better system, I think, than anything else out there currently including both GNU/Linux and Solaris. (GNU coreutils, among other things, kick ass on anything else out there.) Heck, I think it would probably edge out the still-unreleased-but-nearly-finished GNU/BSD, and that's been as close to my dream system as anyone's come up with for quite some time.

    The flip side argument, though, is: who cares if it's "cannibalized" for something else, e.g. Linux. It's still there, right? Just like the BSDers point out that proprietary derivatives of their software don't affect them at all, since the free versions are still there, unchanged. Anyway, porting kernel code between Solaris and Linux, like porting between BSD and Linux, isn't going to be that easy in the first place; license incompatibility will mostly mean that the final 10% of whatever component you might have in mind (ZFS is probably a good example) will have to be rewritten, and not just the first 90%. :)

    1. Re:Linux is GPLv2 only! by rackserverdeals · · Score: 2, Informative

      Have you looked into Nexenta. Solaris Kernel with a userland more familiar to Linux users. I've heard people refer to it as the Ubuntu of Solaris.

      OpenSolaris Nevada (the distro from Sun) led by Ian Murdock (the Ian in Debian), is supposed to be more gnu-y too.

      --
      Dual Opteron < $600
    2. Re:Linux is GPLv2 only! by Philip+K+Dickhead · · Score: 2, Interesting

      PORT to HURD! C'mon! I have GNUsletters that were MAILED to me in '89, promising the GNU OS! They had STAMPS on them! I could order TAPES of the EMACS sources from them!

      --
      "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
  12. Summary by Locke2005 · · Score: 4, Funny

    Sun Employees: What is our status when Oracle takes over?

    Oracle President: See Figure 1

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  13. Open Source NeWS! by argent · · Score: 2, Insightful

    Best thing Sun ever did, and they killed it rather than letting it grow.

    1. Re:Open Source NeWS! by fm6 · · Score: 5, Insightful

      What were they supposed to do with NeWS, continue developing it while the rest of the Unix community used X11? If they had, Sun's workstation business would have died about a decade earlier than it did.

  14. Switching to Postgres by ColeonyxOnline · · Score: 5, Interesting

    I talked to my manager today, he said we were going to use Postgres instead of MySQL for out next web project.

    In his opinion, the latest stable release had poor support for stored procedures and now this acquisition puts further development into question. He wants to move everything out of MySQL at some point.

    Since I have never used Postgres before, I couldn't comment on anything, but from my perspective, MySQL had been moving forward with their database. Even if the stored procedures were not on par with the other DB's out there, they would mature in time.

    I was ready to speak up, until I thought about MySQL passing hands for the second time, talks about forks, and finally the developers leaving the company. All those things cannot be good short term, and long term will depend a lot on the parent company.

    So for the time being, I think my manager is correct and I did not protest his decision.

    1. Re:Switching to Postgres by crazybit · · Score: 3, Informative

      With PostgreSQL you can write stored procedures in different languages, and they will run as fast as if the function was run from a shell script.

      http://www.postgresql.org/docs/8.0/interactive/xplang.html -- There's more info

      --
      - Human knowledge belongs to the world
    2. Re:Switching to Postgres by h4rm0ny · · Score: 2


      You'll find a lot of pro-PostgreSQL posts in my history, it's very good and I think if you go into it prepared to learn you'll like it too. But I'm not an idiot and throwing away a lot of in-house expertise on MySQL requires some real justification. MySQL has indeed come on a lot since the old days. Unless you really need the more sophisticated features that MySQL doesn't provide (or provides badly), it's usually a good basis for things. There are long-term risks with MySQL - it is already starting to fork (a little), but again, unless you're quite sophisticated users of it, I doubt this will become an issue for you for a long time yet.

      But still, you sound like someone who considers things from all sides, so maybe you'll find you like PostgreSQL anyway.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    3. Re:Switching to Postgres by CALI-BANG · · Score: 2, Informative

      i think it's shortsighted idea from your boss if the reason alone were based on this.

      remember that there are quite few forks on this etc. percona and others.

      if you're familiar with mysql .. why not try exporting the data from sun mysql and try to load it up on percona's mysql or monty's mysql and see how it works.

      if you're already familiar on administering mysql( and quite good at it ) -- that alone sometimes is worth not to switch.

  15. Re:Plug the damn leaks already by lgw · · Score: 2, Interesting

    I thought that most commercial MySQL installs used InnoDB (owned by Oracle) as the back-end anyhow. Does owning the free front end wrapper to InnoDB change anything?

    --
    Socialism: a lie told by totalitarians and believed by fools.
  16. Re:No One Takes The Viral GPL Seriously Anymore by RiotingPacifist · · Score: 3, Insightful

    I think the problem with open source office suits is an office suite dosen't get anybody laid, so there is little enthusiasm from people not paid to do it. If you want to use an MS clone the Openoffice is fine, but there is never going to be any innovation unless it comes from another company, so the best hope is to open up the development and get all the companies on board with something, but given its slowness and dependance on java i don't think even that will result in a good product, its best for it to die and novell,linux foundation,red hat, etc, to put their effort into gnumeric,abiword,etc, (maybe rip out the good parts of openoffice and put them in libraries).

    --
    IranAir Flight 655 never forget!
  17. Re:Plug the damn leaks already by h4rm0ny · · Score: 2, Insightful


    MySQL and Oracle (the database, not the company) aren't competitors. MySQL serves people who want cheap / free systems that are fast enough, but fairly simple. Oracle serves people who need real heavy-hitting solutions. What Oracle should be doing is using MySQL to keep customers away from PostgreSQL which also has the cheapness of MySQL but can meet a lot more (though not all) of Oracle's greater sophistication than MySQL.

    --

    Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
  18. Sun and Oracle: End of a beautiful dream by Cow_woC · · Score: 2, Interesting

    http://www.theregister.co.uk/2009/04/21/oracle_sun_open_source/

    Read every word of it. It's sad but true. I hope that Google finds a way to buy Java off Oracle.

  19. Re:No One Takes The Viral GPL Seriously Anymore by Tiger4 · · Score: 3, Informative

    You guys are talking past each other. But in essence that is how MySQL is set up. They will license you a proprietary source copy, or you can use the Open Source one under a differing set of terms. Of course the packages themselves are somewhat different too.

    --
    Behold, this dreamer cometh. Come now, and let us slay him... and we shall see what will become of his dreams.
  20. The destruction of a beautiful company by giuffsalvo · · Score: 3, Insightful

    I'm literally hating myself, for having refused a job offer by Sun 1 year and half ago, because of personal (but not very serious) reasons...Now I'll never have the opportunity to work in a company so academic and transparent...

    1. Re:The destruction of a beautiful company by Anonymous Coward · · Score: 3, Interesting

      As someone whose first job out of college was as a programmer at Sun, I can honestly say I will never again work for such an academic, transparent company, and that's sad.

      I'm not hating myself for it. It's more like the feeling you get when you think back on a time in your life that you know will never come again. It makes you wish you had appreciated it more at the time, because when it's over, it's over forever. Perhaps a bit too romantic and sentimental, but that's just how I feel about the whole Oracle-Sun deal. There really isn't another company quite like Sun, and I mean that in the best way.

      Some people laugh at Sun due to its poor business performance, but it really has contributed more to the industry than any other company out there today.

  21. Re:Sun Directory, Messaging Server, OpenSSO, etc. by bunratty · · Score: 4, Interesting

    and Sun Grid Engine, VirtualBox, ...

    --
    What a fool believes, he sees, no wise man has the power to reason away.
  22. Re:Plug the damn leaks already by IntlHarvester · · Score: 3, Insightful

    I don't see it that way. The main benefit of adding a "MySQL" mode to Oracle is because MySQL's datatypes are non-standard and applications are likely to contain MySQL-specific DB portability bugs.

    Nobody's going to buy Oracle and then start coding MySQLisms. If someone wants DB-portability, the techniques are already well known.

    --
    Business. Numbers. Money. People. Computer World.
  23. I give the Sun hardware division 4 years by chiph · · Score: 3, Insightful

    before Oracle closes it because of low margins.

    Nevermind the obvious synergies and benefits you get from controlling the entire stack -- from CPU to system software to applications. See: APPLE

    Chip H.

  24. systemtap? by rdeleonp · · Score: 2

    Porting dtrace would be useless, Linux has pretty much catched up in that front - the only piece missing is the merge of utrace in the main kernel. In distros like Fedora, which include utrace, you already can use systemtap to probe both the kernel and userspace without problems (sure, it lacks the "final polish" of dtrace, but all the hard has been done)

    Please... an attempt to copy dtrace, and not a very good one at that.

  25. The big question by Nicopa · · Score: 2, Interesting

    The big question is if Oracle will keep being Oracle. This company has swallowed something bigger than him. Oracle might be more firmly sat on top of a revenue generator product, but Sun is a much larger operation, involving a dektop presence pretention, mobile, high end hardware design, high end software (Solaris), etc. (That's a reason IBM was a less conflicting buyer for Sun). In turn, Oracle sells a databse, and some enterprise programming tools, they have a much narrower scope (even the name implies this focus).

    Perhaps, Oracle should rename themselves to Sun, and just sell a database called Oracle. =)

    1. Re:The big question by wbren · · Score: 4, Informative

      Oracle is much larger than Sun in virtually every way, and is much more than just a database company. Anyone who thinks Oracle is only about databases hasn't done their homework.

      Furthermore, Oracle buying Sun makes much more sense than IBM buying Sun. Oracle wants to offer the full package to their customers--from servers and storage, to middleware and database software. IBM already has most (if not all) of those bases covered, so their would have been a significant amount of overlap. The parts of Sun that survive the acquisition will turn Oracle into a force to be reckoned with, for better or worse.

      --
      -William Brendel
  26. Re:No One Takes The Viral GPL Seriously Anymore by try_anything · · Score: 4, Funny

    Dude, even married people dream of getting laid someday.

  27. Re:Sun Directory, Messaging Server, OpenSSO, etc. by rvr777 · · Score: 2, Insightful

    VirtualBox is one of the best free (and open-source) virtualization app, but they already have Oracle VM that is based on Xen. That turns VirtualBox in another product wich fate we don't know...