Install Oracle XE
- Read more about Install Oracle XE
- Log in to post comments
# oracle 18xe
lxc launch images:oracle/7 oracle7
# new version:
https://raw.githubusercontent.com/panticz/installit/master/install.oracle-xe.sh
# fix
W: GPG error: https://oss.oracle.com unstable Release: The following signatures were invalid: KEYEXPIRED 1378511808 KEYEXPIRED 1378511808 KEYEXPIRED 1378511808
# add oracle repository
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | apt-key add -
cat < /etc/apt/sources.list.d/oracle.list
deb http://oss.oracle.com/debian unstable main non-free
EOF
# update repository
apt-get update
# install oracle
apt-get i