Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.08 KB

oracle-xe-installation-on-ubuntu.md

File metadata and controls

38 lines (30 loc) · 1.08 KB

How to install Oracle XE-11G on Ubuntu and it's derivatives( linux mint, ect..)

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.

  • 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