Slashdot Mirror


Ubuntu Certified for IBM DB2

xsspd2004 writes "Ubuntu Certified for IBM DB2 -- Ubuntu is moving into Enterprise computing with IBM's certification of Ubuntu as "Ready for IBM DB2 Software for Linux". "

12 of 79 comments (clear)

  1. Dupe by ghee22 · · Score: 3, Informative

    http://linux.slashdot.org/article.pl?sid=05/11/09/ 0547215&tid=163&tid=190

    --
    "Persistence is annoying success." - ghee22 11:28:1999 - 10:53:PM
  2. x86 only by b0r1s · · Score: 3, Interesting

    Very nice to see outside companies pushing for certification, it's just too bad, x86_64 would have been nice. I know many server-farms going from Xeon to Opteron, and partial certification isn't going to help those pushing newer hardware.

    --
    Mooniacs for iOS and Android
  3. Well done! by millennial · · Score: 3, Interesting

    I adore Ubuntu. I had Mandrake running on one of my boxen for a while. When I did a system upgrade that included updates to Samba, I found I could no longer START Samba. Which pissed me off, because I was using this system as a file server for my Windows machines.
    So I installed Ubuntu instead, and although I've updated both my kernel and Samba, my configuration is intact, and it runs perfectly. I'm running 5.10 (Breezy Badger), and so far I love it. It's quick, it's intuitive, it's user-friendly, it's FREE, and it's robust.
    Only one problem... I can't get my nVidia card to install the GLX drivers. Not that I have EVER been able to do that under Linux on that box... but that's another story.
    Ubuntu + samba + me = love.

    --
    I am scientifically inaccurate.
    1. Re:Well done! by JaniHalinen · · Score: 3, Informative

      Only one problem... I can't get my nVidia card to install the GLX drivers. Not that I have EVER been able to do that under Linux on that box... but that's another story.

      http://ubuntuguide.org/#installnvidiadriver/

      I used those instructions to install Nvidia drivers for my laptop. Works great.

  4. Example by Ph33r+th3+g(O)at · · Score: 5, Funny

    select story, count(*) as dupe from slashdot group by story having count(*) > 1;

    --
    I too have felt the cold finger of injustice.
  5. Wow, twice? by Evro · · Score: 4, Funny

    Cool, double certification must be better than single, right?

    http://linux.slashdot.org/article.pl?sid=05/11/09/ 0547215&tid=163&tid=190

    --
    rooooar
  6. Two reasons you would use DB2 on Linux by DenialS · · Score: 5, Informative
    DB2 really isn't too hard to install on Ubuntu -- see the DB2 HOWTO for instructions.

    One good reason to use DB2 is that neither MySQL nor PostgreSQL can scale to the same size of database as DB2. Using DB2's "Distributed Partitioning Facility", or DPF, with DB2 Enterprise Server Edition you can partition data over hundreds of machines using a shared-nothing approach. This means you can create a data warehouse of a hundred terabytes that 1) appears to your applications as just a single database 2) retrieves query results blazing fast (this is the "shared nothing" part; each machine knows what data it is responsible for, so a query that comes in to the database is automatically distributed to the responsble machines, which go off and do their work, then return the results to a single co-ordinator that pipes them back to the application -- it's like RAID-0 for databases).

    It's certainly possible to create a multi-terabyte database using MySQL or PostgreSQL -- but you're going to be waiting way the hell longer to get a result back from your queries.

    Reason 2: You get support from IBM. IBM lives and dies by its enterprise level support -- 24x7 customer service around the world. Sure, you can purchase support from MySQL AB or from some PostgreSQL shop, but it's not going to approach the level of service that you'll get from IBM. In fact, to get a level of support comparable to what IBM offers for DB2 Express at $4874 for the first year and $1218/year for support after the first year, you would need to buy MySQL Network Gold for $2995/year. So after two years, going with DB2 Express will actually cost you less than half of what MySQL support will cost!

  7. Acrobat by Centurix · · Score: 5, Funny

    My passion is loading surprise PDF's into by browser. I can't get enough of them.

    --
    Task Mangler
    1. Re:Acrobat by jZnat · · Score: 4, Informative

      Clear out your Acrobat plugins folder (the ones that load on startup) to dramatically improve performance.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  8. Re:Why? by Anonymous Coward · · Score: 5, Insightful

    Because you already have a DB2 licence.
    Because your application requires DB2.
    Because your company is DB2 site licenced.
    Because your developers might be comfortable/familiar with DB2.
    Because DB2 came bundled with some other software.
    Because all your other servers are running DB2.
    Because we live in a world where changing your OS no longer means changing your database vendor.
    Because is is a seriously kick-arse fantastic database.
    Because someone answers the phone (and usually has a solution) when you call with a database problem.
    Because someone is paid paid to be accountable.
    Because you're told to.
    Because you like the product.

    errr..... was I just trolled????

  9. better link - not a pdf by rubycodez · · Score: 4, Informative

    here are the Linux distros which are validated (including Ubuntu x86) and also those "validated and reccommended"

  10. so where's the sources.list entries? by ilmdba · · Score: 3, Insightful

    one of these days, oracle or ibm or someone big will get off their ass, and just set up repositories for the apt, and you'll be able to 'apt-get install oracle' or 'apt-get install db2'

    then i'll be impressed.