-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Database XE 18.4.0 on M1 #2184
Comments
I've got the same problem on my MacBook Pro M1. I need this database for work so it would be amazing and it would really make my life easier. |
Please paste the output of docker info |
The same problem occurs but with version 11.2.0.2 Running the command:
And my docker info is docker_info.txt The image was compiled using this command |
i solve that executing in terminal |
@jaiodoo Have you really been able to run an Oracle Database in a Docker container on Apple Silicon by just using the |
I happened to resolve this (or a very similar issue) by accident - the docker container got restarted after a failed DB setup until the setup was eventually successful. TL;DR steps (or follow this longer SO answer) :
Oracle DB doesn't feel slow in my normal day-to-day use (no heavy use). |
@Peipi98 Oracle database docker images are not compatible on ARM platform (Apple M1) currently. Many guys are successful in running the docker images on Lima. Please use the method mentioned above to run the image. Additionally, we are working on the compatibility of Oracle Database with ARM platform and the release expectation is later this year. So, closing this issue for now. Please feel free to reopen in case you have any further queries. |
@abhisbyk can you give me an idea how I can run Oracle Db 19c Docker image on Mac M1 using Lima. |
Complete Log is here: @yunus-qureshi @abhisbyk LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 20-APR-2022 14:07:05 Copyright (c) 1991, 2020, Oracle. All rights reserved. Starting /opt/oracle/product/19c/dbhome_1/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 19.0.0.0.0 - Production Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
|
Hey everyone, I am going to try running Oracle Database XE 18.4.0 on a new M1 MacBook Pro, as mentioned in this thread using one of these SO answers There is also another thread discussing this topic here: Fingers crossed at some point will see support for M1-based Macs in the future!! |
@OliHarris Do you have any updates about the issue? I have tried the solution with Colima described in this article on my M1 Max and got nothing in result. |
@artemzi There's been some wild trial and error but fingers crossed this will help - here are my notes!! ~
~
~ ~ Here are some other useful commands as you debug: ~ |
@OliHarris Thanks for the detailed description! Unfortunately, this solution doesn't work for me, all I got - "cannot create a database connection" when trying to use |
Hi @artemzi
Thanks and good luck!! |
I run this command:
docker run --name myxedb -d -p 1521:1521 -e ORACLE_PWD=system -e ORACLE_CHARACTERSET=AL32UTF8 oracle/database:18.4.0-xe
Then I check on Docker that gives me this result:
The text was updated successfully, but these errors were encountered: