Slashdot Mirror


Oracle To Invest In Sun Hardware, Cut Sun Staff

An anonymous reader writes "There's been much speculation as to what Oracle plans to do with Sun once the all-but-certain acquisition is complete. According to separate reports on InfoWorld, Oracle has disclosed plans to continue investing in Sun's multithreaded UltraSparc T family of processors, which are used in its Niagara servers, and the M series server family, based on the Sparc64 processors developed by Fujitsu. However, Larry Ellison has reportedly said that once the Sun acquisition is complete, Oracle will hire 2,000 new employees — more people than it expects to cut from the Sun workforce. Oracle will present its plans for Sun to the public Wednesday."

135 comments

  1. What about the software? by Anonymous Coward · · Score: 3, Interesting

    What about all of Sun's software? Solaris? Java? NetBeans? Their C, C++ and FORTRAN compilers? OpenOffice.org?

    1. Re:What about the software? by five18pm · · Score: 3, Informative

      Solaris, Java, NetBeans, OpenOffice.org, everything is staying according to Thomas Kurian and Ed Screven. Only thing I didn't hear about was OpenSolaris. There is also going to be an Oracle Cloud Office, online docs like Google Docs.

    2. Re:What about the software? by PCM2 · · Score: 4, Informative

      All of it was mentioned, with the exception of the C, C++, and Fortran compilers.

      • I don't remember specific plans for Solaris, other than that it will be the OS running a lot of the Oracle appliances they're talking about.
      • Various Java news. Integrating HotSpot with JRocket. Unifying the programming models/API for Java SE and Java ME. Java SE 7 will include support for multi-core and better support for multiple [non-Java] languages.
      • Netbeans goes forward as a "lightweight" dev environment, while JDeveloper is the "strategic" platform. Netbeans will get improved support for scripting, dynamic languages, and mobile.
      • OpenOffice.org will continue as a separate business unit. As with everything, Oracle is bragging that it plans to boost investment in it. They mentioned an Oracle Cloud Office based on OpenOffice.org, which aims to offer the same experience on the desktop, Web, and mobile (as Microsoft is talking about with Office 2010).

      Maybe someone else can fill in more details.

      --
      Breakfast served all day!
    3. Re:What about the software? by serviscope_minor · · Score: 1

      Is their C/C++/FORTRAN compiler (I assume they all use the same optimization backend) any good in terms of optimization? Does it beat GCC in any significant way?

      --
      SJW n. One who posts facts.
    4. Re:What about the software? by Anonymous Coward · · Score: 0

      What about all of Sun's software? Solaris? Java? NetBeans? Their C, C++ and FORTRAN compilers? OpenOffice.org?

      MySQL?

    5. Re:What about the software? by hjf · · Score: 1

      A couple of years ago it was still the default compiler in OpenSolaris. But I think it had to do with compatibility, because you couldn't compile Solaris with GNU tools.

      Since then a lot of code has been patched to be compatible with GCC (or more precisely, the whole GNU toolkit. Oracle's Makefiles weren't compatible with GNU's make, for example). I think they still recomended the use of Sun's compiler for this. Also it was a pain to have Sun software compiled against Sun libraries and GNU software compiled against GNU libraries...

      In terms of performance, my guess would be that in SPARC you would have some sort of performance gain (getting the compiler from the guys that make the chip is a big advantage, then again SPARC is Open Source too, you can get the HDL sources for the UltraSPARC T2 IIRC). I doubt that you will see a big difference in x86/x64 as so many people is involved with them.

    6. Re:What about the software? by PCM2 · · Score: 2, Interesting

      Ellison re-iterated that it is not competitive, but complementary with Oracle. They plan to increase investment in the business. No specific announcements about development direction or how Oracle plans to package it (no mention of an "Unbreakable MySQL," for example).

      --
      Breakfast served all day!
    7. Re:What about the software? by Anonymous Coward · · Score: 0

      Netbeans is going to stay... as the LIGHTWEIGHT development environment... Muhahahahahahahahaha

    8. Re:What about the software? by Anonymous Coward · · Score: 2, Interesting

      http://blogs.sun.com/BestPerf/entry/free_compiler_wins_nehalem_race

    9. Re:What about the software? by Anonymous Coward · · Score: 1, Interesting

      Sorry, I have a very difficult time considering MySQL to be Sun-caliber software.

      Frankly, that acquisition has already gone down in history as one of the biggest tech industry blunders of all time. Sun gave up a lot of money, and in return got a completely shitty product. I mean, MySQL isn't just a bad database system. It goes out of its way to be fucking stupid whenever it can. The mere fact that MyISAM doesn't support transactions and foreign key constraints makes it a complete joke. Even SQLite now supports both of those!

      Sun could have done much better for themselves, and for their customers, had they invested even just a small fraction of that money into the development of PostgreSQL. Unlike MySQL, PostgreSQL is the type of professional database system that would have fit in really well with their Solaris and Java offerings.

      Regardless of what Oracle says now, I hope they kill off MySQL as quickly as possible. MySQL is a disease, and needs to be eliminated. It is responsible for more corrupt and lost data than basically anything else in history. And it's something that Oracle doesn't need associated with them, given that Oracle's database products are basically the complete opposite of MySQL in every way.

    10. Re:What about the software? by ChristTrekker · · Score: 1

      I use gccfss and it's great. Handles GNU-ish code, and yields highly-optimized binaries. Unfortunately (for me), the last available version for Sol9 has a nasty bug in it that the team has no intention of fixing.

    11. Re:What about the software? by TheRaven64 · · Score: 4, Interesting

      The most interesting thing about that was that the 'auto parallelization' code used 8 cores to get slightly more than 50% more performance than it got with one core. To be honest, I'm a bit surprised that it got any benefit. It's parallelizing loops which can only be done if the compiler can prove that there are no dependencies between loops (which means that it must be able to see all of the code that executes in the loop, including the bodies of called functions) and it will often result in slowdown because subsequent loop iterations will use data in the same cache line, so you get a lot of churn.

      Compiler performance is very important on the newer UltraSPARCs, like the T1 and T2, because they do not do out-of-order execution. That means that data dependencies between instructions can cause pipeline stalls (which, hopefully, won't be a problem because you've got another thread or seven waiting to run). The compiler needs to know the length of the pipeline and design the instruction stream with this in mind. It also needs to do things like space floating point operations for the T1, which has a much larger floating point latency than most other chips. Moving data between the floating point unit and an integer register (e.g. branch on a comparison between floating point values) takes several cycles, so it needs to be aware of this and shuffle the instructions accordingly.

      --
      I am TheRaven on Soylent News
    12. Re:What about the software? by shutdown+-p+now · · Score: 1

      Netbeans goes forward as a "lightweight" dev environment, while JDeveloper is the "strategic" platform.

      I don't like the sound of this. It kinda implies that they're going to cut out all J2EE-related features out of NetBeans. And what about Glassfish?

    13. Re:What about the software? by David+Gerard · · Score: 1

      I can't see Ellison resisting the opportunity to really fuck Microsoft over with OOo.

      --
      http://rocknerd.co.uk
    14. Re:What about the software? by David+Gerard · · Score: 2, Interesting

      The killer app for the Niagaras is Java, lots of Java. That's CPU-hungry but of course you can run a separate Java app (in the JVM) on each of your 96 threads. Makes a Niagara server well worth the money in our experience.

      --
      http://rocknerd.co.uk
    15. Re:What about the software? by petermgreen · · Score: 1

      I bet we will see some kind of upsizing soloution to make it easy for mysql users who have outgrown mysql to migrate to oracle.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    16. Re:What about the software? by petermgreen · · Score: 1

      Regardless of what Oracle says now, I hope they kill off MySQL as quickly as possible. MySQL is a disease, and needs to be eliminated. It is responsible for more corrupt and lost data than basically anything else in history. And it's something that Oracle doesn't need associated with them, given that Oracle's database products are basically the complete opposite of MySQL in every way.
      OTOH if oracle kills mysql they risk driving people to postgresql. From what I have heard postgresql is far more of a threat to the likes of oracle than mysql is.

      If I was in oracles position i'd keep mysql on lifesupport while trying to make migration from mysql to oracle as easy as possible for those who outgrew it.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    17. Re:What about the software? by TheRaven64 · · Score: 1

      You don't need a separate VM on each thread. Java encourages you to use lots of threads. It has accurate GC, which means that it can track which threads have references to which locks, so the VM can remove locks when all of the threads that reference them are on the same CPU, and even schedule them so threads that don't contend for the same lock will run. On top of that, a separate thread for the JIT, one or two for the GC, and you've got something that can quite happily use a lot of contexts.

      --
      I am TheRaven on Soylent News
    18. Re:What about the software? by Lally+Singh · · Score: 1

      Or (now) Oracle DB threads.

      --
      Care about electronic freedom? Consider donating to the EFF!
    19. Re:What about the software? by PCM2 · · Score: 0, Flamebait

      No, they didn't say anything about cutting things out of Netbeans. Just that they want to add more stuff.

      As far as JDeveloper being the "strategic" platform, it sounds like that has more to do with the efforts Oracle will take to package it as more of a turnkey platform. Kurian mentioned integrating Hudson with JDeveloper, for example. I don't think there will be anything stopping you from using Netbeans as your primary environment if you don't mind setting up some more stuff yourself. JDeveloper is supposed to be the preferred choice for large teams in enterprise environments.

      As for Glassfish, that, too, will continue to be developed. As with Netbeans, Oracle wants it to be a solid reference J2EE implementation, while WebLogic will be the "strategic" platform. The distinctions between those two products are wider than between Netbeans and JDeveloper, so I think it speaks for itself. Kurian specifically called out some of the nice features of Glassfish, and said that they plan to continue to support it as a "rapid development and deployment environment."

      --
      Breakfast served all day!
    20. Re:What about the software? by Rob+Riggs · · Score: 1

      My understanding is that Sun can no longer extend gccfss past GCC 4.3 because of the GCC license change.

      --
      the growth in cynicism and rebellion has not been without cause
    21. Re:What about the software? by ultranova · · Score: 1

      Java SE 7 will include support for multi-core and better support for multiple [non-Java] languages.

      How do you support multiple cores at user program level besides having threads, which Java already has?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    22. Re:What about the software? by PCM2 · · Score: 0, Flamebait

      Java threads don't necessarily scale to multiple processors. From what I understand, one of the particular areas of optimization is garbage collection. You might be able to write multithreaded Java applications like it's nothing, but if the JVM itself doesn't handle stuff like garbage collection gracefully, you stand to take a big performance hit.

      They really glossed over a lot of this stuff in today's presentation, though. The Java stuff was almost like reading off a list. Expect to hear a lot more in the months to come.

      --
      Breakfast served all day!
    23. Re:What about the software? by 7+digits · · Score: 1

      Uh ? What prevent you of using 96 separate C++ apps on each of your 96 threads ?

    24. Re:What about the software? by 7+digits · · Score: 1

      > The most interesting thing about that was that the 'auto parallelization' code used 8 cores to get slightly more than 50% more performance than it got with one core

      No, we don't know that as there was no benchmark of sun studio with as single core (if I read correctly). We don't know how much //ization gave to sun studio. We just know that "auto-8" core's sunstudio == 2* single core gcc.

    25. Re:What about the software? by David+Gerard · · Score: 1

      Nothing except writing them and learning how to do parallel programming without a nightmare of interacting bugs. Programmers appear on average not to be very good at this one.

      --
      http://rocknerd.co.uk
    26. Re:What about the software? by TheRaven64 · · Score: 1

      The 'Tie Another Hand Behind Studio's Back' section has benchmarks for Sun Studio without autoparallelisation. It scored 29.1, while with autoparallelisation it scored 45.0. That's an improvement of just over 50% going from using one core to using 8.

      --
      I am TheRaven on Soylent News
    27. Re:What about the software? by TheRaven64 · · Score: 1

      I think you misunderstand. It is no harder to write a C++ application that can have 96 instances running concurrently than a Java application that can have 96 instances running concurrently (other than the fact that writing anything nontrivial in a language as broken as C++ is a world of pain).

      Java is better suited to multithreading than C++, but not as well suited to multiple processes. Each Java app needs its own VM, which needs separate JIT and GC threads before you even start running the app, so running multiple VMs is a lot of overhead. C programs do not.

      Java, on the other hand, gets some benefits from multithreading that C does not, due to the different memory model. In Java, it is possible to tell exactly which objects are reachable from which threads. This means that you can dramatically reduce lock contention in Java code relative to C code.

      When a C program acquires a lock, it typically first uses an atomic test-and-set instruction (causing a pipeline flush). If this acquires the lock, it continues. If it does not, then it might try again a couple of times, then it makes a system call (expensive) telling the kernel to wake it up again when the lock is released. When the other thread releases the lock, it makes another system call to wake up the first thread.

      When a Java app reaches a lock, the VM already knows which cores the other threads that contain references to the locks are running on. It has a few options. It can rewrite the lock acquire code to just set a 'don't preempt this thread in favour of that one while the lock is held' flag. It can rewrite the other thread to sleep immediately when it reaches the lock. Or, if they are on different CPUs, then it can use atomic instructions to acquire the lock, but avoid the system call to release (just move the waiting threads off the VM's run queue and move them back later. This just requires a function call in the VM, which is much cheaper than a system call).

      --
      I am TheRaven on Soylent News
    28. Re:What about the software? by ChristTrekker · · Score: 1

      I'd be happy with 4.3.0, or maybe even 4.2.1...stuck at 4.2.0 now. The __ffssi2 bug bites me occasionally.

  2. What Kind of 'Hiring?' by mpapet · · Score: 3, Insightful

    Sounds to me like he'll axe the long-time Sun employees, instill an environment of fear-based fealty and then replace workers.

    I also wonder if this wasn't part quid-pro-quo for getting the merger approved.

    I see green shoots!

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
    1. Re:What Kind of 'Hiring?' by Red+Flayer · · Score: 1

      I also wonder if this wasn't part quid-pro-quo for getting the merger approved.

      Hruh? Please elaborate. Why would the EC hinge merger approval on replacing Sun employees with new engineers and sales force post merger completion? You really think 2000 jobs would be enough to sway the EC on the monopoly issue? You think all those jobs would be in Europe? Sales jobs would need to be market-location-specific. Engineering... there could be a case there.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    2. Re:What Kind of 'Hiring?' by Anonymous Coward · · Score: 5, Interesting

      As an Oracle employee, I can tell you "fear-based fealty" is not at all how Oracle works. They have a long history of acquisitions, and the strategy is always the same: Keep the best and brightest from the acquired company, and let everyone else go. Heck, they've bought entire companies before specifically so they could get their best engineers (virtual iron). They're practically obsessed with getting the best people, not the best bootlickers.

    3. Re:What Kind of 'Hiring?' by Anonymous Coward · · Score: 0

      It's not a merger. It's an acquisition.

    4. Re:What Kind of 'Hiring?' by Anonymous Coward · · Score: 0

      Yea, green. Like the green in McNeeley's and Schwartz's pockets. Hey there Scott, lets have a few more Microsoft jokes, they can't steal your customers any longer.

    5. Re:What Kind of 'Hiring?' by Red+Flayer · · Score: 1

      Red herring. Has nothing to do with the gist of my post.

      There's a reason why companies like Oracle have an M&A team... operationally, they are very similar.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    6. Re:What Kind of 'Hiring?' by lawpoop · · Score: 3, Insightful

      How do they go about determining who the best people in a company are?

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    7. Re:What Kind of 'Hiring?' by eclectus · · Score: 1

      Were you watching the same presentation I was? I'm a Sun employee, and I (and others in my office) liked what we saw, and wanted more. I can't speak for others, but I'm looking forward to being part of Oracle. He wants to hire MORE engineers, not get rid of talent. He wants to use the compete stack of hw/sw/apps to succeed and beat a certain 3 letter company that has been spewing the FUD.

      --
      This signature is a waste of 42 characters
    8. Re:What Kind of 'Hiring?' by Anonymous Coward · · Score: 2, Informative

      Mod parent up, despite what outsider's think, there is no fear-mongering in Oracle developers. In fact, I can (and have) spoken outspokenly to very senior managers without being "afraid" - they didn't agree to what I said, but there were no repercussions because I said it. Apologies for posting AC, but I like my privacy - and this is personal information.

    9. Re:What Kind of 'Hiring?' by Chappsterr · · Score: 1
      I work at a large exchange in Chicago.. We had about five Sun technicians who worked on our servers with any hardware issues. Great guys, all of them. Any issue we had, they'd almost guarantee to fix it. Then Sun let them go, and forced the software division to come out and work on our equipment. Now we have about 10 new guys, all software-side. They give us horrible support and have to call their helpdesk every ten minutes to fix any issue they haven't seen yet. It takes probably three times as long for any issue to fix itself nowadays.

      Thanks, Sun.

    10. Re:What Kind of 'Hiring?' by Anonymous Coward · · Score: 0

      Boots licked per minute (BLpM)

  3. Employee cuts by mu51c10rd · · Score: 4, Insightful

    However, Larry Ellison has reportedly said that once the Sun acquisition is complete, Oracle will hire 2,000 new employees — more people than it expects to cut from the Sun workforce.

    This is not right from the article. Oracle plans on hiring 2000 employees, but they plan on reducing Sun's headcount by more than that. Hope those Sun employees pick up jobs quick in this rough economy...

    From FTA:

    Ellison told The Wall Street Journal that Oracle plans to take on 2,000 new employees - but that it will reduce Sun's head count by a larger number.

    1. Re:Employee cuts by garyisabusyguy · · Score: 4, Insightful

      Hopefully Oracle will NOT hire the Sun server sales reps.

      They demanded that Sun push high end servers (with their high sales commissions) instead of x86-64 solutions and, IMHO, effectively killed the company

      --
      Wherever You Go, There You Are
    2. Re:Employee cuts by PCM2 · · Score: 0, Troll

      I think in this case the Journal is mistaken. Ellison just talked about this issue minutes ago, and he castigated the press for reports the Oracle plans to lay off "half Sun's workforce" (or similar). He says Oracle plans no such thing, and in fact he will be hiring 2,000 new employees, which will be more than it plans to lay off as a result of this acquisition.

      --
      Breakfast served all day!
    3. Re:Employee cuts by owlstead · · Score: 1

      You get that from fucking the article? Curious.

    4. Re:Employee cuts by dave562 · · Score: 1

      They demanded that Sun push high end servers (with their high sales commissions) instead of x86-64 solutions and, IMHO, effectively killed the company

      How much of their failure in the x86-64 solution has to do with the fact that they were going up against two entrenched players (HP and Dell)? I wasn't even aware that Sun offered low end servers until I read about it in the WSJ this morning.

    5. Re:Employee cuts by NotBornYesterday · · Score: 1

      I wish I could independently confirm that, but Oracle's "Careers" page requires IE. Doh!

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    6. Re:Employee cuts by Usagi_yo · · Score: 1
      What is better? An engineering driven company or a Sales team driven company? As much as I hate to admit it (as a systems engineer), the sales team force not only want to sell stuff that generates high sales commission, but they want to sell stuff that actually is in demand. Sun's sales force team was excellent in both knowledge and expertise.

      And

      High ticket items, mean higher profit margins to corporations too. While some do strike it rich with high volume short lived product, Post 1995 sun was not going to do that with Desktops based on near proprietary OS (Solaris) and very expensive and exclusive chip sets (sparc, ultra-sparc), nor could they compete at the X86 level with off the shelf engineering with companies like Gateway, Dell, HP, Compaq.

      Where they failed miserably was development expense and magnitude of increase of applicability of the high end servers. The San Diego team of High end server design that they acquired from SGI/Cray -- the guys that very expensive, but very much in demand E10k came from, never quite became part of core Sun Development, due to both distance and tribal tendencies from within Sun. Very much like, if you didn't work within 25 miles of corporate HQ or have a badge # below 300 -- you were not really part of the family, but a distant cousin or crazy Uncle/Aunt type.

    7. Re:Employee cuts by Anonymous Coward · · Score: 0

      i got anal warts from fucking kathleen fent.

    8. Re:Employee cuts by Lally+Singh · · Score: 1

      A lot of people want good supported Unix servers with a bit more vendor-support (e.g. you want the guy who wrote the code to fix your kernel) than what most linux-server shops can provide.

      Sun's had years with the right products, with some huge gaps, to do well here. But they've had their heads up their asses.

      --
      Care about electronic freedom? Consider donating to the EFF!
    9. Re:Employee cuts by eap · · Score: 1

      Anyone with knowledge of how hardware sales works knows that's not the fault of the sales reps. Management sets sales quotas and promotions, as well as the sales goals for each item.

      If you expect sales reps to give you an unbiased recommendation, then you are an ideal customer. Sales reps will pursue the strategy that retires the most quota

    10. Re:Employee cuts by NormalVisual · · Score: 1

      I don't think the issue is so much dealing with HP and Dell as it is the lack of marketing. Sun's Startup Essentials program offers some decent pricing on the lower-end gear for smaller companies, but seems to be almost totally unknown. I've been totally happy with the low-end Sun gear I've bought, but with the discontinuation of the X2100 line it seems that they're abandoning the low-end market that they could probably have completely taken from SuperMicro, had anyone actually known they were available.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    11. Re:Employee cuts by Courageous · · Score: 2, Informative

      That's not the only problem, believe me. Sun has trouble with pricing their x86 solutions. Dell so thoroughly kills them that the quiet cry of silence I've gotten from my Sun rep any time I've forwarded him a Dell quote in response to one of his has gotten to be pitiable. They have a long row to ho. I suspect that killing off the expensive cruft organization may be part of it.

  4. Hire 2000? by Anonymous Coward · · Score: 0

    That might be more people than *Oracle* plans to sack, but Sun has been cutting people left right and center to stay afloat while this whole thing was going through. Larry Ellison can spin it however he wants, but there's definitely been a net loss of jobs since the whole ordeal began. I'm glad to finally see this go through though.

    1. Re:Hire 2000? by mikael · · Score: 1

      During the dot com boom, Sun was hiring around at leat 300 people/month,ranging from architects to junior programmers. That was going on for several years. Maybe it has been continuing.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  5. All I know about that is... by Third+Position · · Score: 3, Informative

    ...is that the shop I work in is replacing it's Sun, HPUX and AIX servers with Red Hat Linux clusters hand over fist. HP and IBM are making up the lost revenue selling us blade servers, which pretty much leaves Sun out in the cold, given that Sun hasn't really established themselves on commodity hardware. Sun's servers are great, of course, but I'm guessing that without a competitive commodity platform to get their foot in the door, they aren't going to be making most customers A list of vendors when they go shopping for high end hardware.

    --
    American Third Position
    Finally, a real choice!
    1. Re:All I know about that is... by QuantumRiff · · Score: 3, Funny

      Just how many blade servers do you have to buy to "make up the revenue" from one HPUX box?

      --

      What are we going to do tonight Brain?
    2. Re:All I know about that is... by Third+Position · · Score: 1

      Good question, I don't do the purchasing so I couldn't tell you. But selling something is certainly preferable to selling nothing.

      --
      American Third Position
      Finally, a real choice!
    3. Re:All I know about that is... by Anonymous Coward · · Score: 0

      We're doing the opposite here. IBM does make good hardware, but their blade systems are horrible for the customized work we do. Sun's blade solutions have been easier to manage and work with.

    4. Re:All I know about that is... by twiddlingbits · · Score: 1

      Sun has had X86 Intel and AMD servers for about 3 to 4 yrs now. Mutli-core CPU and multi CPU both. And blades. Of course they also had a lot of advanced features that made them expensive, and HP/Dell and sometimes IBM killed them on price at the 2 to 4 CPU low end pizza boxes. But you can't say they aren't "established".

    5. Re:All I know about that is... by Anonymous Coward · · Score: 0

      Just how many blade servers do you have to buy to "make up the revenue" from one HPUX box?

      Except that Sun sells low-end (x86, T5120), medium-end (T5440, M3000, M4000) and high-end (M{5,8,9}000) systems. Same as HP, they have both x86 and RISC offerings.

      One exception is that you can buy a Sun enclosure and stuff it with both x86 and SPARC blades as you wish. With HP and IBM, you can't mix and match your x86 and RISC stuff.

  6. Trying to cut salaries? by ErichTheRed · · Score: 5, Informative

    I wonder what the motivation here is. Oracle isn't exactly known as a warm and fuzzy employer. Every time I've had to deal with Oracle products, it's painfully obvious that the people they have intentionally design their software to be difficult to support...and then they hire armies of low-skill consultants to "help" customers install their systems.

    (And yes, I understand enterprise-grade software is complex. However, needing someone to guide you through all the quirks in the products or documentation just to get a proof of concept going is sad. I think SAP may be the only worse company in this "doesn't work out of the box" category.)

    My guess? Larry is going to wipe out the current long-tenure Sun employees who know everything about Sun's products and replace them with low-skilled, low-salaried n00bs. My further guess would be that these employees would be in lower-wage countries as well.

    IBM has been doing stuff like this for a while, from what I've heard...including offering people permanent one-way transfers to India along with the appropriate salary cut. Every time one of these crazy schemes comes to light, I really wonder what I should do with the rest of my career...I have at least 30 years until I retire!!

    1. Re:Trying to cut salaries? by Angst+Badger · · Score: 4, Insightful

      Every time one of these crazy schemes comes to light, I really wonder what I should do with the rest of my career...I have at least 30 years until I retire!!

      So that would make you about 35, right? Well, take a look around you. How many technical coworkers do you see that are ten years older than you? How about twenty? And thirty years?

      There's age discrimination in every field, but being a 60-year-old programmer is only marginally more likely than being a 60-year-old stripper. You might get lucky and still have a job in this field in ten years if you're really, really good, but as hardly anyone has only one career these days, it might be a good idea to think seriously about what comes next.

      --
      Proud member of the Weirdo-American community.
    2. Re:Trying to cut salaries? by samkass · · Score: 2, Insightful

      So that would make you about 35, right? Well, take a look around you. How many technical coworkers do you see that are ten years older than you? How about twenty? And thirty years?

      There's age discrimination in every field, but being a 60-year-old programmer is only marginally more likely than being a 60-year-old stripper.

      While you may be correct, I don't think the current status quo is necessarily evidence of it. I'm 36, and am of one of the first generations where it was reasonable to have a microcomputer around the house as a small child. People 10, 20, 30 years older than me probably got their first computer at a much older age than me and probably don't have that much more experience than me. When I'm 60, I'll likely have decades more software experience than they do now.

      Of course, the younger kids might crush me in networking experience, since the WWW didn't exist until just about when I went to University.

      --
      E pluribus unum
    3. Re:Trying to cut salaries? by Toze · · Score: 1

      I've thought about this too. I think, once I've got my student loans paid off, and my next couple of degrees finished, that I might look at work in developing nations. Making $15K a year doesn't sound like much, but if you can live well in the area for $10K, it's a good deal; I'd rather have a maid and chauffeur in Bangalore than a 200ft^2 apartment in NYC, know what I mean? The more money I end up making, the more I realize my motivation is to live well and have technical challenges- the actual paycheck is just a barometer for that sort of thing. There will never be an escape from dealing with corporate slime, but in developing nations at least what you're doing is exciting, or new, or important. 20 years from now, who's going to be hiring people for their space flight control center?

      --
      No OS on the planet can protect itself from a user with the admin password. - Yvan256
    4. Re:Trying to cut salaries? by nomadic · · Score: 1

      Every time I've had to deal with Oracle products, it's painfully obvious that the people they have intentionally design their software to be difficult to support...and then they hire armies of low-skill consultants to "help" customers install their systems.

      From what I remember from my IT days, Oracle made sales by first sending in analysts who would look not at the customers' requirements, but what they thought the customer could afford. While a lot of companies do that Oracle had absolutely no shame about doing it. The only other large company that competed with them for shiftiness was CA.

    5. Re:Trying to cut salaries? by Anonymous Coward · · Score: 0

      I think you'll be disappointed as you learn that many countries are actively against foreigners moving in. For example, India has a "Foreign Exchange Management Act" from 1999 that prevents foreigners from buying land without getting express approval from various not well specified authorities. See http://www.rbi.org.in/scripts/FAQView.aspx?Id=33
      This is not unique to India or even uncommon...

    6. Re:Trying to cut salaries? by starfishsystems · · Score: 5, Insightful

      Having a home computer is only the most recent way that people have been able to gain access to computing resources.

      When I got started 38 years ago, what kids did was to demonstrate sufficient enthusiasm and talent to be granted access to a research computer somewhere. It was a serious privilege, but with it came contact with professionals - mathematicians, computer scientists, systems programmers, and electrical engineers - who very much knew what they were doing, and who actually had time to share their insights. These people were routinely tasked with writing things like kernels and schedulers and device drivers and compilers, and they could always use help with various lesser aspects of design and implementation.

      That's how I got started in the years before you were born. Then I earned my degree and learned the formal computer science to back up that practical experience. And you know what? It's all still completely relevant. I've lost count of the generations of technology and hype that have come and gone. That's all just surface appearance and deserving only of passing attention. The underlying principles haven't changed a bit, and they're as fascinating and challenging as ever.

      --
      Parity: What to do when the weekend comes.
    7. Re:Trying to cut salaries? by Anonymous Coward · · Score: 0

      "My guess? Larry is going to wipe out the current long-tenure Sun employees who know everything about Sun's products and replace them with low-skilled, low-salaried n00bs."

      Sun has been doing this for the past 10 years. Once they started bringing in the H1-B's, Solaris started going seriously downhill, in terms of product and marketshare.

      "My further guess would be that these employees would be in lower-wage countries as well."

      Probably. They outdo Sun here in this regard.

    8. Re:Trying to cut salaries? by Anonymous Coward · · Score: 0

      How many technical coworkers do you see that are ten years older than you? How about twenty? And thirty years?

      Sun had *LOTS* of older coders. It will be interesting to hear from my Sun friends what happens to them.

    9. Re:Trying to cut salaries? by fhage · · Score: 5, Insightful

      So that would make you about 35, right? Well, take a look around you. How many technical coworkers do you see that are ten years older than you? How about twenty? And thirty years?

      There's age discrimination in every field, but being a 60-year-old programmer is only marginally more likely than being a 60-year-old stripper.

      While you may be correct, I don't think the current status quo is necessarily evidence of it. I'm 36, and am of one of the first generations where it was reasonable to have a microcomputer around the house as a small child. People 10, 20, 30 years older than me probably got their first computer at a much older age than me and probably don't have that much more experience than me. When I'm 60, I'll likely have decades more software experience than they do now.

      Of course, the younger kids might crush me in networking experience, since the WWW didn't exist until just about when I went to University.

      It's a myth that younger people are "better with computers and technology" because they had access to computers in their house as they grew up. I turned 50 this year and have been doing scientific programming for over 35 years. I started at 14 yrs old in '73, working on time share systems and wire wrapping PDP-11 backplanes. I've been on the Internet since '86 and kids almost always assume they have more "network" experience than I. Some of the recent CS college grads I've worked with can't program their way out of a paper bag without GUI UML tools an IDE and weeks of effort refactoring their work. Young kids take days to do things I'd have it done in several hours because I'd be using use the right tool for the job. 'Awk', 'sed' , bash, csh are still very useful for "fixing" data sets. 'perl', 'php' and 'python' are used for more complex tasks. Compiled languages and libraries are used when performance matters or complexity is high. We had 10+ yr experience software engineers who would spend weeks writing a Java app, when a one line 'dd' would do. They've never heard of 'dd', so they write their own buggy, hard coded program. This old guy was the first one to make use of AJAX and web apps in our 50+ engineering division. Companies should think about this, as they lay off us older guys so they can hire a new cheap, young kid within a month. I'm now doing low-level Linux driver and DSP work for a scientific instrument maker, trying to rescue them from the mess the Java programmer they hired to port their old C, C++ DOS code to XP. "interrupt latency jitter? what's that!?". How come I can't do 5k interrupts/sec on this PC?

      Right now, in many scientific fields, the new software being written have less features and run slower than they did 20 years ago. NCAR has spent over 5 years and many, many FTE's trying to replace a C application I wrote in 1991 with a Java version. This 19 year old C/C++ application is still being used quite extensively, even though it's been "replaced" several times with new the development efforts.

    10. Re:Trying to cut salaries? by cpghost · · Score: 1

      I've lost count of the generations of technology and hype that have come and gone.

      Same here. Skilled code monkeys come and go as tech evolves, but real computer scientists and engineers are still very much in demand.

      --
      cpghost at Cordula's Web.
    11. Re:Trying to cut salaries? by turbidostato · · Score: 4, Insightful

      "It's a myth that younger people are "better with computers and technology""

      It doesn't make any difference as long as those hiring believe the myth.

    12. Re:Trying to cut salaries? by NormalVisual · · Score: 3, Insightful

      The underlying principles haven't changed a bit, and they're as fascinating and challenging as ever.

      I'll agree with that, but what *has* changed is the overriding desire to save a buck at most companies, along with a continuing loss of perceived value for the years of experience a senior person brings to the table. I've only got about 25 years of experience (20 of it professional), but even I am starting to run into the situation where experience just isn't considered something valuable anymore - "why should we pay you X thousands of dollars more than this kid right out of college? You both know C++, right?"

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    13. Re:Trying to cut salaries? by Anonymous Coward · · Score: 0

      Yea- but chances are you were unique in that you actually had more access to the technology than they did despite that they had it in the home.... you were a go getter and they just weren't. They weren't interested like you were. So in the end there is a difference. You know more because you took the time to know more and age has something to do with it- just not the way you think. You know more because when you were young you took the initiative to learn. AND now that you are older you haven't lost the initiative or drive- but if you loose that or the memory you could be facing trouble with the younger generation who isn't as interested but does have the technology. Sadly. Our mental abilities do get the better of us eventually usually... and always in the end.

    14. Re:Trying to cut salaries? by starfishsystems · · Score: 1

      Mod that man up.

      Of course, the drop in cost of hardware, and its rapid turnover, has a lot to do with that change in perception. People infer (falsely) that everything else must be similarly cheap and disposable. They don't get that most infrastructure design decisions are more enduring, and the payoff of such decisions cumulatively far more significant, than any particular iteration of hardware.

      Some people do get it, even if they're in the minority, and even if their approach is a bit hyperbolic. The Long Now Foundation is a charming example. These people are writing years in five digits!

      But in another sense even these worthy people are not being entirely true to their own principles. What, five digits written with leading zeroes? Come on, how theatrical is that, and how needlessly brittle? I'll fix their ass. I'm gonna store my dates as bignums.

      --
      Parity: What to do when the weekend comes.
    15. Re:Trying to cut salaries? by Courageous · · Score: 1

      Are you sure that the main reason is "discrimination". I don't think so. I think what happens is that as the programmers age, they lose the ability, and they know it, so move into other jobs. Like mathematicians, programmers age rapidly after 30. There are exceptions. Just not many.

    16. Re:Trying to cut salaries? by Anonymous Coward · · Score: 0

      As much as we don't want it to be so, we are in digital manufacturing, at least that is what the business men believe and as long as they believe that you will be looked at as one of the floor workers in the factory. Which means that you will be replaced by whatever cog they can get as well you factory will be move off-shore no matter what the ramifications to quality are. Software development in the US is on the same course as manufacturing.

    17. Re:Trying to cut salaries? by Anonymous Coward · · Score: 0

      I think that whether they believe it or not is beside the point. They'll *claim* that it is the case so that they can benefit economically.

    18. Re:Trying to cut salaries? by DragonWriter · · Score: 2, Insightful

      I've only got about 25 years of experience (20 of it professional), but even I am starting to run into the situation where experience just isn't considered something valuable anymore - "why should we pay you X thousands of dollars more than this kid right out of college? You both know C++, right?"

      The question, though, is reasonable -- as long as they are willing to listen to an answer. Years of experience aren't valuable on their own, they are valuable to the extent that you've leveraged them to gain broader or deeper knowledge and skills that are themselves valuable in the position for which you are being considered (which its quite possible to fail to do much of while still accumulating years of experience -- I'm sure we've all met people who spend years basically marking time in a job, and manage to stay employed and even get promoted within an organization. Would you want a hiring organization to automatically see someone like that as more valuable than you if they happened to have more years of experience than you do?)

      OTOH, oftentimes the people hiring may have an excessively narrow view of the relevant skill sets for the job they are hiring for, or be subject to short-term pressures that lead them to overvalue saving personnel costs and undervalue talent.

    19. Re:Trying to cut salaries? by NormalVisual · · Score: 1

      Years of experience aren't valuable on their own, they are valuable to the extent that you've leveraged them to gain broader or deeper knowledge and skills that are themselves valuable in the position for which you are being considered

      Very true - it's been said that it's possible to have not had 20 years of experience, but rather the same 5 years repeated 4 times.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
  7. Leave those stellar objects alone by (ana!)a · · Score: 4, Funny

    I can't believe what's happening, first ax the moon, now cut the sun, not to mention this thing about mars' spirit being stuck. What the hell is going on with our solar system ?

    --
    IANWYTIA (I Am Not Who You Think I Am)
    1. Re:Leave those stellar objects alone by Monkeedude1212 · · Score: 1

      With the recent popularity of the books and movies, I'd say we have entered the Twilight Zone.

      Thats why things are so messed up.

    2. Re:Leave those stellar objects alone by bobstreo · · Score: 1

      You forgot Pluto.

    3. Re:Leave those stellar objects alone by Anonymous Coward · · Score: 0

      It all went down Uranus.

    4. Re:Leave those stellar objects alone by Anonymous Coward · · Score: 0

      Dont worry. As per this story, everything is shiny in uranus.

  8. Maybe now's the time to switch... by sticks_us · · Score: 1

    To Free/Open alternatives.

    I think I like Oracle even *less* than Microsoft, and that's saying something.

    GCJ anyone?

    --
    "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth
    1. Re:Maybe now's the time to switch... by garyisabusyguy · · Score: 0

      Yaaaa... Well I am certain that you can find free/open alternatives for most parts fo the Oracle technology stack, but I believe that you would be hard pressed to find foss software that performs many of the functions of the Oracle applications suite, and that also includes a high degree of integration along with realitively consistant interfaces and apis.

      I have been alternately irritated and pleased with all aspects of Oracle corp (tools, support, sales, apps), but the one thing that I know is that Microsoft hasn't got a chance in hell of creating a competitive application suite in the next decade, and they are the group most likely to accomplish it.

      --
      Wherever You Go, There You Are
    2. Re:Maybe now's the time to switch... by williamhb · · Score: 3, Insightful

      To Free/Open alternatives. GCJ anyone?

      But given that Sun has already GPL'ed Java -- see OpenJDK -- you'd be wasting your time.

    3. Re:Maybe now's the time to switch... by rzei · · Score: 1

      Perhaps you were trying to spell out OpenJDK or Apache Harmony. GCJ is not... exactly the way to go -- it might had seem like it was before hotspot, but not anymore. I'd never run any of my java code on other than vm because of all the online optimization support.

    4. Re:Maybe now's the time to switch... by petermgreen · · Score: 1

      GCJ anyone? [gnu.org]
      Given that there is now a usable FOSS release of java based on the sun code that is far better than any of the independent implementations I think a better choice would be just to fork that if things go sour.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  9. Employing more staff than they're cutting? by thetoadwarrior · · Score: 1

    Let me guess, they're removing more senior staff and taking on cheap young and or foreign staff.

  10. Bye bye, SunOS by yttrstein · · Score: 1

    Man, we had a great run. I'll never forget you, old BSD horse.

    Dear Apple:

    Buy ZFS from Oracle right now. Thanks in advance.

    1. Re:Bye bye, SunOS by Anonymous Coward · · Score: 2, Insightful

      Haven't been listening to anything, have you? Ellison (and the other Oracle people) keep talking about Solaris being the Best High End Unix out there and running the most Oracle instances, so they're putting *more* investment into Solaris.

    2. Re:Bye bye, SunOS by yttrstein · · Score: 3, Insightful

      I've been through fifteen buyouts in my career, big and small. I know therefore that absolutely nothing that anyone involved with this purchase should be taken as truth.

      They're likely, based on my experience with all manner of corporate buyout, going to replace the old Solaris silverbacks with their own people, sooner rather than later.

      Are you old enough to remember the Compaq/DEC buyout? Digital Unix will continue, they said. It's DEC's best product, they said. And it did, kind of, when it got its name changed to Tru64.

      Then they ignored it until it pretty much died. Oh, it's still around and will be supported until 2012, so HP says. Then the lights get shut off and that's the end of it.

      When was the last time you actually saw a Tru64 machine?

    3. Re:Bye bye, SunOS by Anonymous Coward · · Score: 0

      I'm on a Tru64 machine right now. I'll stop using it once my workstation dies, or I can't compile Firefox for it any longer.

    4. Re:Bye bye, SunOS by Anonymous Coward · · Score: 0

      Isn't this case different, though? Isn't Oracle pretty dependent on this OS? Oracle isn't on the OS market as far as I know, so IF it disappears I think it will be likely to become part of some new Oracle product. Whether that's a good thing... well idk.

    5. Re:Bye bye, SunOS by diegocg · · Score: 1

      This is what Ellison said before he started his Red Hat clone (unbreakable linux, way before they bought sun):

      "I'd like to have a complete stack," he said. "We're missing an operating system. You could argue that it makes a lot of sense for us to look at distributing and supporting Linux."

      It seems logical that now that they have their own operative system, they will use it. On the other hand, it'd be stupid for them to fight Linux, since maaaany people use it for Oracle. They will probably support both.

    6. Re:Bye bye, SunOS by mario_grgic · · Score: 1

      It appears Apple is rolling their own file system for OS X. At least that's the impression I get from the job postings looking for architects with file system knowledge.

      --
      As the island of our knowledge grows, so does the shore of our ignorance.
    7. Re:Bye bye, SunOS by Anonymous Coward · · Score: 0

      How fabulous that as per the /. median, the post made by the fanboy who believes whatever Ellison says is the one that's modded "insightful".

    8. Re:Bye bye, SunOS by TheRaven64 · · Score: 2, Insightful

      Tru64 was killed because HP bought Compaq, and it competed with HP-UX. Compaq didn't already have their own UNIX, but HP did. They took the bits of Tru64 that they liked, incorporated them into HP-UX, and started pushing their customers to migrate to HP-UX.

      The really depressing thing is that, a couple of years ago, I was talking to someone who did OS research at HP and she'd never heard of VMS...

      --
      I am TheRaven on Soylent News
    9. Re:Bye bye, SunOS by El_Oscuro · · Score: 1
      I am not sure about this:

      About 2 years ago, I had a government project to migrate a 6 node Oracle database running Red Hat on current x64 hardware to a single Sun SPARC. After doing the migration, I figured out why: The single SPARC utterly annihilated the X64 cluster in performance.

      More recently, look at the Oracle 11g release schedule:

      1. Aug-2009: Linux (all hardware architectures)
      2. Nov-2009: Sun SPARC
      3. Dec-2009: HP-UX, AIX, etc
      4. Windows (not yet released)

      I also had another recent project which involved migrating single instances to RAC clusters on new Sun SPARC hardware. Lots of people are still using Sun SPARC and are buying new machines. Given that SPARC gives Oracle an enterprise grade platform in addition to the commodity x64 platform they already have, I don't think they will be getting rid of it anytime soon.

      --
      "Be grateful for what you have. You may never know when you may lose it."
    10. Re:Bye bye, SunOS by indi0144 · · Score: 1

      :o / There, 100 geek points, redeemable for lots of canned air and diamond based TIM.

      Is it helpful? What machine are you using?

    11. Re:Bye bye, SunOS by Anonymous Coward · · Score: 0

      Larry just said a couple years ago that Oracle was going to displace Red Hat as the leading Linux vendor, remember? Many tech CEOs seem to have ADHD, they always need something new to talk about even if it means doing a 180.

  11. 2000 new hires by oldhack · · Score: 1

    2 chip desiners, and 1998 support consultants.

    --
    Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    1. Re:2000 new hires by __aaclcg7560 · · Score: 2, Funny

      Seriously, dude, I wouldn't want to hire any outdated support consultants from 1998. :P

  12. Today's the 27th. by starbugs · · Score: 1

    Why are we linking to articles from yesterday about what has happened today?

  13. "Hiring, not firing" by elygre · · Score: 1

    Larry just said, on the webcast, that they will be hiring about 2000 people, and that "this is twice as many as we will be firing. We're hiring, not firing".

  14. Name change to "Sun Oracle" by starbugs · · Score: 1

    Many predictions from the Oracle at Delphi were supposedly inspired by escaping gas vapors.

    Will in the future people ask of the 'Sun Oracle' - "What were you guys smokin?".

    1. Re:Name change to "Sun Oracle" by Anonymous Coward · · Score: 0

      You're confused. The new name is
      sucle

      (rhymes with suckle I guess).

      Then it will all make sense when the register says "sucle just went tits-up"

      Oh wait am I allowed to mention the register in slashdot?

  15. cut staff? by farble1670 · · Score: 1

    there has been no announcement about cutting staff, internal or external. "analysts" have speculated that oracle make deep cuts (up to 50%), but oracle has flatly denied that.

    hello editor?

  16. This happens alot by Stregano · · Score: 2, Insightful

    Whether we like it or not, it happens. Fire the people making a bunch of money and hire younger people or outsource to cut costs.

    I guess I am new to this industry, but I have seen this multiple times. I always thought making more money had to do with delivering good products on a good time, and not firing people to make up the difference. I guess I am still new since I think that idea is messed up.

    --
    The world is how you make it
  17. Investment Opportunity by twmcneil · · Score: 2, Funny

    Go short in where ever My Little Pony ends up next.

    --
    "The ferrets, they're every where I tell you!"
  18. This is bad news for Sun hardware staff. by Usagi_yo · · Score: 1, Troll
    Sparc is dead (at least I hope so) as far as U.S development is concerned. Sun pissed away too much money developing Sparc chipsets post 1999/2001 -- when it became clear that X86 architecture was coming into its own. Sun should have stuck with AMD and explored more ways to make Enterprise versions of X86. Spending more R&D money in an ever shrinking niche market when off the shelf components were making leaps and bounds was not a good business decision. I certainly hope Oracle doesn't intend on going down this proven money sink

    hole.

    M4/M5 and DC series are almost exclusively designed by Fujitsu, except for some odds and ends "thrown as a bone" to Sun. Things like Power supply Specifications, choice of which DVD drives and Disk Drives to use, non-active component boards, and *some* U.S agency compliance responsibilities made me ..... uhhh, Sun Engineers feel like we were becoming sustaining Engineering people for a product we had little to absolutely no design control or responsibility for. Oh yea, well we did get to design some power cords. Woo Hoo! Power cord engineering is what I ... uh, they wanted to do after 15 years of Systems Engineering experience.

    I don't know how it's going to work for Sun Hardware Engineering when under Oracle. I think they are smart people and have a different perspective then what was developed at Sun from the bubble burst to now -- But I hope they have something synergistic in mind, rather then Bifurcated product lines. I would like to see Database Transactional off-load processors down to the I/O level .. such as TCP offload engines and specialty I/O designed to deliver transactional data directly to the clients.

    As for sideline products, I expect things like Java to be spun off and sold to interested 3rd parties, while I believe Solaris will be kept and well supported for a good while yet as probably government dictated conditions of the merger. Governments don't like when their support disapears over night for things they intended on using for a long time. Open office is a popular alternative to the expensive and bloated MS Office so I think Oracle will keep Staroffice and try to make something of it. Mysql will be supported in name only, and don't be surprised if starts to look more and more like Oracle.

    1. Re:This is bad news for Sun hardware staff. by rubycodez · · Score: 1

      a little hint might have been Oracle promising UltraSparc users continued "future binary compatibility"....like they may at some point ditch the chip and offer emulation on x86-64.

    2. Re:This is bad news for Sun hardware staff. by afabbro · · Score: 1

      I would like to see Database Transactional off-load processors down to the I/O level .. such as TCP offload engines

      ...which is what Oracle built with their new Database Machines, right?

      --
      Advice: on VPS providers
    3. Re:This is bad news for Sun hardware staff. by Usagi_yo · · Score: 1

      That's a quick throw together and a remarketing of an existing product. Lets get down to clustering at the hardware Bus level with crossbar busses and processors distributed further out from the core system. Add dynamically instanced domains for on-the-fly resource management. Built in multi-port network switch and Jbod rack or two.

    4. Re:This is bad news for Sun hardware staff. by Rob+Riggs · · Score: 1

      That was my thought when reading that statement as well. Modern x86_64 chips have quite a bit more horsepower than SPARC64, so it could work out. The endianness difference might cause some inefficiencies though.

      --
      the growth in cynicism and rebellion has not been without cause
    5. Re:This is bad news for Sun hardware staff. by rubycodez · · Score: 1

      The inefficiency is very small, clever construction of emulator means no need to do constant flipping. Consider that the Java Virtual Machine is presented to programmer as big endian though the internals are not implemented that way on x86

    6. Re:This is bad news for Sun hardware staff. by badkarmadayaccount · · Score: 1

      Or they could buy AMD, and bolt on a x86 decoder, like they (AMD) did with their K9s, and still export the SPARC decoder. A couple of tweaks to Xen, and they've got a unified product line with not so bad performance, offering mind boggling compatibility, IBM style. Also, they've got the cash to get AMD on it's feet, as extra ammunition for Wintel©. Hey, a man can dream, and all that.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  19. Sun partners SOL by rubycodez · · Score: 1

    Oracle wants to assume direct sales relationships with the enterprise and government clients of Sun, to get consolidated stack offering and cut out the partner middlemen. Huge (but not unexpected) for some of us who work for value added resellers (VAR), at least my place of employment also sells the other Unix(tm) big iron, Sun becoming ever smaller piece of revenue over the past five years

  20. I don't know about this... by Bill,+Shooter+of+Bul · · Score: 2, Funny

    Doesn't investing in SPARC processors, at this point, sound a bit ... RISC-y?

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  21. Glad to see Niagara continuing by David+Gerard · · Score: 1

    The Niagara boxes are really all that and more. One chip, 12 cores, 96 threads in a 1U server. My work serves a pile of Java servlet based websites, so these are just the thing for the job. They spend most of their time twiddling their thumbs and barely breaking a sweat - the previous generation is three V240s that are running flat-out. Yeah, we've got capacity for a while. We're about to get a Niagara-based build server as well, to replace the present V210 - only a 32-thread model, but that should still make stuff finish in roughly the blink of an eye.

    Sun x86 is pretty good too - price-competitive with equivalent Dells, service about as good IME. Always good to keep a mix of vendors in the server room for the field engineers to see.

    Mind you, with nine years' Solaris on my CV, it's just as well I've been brushing up my Linux. Not that I don't trust you implicitly, Mr Ellison.

    --
    http://rocknerd.co.uk
  22. Database machines by tomhath · · Score: 3, Insightful

    The direction seems pretty clear: If you want an Oracle database, you buy the entire stack in one place - proprietary hardware, compilers, operating system, DBMS. That's the product they will sell.

    The rest of Sun will likely disappear within a couple of years

    1. Re:Database machines by jwhitener · · Score: 1

      Except that Oracle hasn't been limited to databases for years. They sell all sorts of enterprise software, which has, and probably will in the future, run on standard UNIX systems. Solaris being one of them. Solaris runs on the superior Ultrasparc processors or x86. I don't see it going anywhere.

      I expect some merging product lines, but the losses in software will occur both on the Oracle side and the Sun side. Sun has many major enterprise software products that Oracle does not, and those are most likely not going anywhere. Sun Directory Server (ldap) for example. Support and software licensing for those products is very expensive, just like Oracle's DB. It fits perfectly into their existing $$$ licensing and support models.

      There are many commercial vendor "solutions" that rely on "Solaris(or any nix) + some custom enterprise app + Oracle DB on the backend + a smattering of Sun enterprise products."

      For instance, I support a commercial version of uPortal. http://www.jasig.org/uportal

      It is comprised of a unix OS (solaris in our case, linux works also), Sun's ldap email calendar, and java messaging, combined with a customized version of uPortal to create a higher Ed student and employee portal. And 100's of other schools all over the world have the exact same commercial product.

      Oracle would be foolish to say, just drop Sun's ldap and email for instance. It would break tons of enterprise applications that use some combination of Sun's software. And its not like we purchase Sun's ldap and then its ours. We pay a hefty yearly fee to have access to Sun engineers and newer patches. 100's of schools do. It is a sizable revenue stream.

      I'm actually looking forward to the future of my Sun and Oracle products. It would be nice to deal with one vendor for licensing and support. Especially since combinations of Sun and Oracle's products are so often used together.

  23. Meet the new DEC by Anonymous Coward · · Score: 0

    (vertically integrated stack, what everyone else is offering is laughable shit, The Man himself says so)

    Same as the old DEC.

  24. Deja Vu by omb · · Score: 1

    So, so, so like the DEC demise, I like the badge numbers, and the UNLOYAL marker 123B, when you were re-hired!

  25. Good by omb · · Score: 1

    And all power to his elbow, maybe he can leverage the OOXML debacle into anti-trust, and clean up that mess foe a profit too.

    --
    Der Feind meines Feindes mein Freund vielleicht.

  26. GCJ? by 2starr · · Score: 1

    GCJ really fulfills an entirely different purpose (compilation of Java to native binaries). If you're looking for an open source alternative, you could look at IcedTea, however Java is open source now so you could just use the original.

    --

    "Let your heart soar as high as it will. Refuse to be average." - A. W. Tozer

  27. 10 second Tom by redstar427 · · Score: 1

    Part of the problem is that many of the kids today, have shorter attention spans than 10 second Tom.
    They want instant gratification and rewards for very little effort, and so many of them don't even want to work.
    So real apprenticeship type situations go unnoticed or ignored.
    Soon they will invent the Matrix, just so they don't have to face reality.

    --
    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." Albert Einstein
  28. I call BS by baileydau · · Score: 1

    Well, I was able to access the Oracle careers page (http://www.oracle.com/corporate/employment/index.html) with Firefox (under Linux) no problems.

    From that Page:

    We're Hiring!
    To make Oracle's acquisition of Sun successful, we need more smart and savvy employees. We're hiring sales consultants and sales representatives specializing in servers and storage. We also need first-class chip designers, hardware engineers and software developers. To apply for these career opportunities, please send your resume to oracle-sun-hiring_ww@oracle.com.

    I've never had any issues viewing any Oracle web page because I've not been using IE

    --
    Ever stop to think ... and forget to start again?
    1. Re:I call BS by baileydau · · Score: 1

      Sorry about replying to my own post.

      Just to clarify, there is a link at the bottom of the careers page (NOT the careers page itself) marked:

      # Open Positions At Oracle (Please use Internet Explorer)

      However, I was able to follow the link, search for jobs, view their details and get to the "apply for this job" stage with no issues. From there it wanted you to register / login so I stopped.

      The upshot is that not having IE is not restricting you confirming or denying Oracles hiring intentions

      I do agree that they *shouldn't* have a page that is marked as IE only, that is pretty dumb for a company in their position, but in reality it doesn't appear to be a real requirement.

      --
      Ever stop to think ... and forget to start again?
    2. Re:I call BS by NotBornYesterday · · Score: 1

      Hmm .. I tried the IE only link with Firefox on linux, but got nowhere. Maybe there is a patch or two I'm missing. Either way, my point was more or less the same as your last one ... there's no good excuse for a large, prominent tech company (not named Microsoft) to do anything IE centric.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
  29. now that by Anonymous Coward · · Score: 0

    Richard Littlejohn is at the Mail it does not matter.

  30. It's normal Larry spin by theendlessnow · · Score: 1

    Oracle usually waits about a year before eliminating acquired personnel.

    The 2000 sales people increase is foolish in my estimation for a company that is Oracle's size. Naturally it MUST be short term. Companies the size of Oracle generate sales revenue through channels, and not through direct sales.

    I predict the end of Ellison in less than 3 years. And... it might lead to the death of Oracle in 5 years or so....

    Probably NOT was Larry was thinking. I could be wrong...

  31. Last Post by Vengeful+weenie · · Score: 1

    On behalf of Sun...