DOCKER || Install Oracle database on Docker || Oracle Container Registry

Описание к видео DOCKER || Install Oracle database on Docker || Oracle Container Registry

Hello everyone, welcome back to our channel! In today's video, we're going to walk you through the steps to install Oracle Database in a Docker container from the Oracle Container Registry.

Step 1: Prerequisites
First, make sure Docker is installed on your system. If it’s not yet, please watch my Docker installation video for Ubuntu or Windows. Once installed, return to this video.
   • Docker Installation on Ubuntu Desktop...  

Timestamps:
0:00 Introduction
0:53 Oracle Container Registry
4:12 docker pull
7:12 Docker run| Creating oracle container
15:42 Post Install validation

==============================
🎥 Docker Installation on Windows 11 home || WSL || Docker on Windows 10
   • Docker Installation on Windows 11 hom...  

🎥 Docker related playlist
   • Docker  

🎥 Master Bind DNS on Webmin: Step-by-Step Guide for Linux, || Red Hat & Ubuntu ||
   • Master Bind DNS on Webmin: Step-by-St...  

🎥 Master Oracle 19c RAC Setup With Shared Disk Storage ASM And DNS Tricks
   • Master Oracle 19c RAC Setup With Shar...  

🎥 || FREE || VMware Workstation Pro 17 and Fusion Now Free for Personal Use!
   • || FREE || VMware Workstation Pro 17 ...  

🎥 Oracle 12c Multitenant Database setup
   • Creating Oracle Container Database(CD...  

🎥 OEL 8 VM setup:
   • OEL8.4 Linux Server Installation || O...  

🎥 Oracle 21c Single Instance:
   • Oracle 21c Single Instance Database i...  

🎥 Silent Oracle installation
   • Silent|Command Line installation of O...  

🎥 Oracle 19c ASM:
   • ASM||Oracle19c Database Installation ...  

🎥 Oracle 12c tutorial:
   • Install Oracle12c on centos8.1|rhel|o...  

🎥 Windows 11 Installation on VMWare:
   • Easy way to install windows 11 on vmw...  

🎥 Windows 11 installation on Virtualbox
   • how to install windows 11 on virtual ...  

🎥 Other content on this channel:
https://www.youtube.com/channel/UCIuw...
==============================
Contact:
Facebook:   / softbikas  
Mail to: [email protected]

Command used in this video:
docker run -d --name oracle-db --hostname mydb --domainname mydocker.com -p 1521:1521 -p 5500:5500 -e ORACLE_SID=MYCDB -e ORACLE_PDB=MYPDB -e ORACLE_PWD=your_oracle_password -e ORACLE_EDITION=ee -e ENABLE_ARCHIVELOG=true -v OracleDBData:/opt/oracle/oradata container-registry.oracle.com/database/enterprise:21.3.0.0

#Ubuntu #Docker #dockeronubuntu #Ubuntu24.04 #dockerwindows #oracledocker #oracledatabasedocker
#oracledatabase

Please like, share, and subscribe if you found this video helpful. Don’t forget to hit the bell icon for notifications on our future videos. Leave a comment if you have any questions or suggestions. Thank you for watching!

Комментарии

Информация по комментариям в разработке