2010年3月30日星期二

ORACLE XE on Arch Linux

`yaourt -S oracle-xe` got ERROR: oracle-xe-univ-10.2.0.1-1.0.i386.rpm was not found in the build directory and is not a proper URL.

It seem that oracle-xe source was broken in PKGBUILD, fixed by three steps:

1. download oracle-xe-univ-10.2.0.1-1.0.i386.rpm from Oracle website.
2. `Python -m SimpleHTTPServer`.
3. changed the 'source' line in PKGBUILD as : source=(http://localhost:8000/oracle-xe-univ-10.2.0.1-1.0.i386.rpm)