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."
Why not just use Debian, which is the base for Ubuntu? Then you get no corporate overhead.
There is no reasonable defense against an idiot with an agenda
:wq
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
This is no longer true with Oracle XE. Oracle XE comes in as native RPM and Debian packages and can be installed and ready to run in 5 minutes. Little administration is required. Also, it comes with Application Express which is a completely Web-based rapid application development (RAD) environment.
e /xe/index.html.
1 C9559A765B126EE6BB19BBA6CBE3
See http://www.oracle.com/technology/products/databas
BTW, there is an Oracle XE repository available. See http://frits.homelinux.com/wordpress/?p=9&SID=503
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.