Тёмный

Install Oracle19c in docker container 

Nepal Oracle User Group npoug
Подписаться 756
Просмотров 15 тыс.
50% 1

Docker is a set of platform as a service (PaaS) product that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels.
This video is the step by step guide to install Oracle Database 19c in a docker container. Blog post-dillidba.blogsp... contains all details.
Docker commands used in the video.
docker run \
--name oracle19c
-p 1521:1521
-p 5500:5500
-e ORACLE_PDB=orcl \
-e ORACLE_PWD=password \
-e ORACLE_MEM=4000 \
-v /opt/oracle/oradata \
-d \
oracle/database:19.3.0-ee
docker ps
docker logs -f oracle19c
docker exec -it oracle19c /bin/bash
docker container ls -all
docker container stop oracle19c
docker container start oracle19c
You can reach out to me on dilli.maharjan@nepaloug.com for any issues.

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@computercentercek2838
@computercentercek2838 22 дня назад
very good nice thanks
@prabeshguragain4463
@prabeshguragain4463 3 года назад
Thank you for the tutorial. I was struggling with installing nativly on ubuntu but now i dont have to worry about it.
@jamesh4129
@jamesh4129 2 года назад
Awesome walkthrough thank you
@roiram3286
@roiram3286 2 года назад
James did image creation work for you. look like you did this 4 days ago
@jamesh4129
@jamesh4129 2 года назад
@@roiram3286 I didn't use this container. I was already using a different one for work. It is the Gvenzl/Oracle one on dockerhub. Once you pull it down the setup is the same as this video
@roiram3286
@roiram3286 2 года назад
@@jamesh4129 thank you
@iresh11
@iresh11 3 года назад
Thanks for detailed steps. I tried these steps with Apple M1 mac and it didn't work. Any suggestion ?
@ammebr
@ammebr 3 года назад
From where did you download the oracle file, could you please provide me the link for the same , i am doing it on ubuntu
@_np_6690
@_np_6690 3 года назад
Status : Failure -Test failed: IO Error: Got minus one from a read call (CONNECTION_ID = ****) I got this? why?
@tariqsabri4647
@tariqsabri4647 3 года назад
for some reason the directory doesn't get created at all....can't find sql developer...when I type cd /opt/oracle/oradata/any file or folder it shows no directory...when I open the folder it shows nothing and I can't access sqlplus because of this and no I can't find anything anywhere
@The.Techie
@The.Techie 3 года назад
I think that he meant to type something like this ==> -v /mnt/mydocker/volumes/oracle:/opt/oracle/oradata
@7way545
@7way545 2 года назад
YOU ARE THE BEST !!!!
@beremour
@beremour 3 года назад
Thank you! Is it possible to have this database without PDBs at all ?
@thabokhabele8459
@thabokhabele8459 3 года назад
Thank you very much,
@shanshanxu9978
@shanshanxu9978 3 года назад
Thank you! I want to connect to Oracle Database as User HR. so how to install the HR schema in the docker container?
@spellpir5915
@spellpir5915 3 года назад
There were mounting problems. It turned out like this: chmod -R o+w /opt/oracle/oradata -v /opt/oracle/oradata:/opt/oracle/oradata
@nilukasripalimonnankulama3284
@nilukasripalimonnankulama3284 3 года назад
Thanks, it is working 😊
@wajihzouaoui5336
@wajihzouaoui5336 3 года назад
thank you for the tuto it helped me a lot :)
@octobrifarasya5974
@octobrifarasya5974 Год назад
Hi thanks the video works perfect, but can you tell me the password to access root?
@dinunclv
@dinunclv 3 года назад
does it work on M1?
@achinijayasena1020
@achinijayasena1020 2 года назад
I'm also trying to execute this with M1. Getting below error #8 29.69 ln: target '/home/oracle/' is not a directory: No such file or directory ------ executor failed running [/bin/sh -c chmod ug+x $INSTALL_DIR/*.sh && sync && $INSTALL_DIR/$CHECK_SPACE_FILE && $INSTALL_DIR/$SETUP_LINUX_FILE && rm -rf $INSTALL_DIR]: exit code: 1
@dinunclv
@dinunclv 2 года назад
@@achinijayasena1020 it is not working on m1
@aadarshchaudhary5876
@aadarshchaudhary5876 9 месяцев назад
how to create hr schema
@manikannanmarimuthu9232
@manikannanmarimuthu9232 3 года назад
executor failed running [/bin/sh -c chmod ug+x $INSTALL_DIR/*.sh && sync && $INSTALL_DIR/$CHECK_SPACE_FILE && $INSTALL_DIR/$SETUP_LINUX_FILE && rm -rf $INSTALL_DIR]: exit code: 1 Am getting the above issue post execute command buildContainerImage.sh -v 19.3.0 -e. Can you please help with this .
Далее
Install Oracle 18c XE in docker container
25:53
Просмотров 10 тыс.
How to Install Oracle on an M1/M2 Mac (Finally)
12:35
Docker : Oracle Database Build
11:35
Просмотров 14 тыс.
Docker Tutorial for Beginners
50:38
Просмотров 48 тыс.
Install Oracle database 19c on RHEL8 via rpm
21:37
Просмотров 4,7 тыс.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39