smart stuff http://www.approximity.com/cgi-bin/blogtariAgile/index.rb Approximity: smart stuff en-us Approximity smart stuff http://www.approximity.com/ http://www.approximity.com/public/images/apxBlue_s.png Free Oracle Database 10g Express Edition http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/DB/Oracle10gExpressEdition.rdoc <img src="http://www.oracle.com/technology/products/database/xe/xe_logo.gif"> <p> Looks like Oracle is feeling the pressure from the free DBs like Postgres and MySQL. </p> <p> From the Oracle webpage: Oracle Database 10g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 10g Release 2 code base that&#8217;s free to develop, deploy, and distribute. </p> <p> <a href="http://www.oracle.com/technology/products/database/xe/index.html">Link</a>. </p> <p> Looks like the maximum DB size is 4GB and it uses only one processor and at most one GB RAM. </p> <p> Having a free Oracle DB is good for the projects where one is forced to use an Oracle DB. </p> Exporting a MySQL-table to .csv http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/DB/MySQL_CSV.rdoc Useful to know: <pre> SELECT a, b, INTO OUTFILE '/tmp/result.text' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '&quot;' LINES TERMINATED BY '\n' FROM test_table; </pre> How to bypass the version-checker on Linux for Oracle 10g http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/DB/Oracle_10g_AnyLinux.rdoc I found this most useful post by Jonathan Gennick on <a href="http://www.freelists.org/archives/oracle-l/02-2004/msg00093.html">FreeLists</a> <pre> JR&gt; Yes, those are the &quot;certified&quot; Linux releases, but Oracle versions prior to JR&gt; 10g could be installed on other distros. The screenshots seem to indicate JR&gt; that the Installer now checks which Linux you're running, which leads me JR&gt; back to the original question. I haven't tried it myself, but Wim Coekaerts once mentioned an &quot;-ignoreSysPrereqs&quot; installer option that would get you past that Linux distribution check. </pre> <p> Or suggested by DJ: edit the oraparam.ini file and edit the supported versions section. </p> <p> Or: run </p> <pre> runInstaller --help </pre> <p> and actually read it :-) </p> Werner's Oracle - Linux page http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/DB/Puschitz.rdoc Jolly good Oracle &amp; Linux <a href="http://www.puschitz.com/OracleOnLinux.shtml">page</a> by Werner Puschitz. There are several instructions on installing Oracle 9 and 10 on a range of different Linux versions. The Real Point of Oracle10g Manageability http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/DB/RealPointOfOracle10g.rdoc Curt Monash has written a very good <a href="http://www.monash.com/oracle10g.html">article</a> about Oracle 10g. The article argues that the real focus is on manageability, which makes perfect strategic sense. TCO (Total Cost of Ownership) is king. And with hardware getting cheaper, software getting cheaper, and custom programming being outsourced to cheap countries, administrative costs are an ever bigger part of TCO. Whats more, manageability is historically a major competitive challenge for Oracle; 10g is designed to neutralize that issue. Installing Oracle 10g On Debian http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/DB/Installing10GOnDebian.rdoc We go through, step-by-step, the process of installing Oracle 10g Release 1 (10.1.0.2) Enterprise/Standard Edition for Linux x86 on a Debian unstable installation as of 2004-06-04. This chapter was originally written by Damien McAullay with suggestions from Giuseppe Sacco and Oliver Bankel. <a href="http://www.togaware.com/linux/survivor/Oracle_10g.shtml">link</a>