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
so much has been said. what is most puzzling is that dont the editors have tool which let them tag articles. so if a ubuntu+ibm article comes in how much time wuld it take to find all other articles with the same tag?
move it from the plug ins folder to the optional folder. That way acrobat only loads up what it needs when it needs it.
or was is optional to plug_ins? either way, just move the stuff, don't delete.
If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
Why isn't Debian Listed?
Ok, Ubuntu might be a peach to use on the desktop, but I won't give up on my STABLE Debian Servers.
Seriously, is it because there is no big enterprize behind Debian? I went to an Oracle presentation, and when we asked for Debian support they say that Debian doesn't have "official vendor support". Then I replied, "What do you mean? We're the support, we know our needs and we know our servers, there is no need here for vendor support!".
Debian has been a mature, rock-solid stable distribution for yeas now. And it has a looooong life cycle, so there is no libc or gcc changes that make difficult for any major software vendor to support it!
Why IBM and Oracle forces me to buy a support licence from RedHat or Novell to run their products? Why can't them support Debian? Why IBM support UBUNTU and fail to support Debian?
---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
By that I mean, what is ubuntu, and what is not ubuntu.
Take the latest unbuntu - how much of it is 'added' to what it was before it was ubuntu (debian right?)
I am curious - all distro's should publish this in details, perhaps a standard format.
#hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
Several times, my stories have been rejected as dupes, yet this one which practially hit me in the face screaming as dupe (as soon as I saw the headline) makes it through? What's the deal /.?
Not to mention, this isn't just a dupe it's also old news
Scott
©20014 angrykeyboarder & Elmer Fudd. All Wights Wesewved
I first thought that was why there were no articles: Someone actually filtered out the dupes. :-P
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.
Because your clients demand Linux (because they don't like the idea of Windows on a server) and Oracle (because the big-name backing gives them the warm fuzzies).
Yes, we have a couple of clients running (small) sites backed by MySQL, but almost all of our larger DB-based sites use Oracle (one or two use MS SQL Server) running on Linux. Up until about 3 months ago, Linux/Oracle also powered our largest DB-based site. Now that title is going to Solaris/Oracle instead, but only because our hosting centre doesn't support x64 yet.
It's official. Most of you are morons.
Not sure that'd be faster--the rows still have to be counted and now there's a join. But I'm no DBMS guru :).
I too have felt the cold finger of injustice.