How to Install Oracle on an M1/M2 Mac (Finally)

preview_player
Показать описание

You can finally get an Oracle database running on an M1 Mac!

In this video, I'll explain step-by-step how to set up an Oracle database on an M1, M2, or M3 Mac.

This will include using Docker to start the database, and connecting to it using an SQL editor.

⏱ TIMESTAMPS:
00:00 - Intro
00:40 - Download the database
02:25 - Clone the repository
03:53 - Build the image
06:30 - Run the container
08:58 - Connect to the database

🔗 VIDEO LINKS:

Git Clone command:

Build command:

Docker Run command:
docker run -d --name oracle19 -e ORACLE_PWD=mypassword1 -p 1521:1521 oracle/database:19.3.0-ee

SELECT command for the current database:
SELECT SYS_CONTEXT('USER_ENV', 'CON_NAME')
FROM dual;

Change to PDB:
ALTER SESSION SET container=ORCLPDB1;
Рекомендации по теме
Комментарии
Автор

Finally! Didn't know that was not possible to install oracle db on Mac until last wednesday. Then this video appears! Thanks from Brazil!

JuanHerrera-ioqy
Автор

Thank you so much!! I am so happy to have chanced upon this video. I've followed your instructions to the T on my Mac M1 Mini 2020 (16GB/512GB SDD). Everything worked just as you described. Separately, I've downloaded SQL Developer and the connection is so smooth.

cnagappa
Автор

Thank you so much! I have tried many times to use Oracle database on m1 mac, this time I success!😄

GaoMingYang
Автор

Finally I can practice PLSQL on a m1 Mac

RohitKumar-ipqp
Автор

Very good video, I'm waiting for a long time, thank you so much

jasonadventure
Автор

It's really helpful, thank you so much 💌

anniepham
Автор

You are life saver, thank you so much!

Chunzhendingyilang
Автор

Thank you sou much! It was very helpful for me. Greetings from Cuba

LuisGonzalez-zlpm
Автор

thank you
great video
it's work 100%

Penitent
Автор

That is really helpful. I was able to Install Oracle on my Macbook M3.
PS:
Any tips on installing Sql Plus too on macbook (apple chip)?

ankursingh
Автор

Thanks! please also make a video on how to install Oracle Data intergrator (ODI) 12c on m1 mac. unable to find arm(aarch64) version for ODI 12c.

sainnath
Автор

Hi, my question is more towards VS Code and VS Code Server. I have VS Code installed and had no problem adding the SQL Developer extension. However, this doesn't seem to be available for the Server version of VS Code (which I am hosting in my home lab). Any thoughts on why this is or if there is a work-around to getting it installed?

fernandoluna
Автор

Hi sir, can you please help to get the default database table such as emp, dept etc

StatusWorldk
Автор

may i know which builder you were using?

ssotrst
Автор

Can this be also apply to the new Microsoft Surface laptop with snapdragon arm chips?

kumotskie
Автор

Hello How to unloack hr schema in sql developer through connect docker in Macbook pro m2 please help me

sameerkurhade
Автор

thank you so much,
i am trying to build my app locally using Tilt and the commands to run DB are in k82 yaml file, whatever the logs show the tables is created but i got login denied invalid user or password!

ahmedgamal
Автор

Installation on MacBooks is a problem in itself,
thanks for sharing.

suat
Автор

hi, just wonder to know how can I connect to oracle autonomous database in mac m1.

henry
Автор

Something I'm not quite clear on. Does this allows me to connect to a remote Oracle DB? Or is this a local Oracle DB? Because I'm on M1 Mac and need to connect to an Oracle DB hosted on my company's server.

Any help is much appreciated!

carloskelaidis