Sign inSign up

enmobile/oracle12c

By enmobile

•Updated almost 6 years ago

Oracle 12.1.0.2 Enterprise Edition Image

Image
0

351

enmobile/oracle12c repository overview

Built via customizing the Oracle build(s) located here:

https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance⁠

Making the default changes:

  1. ORACLE_SID=ORCL
  2. ORACLE_PWD="change_on_install"

Ports:

  1. Database listening on Oracle default 1521
  2. Enterprise Manager listening on 5500 and is accessed at [https://localhost:5500/em]

Upon starting the image the first time, it will take some time as the instances gets configured and initialized:

ORACLE PASSWORD FOR SYS, SYSTEM AND PDBADMIN: change_on_install
ps_db12c    |
LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 18-JUL-2019 17:18:10
ps_db12c    |
Copyright (c) 1991, 2014, Oracle.  All rights reserved.
ps_db12c    |
Starting /opt/oracle/product/12.1.0.2/dbhome_1/bin/tnslsnr: please wait...
ps_db12c    |
TNSLSNR for Linux: Version 12.1.0.2.0 - Production
System parameter file is /opt/oracle/product/12.1.0.2/dbhome_1/network/admin/listener.ora
Log messages written to /opt/oracle/diag/tnslsnr/3550cfea7b99/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
ps_db12c    |
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 12.1.0.2.0 - Production
Start Date                18-JUL-2019 17:18:10
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /opt/oracle/product/12.1.0.2/dbhome_1/network/admin/listener.ora
Listener Log File         /opt/oracle/diag/tnslsnr/3550cfea7b99/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
The listener supports no services
The command completed successfully
Copying database files
1% complete
...

When the container is running and ready, you will see the following:

#########################
DATABASE IS READY TO USE!
#########################

And issuing a docker ps you should see (healthy) in the status:

STATUS
Up 22 minutes (healthy)

Starting after the first time takes ~1 minute to get to a healthy state.

Tag summary

Content type

Image

Digest

Size

3.4 GB

Last updated

almost 6 years ago

docker pull enmobile/oracle12c:12.1.0.2-ee-prebuilt