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.
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\
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.
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;
Use the credentials set in Step 4 to log in to APEX: