January 1, 2022

Oracle 18c XE Installation Guide On Debian Based

Posted on January 1, 2022  • 
1 minutes  •
93 words

First Method

  1. 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
  2. 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.

  1. install the .deb file by doing:
sudo dpkg -i oracle-xe_11.2.0-1.0_amd64.deb
  1. Configure your oracle thing by doing
sudo /etc/init.d/oracle-xe configure

ADVICE: Don’t activate the autolaunch thing.

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

Follow us

We do everything from projects, lectures, courses, workshops and events. Follow us closely to know more !