- Download Docker for Windows.
- Install and restart.
- Goto Instant Client for Microsoft Windows and download,
- Basic Package
- SQL*Plus Package.
- Unzip both into the same folder.
- Move the folder into somewhere convenient.
- Open Start and search
Path
. Look forEdit your environment variable
- Click
Edit your environment variable
. - Click
Environment variable
. - At top, double click
PATH
. - Press
Add
on the right side toolbars. - Put the file path of the SQL*Plus Client folder.
- Press Enter and close.
- Open command prompt with admin, and move to this folder.
- Run
docker compose up
- Log into the database with
sqlplus database/database@localhost
- Press
Ctrl + C
to close the database once done.