Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 409 Bytes

tpch-1go

Oracle Express Edition 11g Release 2 on Ubuntu 16.04 LTS loaded with TPC-H data (1 Go)

Run the database

docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true guillaumewuip/tpch-1go

This is based on wnameless/oracle-xe-11g. See its README for more details.