Skip to content

ChkBuk/Oracle-Docker-Images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installing Oracle DB, APEX and ORDS in Docker

Step 1: Installing Docker

Follow the instructions on the Docker official documentation to install Docker Desktop on Windows:

Important: Download 'Docker Desktop for Windows - x86_64' and

Verify the Docker installation by running:

docker --version

Start the Docker engine if it's not already running.

Step 2: Download Oracle Database 19.3.0 (Enterprise Edition)

Download Oracle Database 19c for Linux x86-64 from the following link:

Clone this repository

git clone --branch feature/Adding_Oracle_Apex https://github.com/gamagecb/Oracle-Docker-Images.git

and Copy the .zip file into

Oracle-Docker-Images\OracleDatabase\SingleInstance\dockerfiles\19.3.0\

Step 3: Installing Oracle Database 19.3.0 (Enterprise Edition), APEX 24.1, and ORDS 24.2

Open a Git Bash window in the root directory of this project and run the following script:

./install.sh

This process will take approximately 30 minutes.

Step 4: Reset Password for the APEX Administration Services Account

Create a connection in SQL Developer using the following details:

  • DB_PORT: 1521
  • DB_HOST: localhost
  • DB_SERVICE: DEV
  • DB_USER: sys
  • DB_PASSWORD: SysPassw0rd

After logging in, run the following command and provide the Admin Username, Email Address, and Password:

alter session set container = PDB1;
@D:\Path\To\Oracle-Docker-Images\OracleApplicationExpress\dockerfiles\tmp\apex\apxchpwd.sql;

Step 5: Login to APEX

Use the credentials set in Step 4 to log in to APEX:


About

Official source of container configurations, images, and examples for Oracle products and projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.2%
  • Python 23.7%
  • Dockerfile 10.7%
  • PLSQL 4.8%
  • Groovy 3.4%
  • Java 0.7%
  • Other 1.5%