Sign inSign up

gy6055/oracle

By gy6055

Updated over 7 years ago

oracle database

Image
0

69

gy6055/oracle repository overview

docker run -d -p 1522:8080 -p 1521:1521 -v /data/oracle/data:/u01/app/oracle -e DBCA_TOTAL_MEMORY=1024 gy6055/oracle:12c

manage web (管理页面): -p 8080:8080

mouned data (挂载数据到本地) -v /my/oracle/data:/u01/app/oracle

Run with Custom DBCA_TOTAL_MEMORY (in Mb) (自定义设置内存使用大小): -e DBCA_TOTAL_MEMORY=1024

Connect database with following setting: hostname: localhost port: 1521 sid: xe service name: xe username: system password: oracle

To connect using sqlplus: sqlplus system/oracle@//localhost:1521/xe

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$

Connect to Oracle Enterprise Management console with following settings: http://localhost:8080/em user: sys password: oracle connect as sysdba: true

Read Me https://github.com/guoyucode/docker-oracle-12c

Tag summary

Content type

Image

Digest

Size

3.5 GB

Last updated

over 7 years ago

docker pull gy6055/oracle:12c