How to Install Oracle on Windows (in 2024)

Поділитися
Вставка
  • Опубліковано 9 лип 2024
  • 📝 Get my free SQL Cheat Sheets: www.databasestar.com/get-sql-...
    🎓 Learn and become confident in SQL: databasestar.mykajabi.com/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: www.oracle.com/au/database/fr...
    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: www.databasestar.com/oracle-c...
  • Наука та технологія

КОМЕНТАРІ •