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". "
← Back to Stories (view on slashdot.org)
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
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
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.
select story, count(*) as dupe from slashdot group by story having count(*) > 1;
I too have felt the cold finger of injustice.
"and then they come in and there's a dupe!"
Dupe! Ready pitchforks!!!
"Derp de derp."
Cool, double certification must be better than single, right?
/ 0547215&tid=163&tid=190
http://linux.slashdot.org/article.pl?sid=05/11/09
rooooar
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!
My passion is loading surprise PDF's into by browser. I can't get enough of them.
Task Mangler
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????
here are the Linux distros which are validated (including Ubuntu x86) and also those "validated and reccommended"
HTML Version
I'm probably going to be moderated as Troll for saying this:
Debian is a very hard target to develop for. It's primarily a platform for nerds wanting to have it their own way. Yes, that's the fundamental freedom open source gives you. However, that also means there's a lot of diversity even in debian stable. There is no such thing as the debian. It's always 'debian with this-and-that choices made during installation and this-and-that changes to the default setup (yay, let's make two completely different init systems available!)'.
Ubuntu makes decisions for the end-user. Less diversity. A lot less. This makes ubuntu easier to support. Do you want to sit at the phone asking a debian user what choices and customisations he made?
One last serious question: you want a database server. It must talk SQL. As a trained professional, do you really care what distribution runs on the server? Do you even care about the cost? Those databases don't come cheap, you know.
This is your sig. There are thousands more, but this one is yours.
I thought Ubuntu meant "Use the jdbc/odbc bridge"
threadeds blog
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.