8000 GitHub - ciancu/docker-oracle-apex: :whale: Image to install/upgrade/uninstall Oracle Application Express to Oracle Database
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ciancu/docker-oracle-apex

 
 

docker-apex

Apex 5.0.2 upgrade package for sath89/oracle-xe-11g and sath89/oracle-12c

This Dockerfile is a trusted build of Docker Registry.

Installation

docker pull sath89/apex

Run this to upgrade APEX on you Oracle database container:

docker run -it --rm --volumes-from ${DB_CONTAINER_NAME} --link ${DB_CONTAINER_NAME}:oracle-database sath89/apex install
#In that case build woud be with default settings and credentials

Run with custom parameters and credentials:

docker run -it --rm --volumes-from ${DB_CONTAINER_NAME} --link ${DB_CONTAINER_NAME}:oracle-database -e PASS=SomePassWorD sath89/apex install

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

http://localhost:8080/apex
workspace: INTERNAL
user: ADMIN
password: 0Racle$

The default list of ENV variables is:

USER=sys
PASS=oracle
HOST=oracle-database
PORT=1521
SID=XE
HTTP_PORT=8080

Upgrade might take 10-20 Minutes (Depends on hardware).

About

🐳 Image to install/upgrade/uninstall Oracle Application Express to Oracle Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0