GNU/Linux Desktop Survival Guide by Graham Williams |
|||||
Oracle: Database for Debian |
Debian Packages: libc6-dev binutils
Installing Oracle on Debian has involved obtaining the Oracle tar file, setting up an Oracle user and some Oracle groups, and running the Oracle installation software. We include here a collection of information for installing Oracle 8 and Oracle 10g, with some pointers regarding Oracle 9i. The good news is that since March 2006 Oracle have an apt repository for the unstable (sid) distribution, and have provided the Oracle XE packaged for Debian. It is available from http://oss.oracle.com/debian/.
Additional information is also available from http://openacs.org/doc/openacs-4/oracle.html, http://frits.homelinux.com/wordpress/?p=9, and http://www.davidpashley.com/articles/oracle-install.html.
To install Oracle XE you first need to tell wajig where to obtain the
packages from:
$ wajig editsources -> deb http://oss.oracle.com/debian unstable main non-free |
$ wajig install libaio |
$ wajig install oracle-xe-client |
$ wajig install oracle-xe |
$ wajig install oracle-xe-universal |