>dd if=/dev/zero of=/wherever/swap bs=1024 count=1024000
>mkswap /wherever/swap
>swapon /wherever/swap
若安装完成之后,想使用以前的swap分区则可以先卸载再删除:
>swapoff /wherever/swap
>rm -i /wherever/swap
二 然后就要安装Oracle依赖的软件包
gcc
make
binutils
lesstif2
libc6
libc6-dev
rpm
libmotif3
libaio(或者libaio1)
libstdc++5
alien
三 安装:
>dpkg -i /your_path/oracle-xe-universal_10.2.0.1-1.1_i386.deb
四 配置,是对诸如是否开机启动以及SYS和SYSTEM密码的设置
>/etc/init.d/oracle-xe configure