Forked from https://github.com/wnameless/docker-oracle-xe-11g
Oracle Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS
git clone https://github.com/paybyphone/docker-oracle-xe-11g-soa.git docker build -t paybyphone/soa docker-oracle-xe-11g-soa docker run -d -p 49160:22 -p 49161:1521 paybyphone/soa SUPPORT_SELECT_ROLE SUPPORT_INSERT_ROLE SUPPORT_DELETE_ROLE SUPPORT_UPDATE_ROLE SUPPORT_ALTER_ROLE setup-port-forwarding.cmd or setup-port-forwarding.sh hostname: localhost port: 49161 sid: xe username: system password: oracle Example tnsnames.ora entry:
soa.local = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 49161)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = xe))) oracle ssh root@localhost -p 49160 password: admin