Hey Oracle, Why Not Ubuntu?
OSS_ilation writes "While much has been said about Novell or Red Hat as potential targets for Oracle this week, there are some in the Linux community who believe a different distro might deserve the attention of Larry Ellison. That distribution is Ubuntu, and analysts like Burton Group's Richard Monson-Haefel believed that it would be a better fit for Oracle, which is looking only for an OS and not for any of the baggage associated with Novell, like Netware. Ubuntu, with its huge community base and version 6.06 on the way, could be the perfect fit, he said."
The other thing to realize is that now that SUSE was bought by Novell it "corporate". Ubuntu is not. Once something because a corporate item it is perfectly acceptable for other corporations to buy it. But even if the product is very similiar and is not corporate; they will shy away.
Quality Hosting e3 Servers
you work a lot with databases don't you ?
... you hardly ever need a gui on ... but with oracle it's never
well i work with various opensource rdbms implementations here every day,
90% of the time only on cli since anything else would be just overhead.
but then again, most of the time i work on rather small projects.
but sometimes when you've got an oracle db with over 100 tables and uncountable
amount of foreign keys, triggers, store procedures, the cli just doesn't cut
it anymore. you need visualization just to understand the 25 things that you're
about to break with that next line.
i've worked with database schemes that are too large to fit on an A2 paper,
there's no way that you can get an overview of it's current state in cli.
you may think that oracle will just ship out it's db on nongui stations with
remote access, so anyone that needs a gui will use some kind of remote management
tool and everybody would be happy ? this aint going to happen, this would just
cramp oracle's style. they gui everything, gui is what also sells the product.
and oracle certainly would also like to charge money for the linux boxes around
the server box for running their gui tools on them...
so no-gui is not an answer, at least not for oracle.
it may be an answer to mysql and posgresql
a raw gentoo server which just runs your db backend
as simple as that (ffs. you'd need the gui just to run their java based installer).
I'd tell you the chances of this story being a dupe, but you wouldn't like it.
installing oracle on debian/ubuntu is about the easiest thing ever:
/etc/apt/sources.list file:
/etc/init.d/oracle-xe configure
add following lines to
deb http://oss.oracle.com/debian/ unstable main non-free
deb-src http://oss.oracle.com/debian/ unstable main
#apt-get update
# apt-get install oracle-xe-universal
#
it runs like a dream on my ubuntu box.