Oracle 18c XE Installation Guide On Debian Based
Posted on
January 1, 2022
•
1 minutes
•
93 words
First Method
-
Download the three files
oracle-xe_11.2.0-1.0_amd64.debaa
oracle-xe_11.2.0-1.0_amd64.debab
oracle-xe_11.2.0-1.0_amd64.debac
from here
-
Group them using
cat
like this
cat oracle-xe_11.2.0-1.0_amd64.deba* > oracle-xe_11.2.0-1.0_amd64.deb
Now you have a .deb
file that you can install.
- install the
.deb
file by doing:
sudo dpkg -i oracle-xe_11.2.0-1.0_amd64.deb
- Configure your oracle thing by doing
sudo /etc/init.d/oracle-xe configure
ADVICE: Don’t activate the autolaunch thing.
- To launch it do :
sudo service oracle-xe start
References:
Second Method
This should work with any distro/os that can run docker or a compatible docker software (podman for example) Use docker , check this link