Prepare Debian wheezy to install Oracle XE database.
git clone https://github.com/jinowolski/ora-initial-setup.git
cd ora-initial-setup && make
- Download
oracle-xe-11.2.0-1.0.x86_64.rpm
from Oracle XE download page - Convert it with
sudo alien --scripts oracle-xe-11.2.0-1.0.x86_64.rpm
- Install
ora-initial-setup.deb
(dpkg -i ora-initial-setup.deb
,apt-get -f install
) - Install
oracle-xe_11.2.0-2_amd64.deb
(dpkg -i oracle-xe_11.2.0-2_amd64.deb
) - Configure with
/etc/init.d/oracle-xe configure [responseFile=myResponseFile]