Oracle Enterprese Edition 11g Release 2 on OracleLinux distribution
10K+
Oracle Enterprese Edition 11g Release 2 on OracleLinux distribution
Download Oracle Edition from Oracle's site and copy them into the install folder:
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
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
Content type
Image
Digest
Size
4.6 GB
Last updated
about 6 years ago
docker pull oriolrt/oracle-ee-11g