How to Install Oracle on Windows (in 2024)

Published: 16 May 2024
on channel: Database Star
916
25

 Get my free SQL Cheat Sheets:
 Learn and become confident in SQL:

The recent release of Oracle database has meant that the installation process for Windows is different. So, if you want to install Oracle on Windows, this is the video for you.

In this video, you'll learn:
- how to download the required software to run an Oracle database (using Docker)
- how to start the database using Docker
- how to connect to the database using an SQL editor, both the CDB and PDB


⏱ TIMESTAMPS:
00:00 - Our process
01:03 - Download and install Docker
02:55 - Download database container
03:45 - Start database container
06:15 - Connect to the database
08:23 - Test query
08:46 - Connect to PDB


VIDEO LINKS:
Oracle Get Started page:

Docker Pull command:
docker pull container-registry.oracle.com/database/free:latest

Docker Run command:
docker run -d --name oracle23 -p 1521:1521 -e ORACLE_PWD=mypassword1 container-registry.oracle.com/database/free:latest

Resolve Oracle connection issues:


Watch video How to Install Oracle on Windows (in 2024) online without registration, duration 09 minute 28 second in high hd quality. This video was added by user Database Star 16 May 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 916 once and liked it 25 people.