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)
I see...
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
That's because TFA was actually posted about 10 minutes ago (not 5 hours). Anyone know what's going on with these magically appearing posts by Hemos?
and then they come in and there's a dupe! Come on editors, you had ample time to check them for dupes where they disappeared on you.
"Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
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
Seriously why would you use a Non Mysql/Postgresql database on linux. In Ubuntu the most complicated it could be would be adding the approriate repo's then apt getting what you need, but commercial software is rarely that easy.
For Free Computer Help, and Technical Answers
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.
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
Proof that the editors don't read the front page!
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
ubuntu doesnt support my laptops keyboard! its a fujitsu N3010, and it detects it as German or something. i checked their message boards, and quite a few others had the same problem, but no solutions were posted. also, google searches brought up no solutions. thats why im posting this. does anyone know a way to turn off automatic keyboard detection in ubuntu?
Try this:
Section "Device"
Option "NvAGP" "1"
That was the key to my success.
Maybe it matters that I am using an nForce2 chipset.
Best of luck, Ubuntu is very nice.
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
Which is Certified for postgresql or mysql?
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 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.
Some monitors misreport their frequency settings. E.g. IBM T55-D. You have to correct this by hand in your X config or when you start it up, you'll just get a black screen. This is the monitor's fault as it doesn't report the right numbers when queried.
select story, count(*) as dupe from slashdot where story not in ( select story from slashdot where count(*) < 2 group by story ) group by story ;