Sign inSign up

oriolrt/oracle-ee-11g

By oriolrt

•Updated about 6 years ago

Oracle Enterprese Edition 11g Release 2 on OracleLinux distribution

Image
3

10K+

oriolrt/oracle-ee-11g repository overview

⁠oracle-ee-11g

Oracle Enterprese Edition 11g Release 2 on OracleLinux distribution

⁠Prerequisites:

Download Oracle Edition from Oracle's⁠ site and copy them into the install folder:

  • linux.x64_11gR2_database_1of2.zip
  • linux.x64_11gR2_database_2of2.zip

⁠Quick Start

Run with 1521 port opened:

docker run -d -p 55121:1521 oriolrt/oracle-ee-11g

Run this, if you want the database to be connected remotely:

docker run -d -p 55121:1521 -p 55122:22  oriolrt/oracle-ee-11g

⁠How to connect

By default, the password verification is disable(password never expired) Connect database with following setting:

hostname: localhost
port: 55121
sid: ee

username: system
password: oracle
Password for SYS & SYSTEM

To connect by ssh, the user and pasword are both oracle:

ssh -p 55122 oracle@localhost

Tag summary

Content type

Image

Digest

Size

4.6 GB

Last updated

about 6 years ago

docker pull oriolrt/oracle-ee-11g