All Projects → PengBAI → Docker Oracle 12c R1

PengBAI / Docker Oracle 12c R1

Oracle 12c Release 1 with web console and startup initdb

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Oracle 12c R1

Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (+1362.5%)
Mutual labels:  database, docker-image
Bitnami Docker Mysql
Bitnami MySQL Docker Image
Stars: ✭ 116 (+1350%)
Mutual labels:  database, docker-image
Docker Redis Cluster
Dockerfile for Redis Cluster (redis 3.0+)
Stars: ✭ 1,035 (+12837.5%)
Mutual labels:  database, docker-image
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (+4587.5%)
Mutual labels:  database, docker-image
Bitnami Docker Mariadb
Bitnami MariaDB Docker Image
Stars: ✭ 251 (+3037.5%)
Mutual labels:  database, docker-image
Mysql Container
MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 117 (+1362.5%)
Mutual labels:  database, docker-image
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (+750%)
Mutual labels:  database, docker-image
Choochoo
Training Diary
Stars: ✭ 186 (+2225%)
Mutual labels:  database, docker-image
Bitnami Docker Redis
Bitnami Redis Docker Image
Stars: ✭ 317 (+3862.5%)
Mutual labels:  database, docker-image
Pg timetable
pg_timetable: Advanced scheduling for PostgreSQL
Stars: ✭ 382 (+4675%)
Mutual labels:  database, docker-image
Docker Postgres
A docker container running PostgreSQL
Stars: ✭ 22 (+175%)
Mutual labels:  database
Dockerfiles Windows
Various Dockerfiles for Windows Containers
Stars: ✭ 920 (+11400%)
Mutual labels:  docker-image
Owasp Zap Glue Ci Images
Ready to use images of Zap and Glue, especially for CI integration.
Stars: ✭ 25 (+212.5%)
Mutual labels:  docker-image
Taxadb
🐣 locally query the ncbi taxonomy
Stars: ✭ 26 (+225%)
Mutual labels:  database
Cb
Build container images locally using Google Cloud Container Builder compatible config file. 2017-08-22: Now there is official alternative https://github.com/GoogleCloudPlatform/container-builder-local.
Stars: ✭ 22 (+175%)
Mutual labels:  docker-image
Max Inception Resnet V2
Identify objects in images using a third-generation deep residual network.
Stars: ✭ 25 (+212.5%)
Mutual labels:  docker-image
Element Web
element.io docker image generator
Stars: ✭ 21 (+162.5%)
Mutual labels:  docker-image
Up Node8
The way this project is packaging the Node 8 app isn't the best. Try the official example of Apex Up that uses the Node binary!
Stars: ✭ 22 (+175%)
Mutual labels:  docker-image
Db Mysql
Stars: ✭ 22 (+175%)
Mutual labels:  database
Edgedb Docker
Official Docker Image packaging for EdgeDB
Stars: ✭ 27 (+237.5%)
Mutual labels:  docker-image

docker-oracle-12c-R1

Oracle 12c Release 1

Docker Hub

Image on docker hub: https://hub.docker.com/r/pengbai/docker-oracle-12c-r1/

Changes as needed:

  • Add startup sql init database feature
  • Impove performance on startup
  • Persist database SID xe in image

Description

Pull image:

docker pull pengbai/docker-oracle-12c-r1

Run with 8080 and 1521 ports opened:

docker run -d -p 8080:8080 -p 1521:1521 pengbai/docker-oracle-12c-r1

NEW! Option: Execute automatically scripts sql when contaner startup:

In folder where you put your *.sql files for database init from /local-initdb to /entrypoint-initdb.d in contaner

docker run -d -p 8080:8080 -p 1521:1521 -v /local-initdb:/entrypoint-initdb.d pengbai/docker-oracle-12c-r1

Connect database with following setting:

hostname: localhost
port: 1521
sid: xe
username: system
password: oracle

Password for SYS & SYSTEM:

oracle

Connect to Oracle Application Express web management console with following settings:

http://localhost:8080/apex
workspace: INTERNAL
user: ADMIN
password: 0Racle$
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].