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.
Thank you very much !!! I am very happy and finally i am able to connect Oracle DB database on my MAC M1. I was really struggling to do so, your video was very informative and helpful. Thanks & Appreciated for good work. Subscribed!!
Thanks it for me in SQL developer, really thank you, with the others images of Oracle in Docker for me doesn't work but with this, Everything work, merci beaucoup
thanks a lot it helped me a lot one request after restarting system it is gone so could you please give me the command for running docker command using volume so that data will be persist after restart also
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?
Thank you very much for your video! I installed Oracle 19c successfully on my Mac M1 laptop. But when I tried to unlock HR schema, I got ORA-01918: user 'HR' does not exist although I already ran the following statements. ALTER SESSION SET container=ORCLPDB1; ALTER PLUGGABLE DATABASE open; ALTER PLUGGABLE DATABASE ORCLPDB1 SAVE STATE; alter user hr identified by hr account unlock;
Yes, it's possible. There are instructions on using Docker on the Oracle download page: www.oracle.com/uk/database/technologies/oracle-database-software-downloads.html
Checking if required packages are present and valid... md5sum: LINUX.ARM64_1919000_db_home.zip: No such file or directory MD5 for required packages to build this image did not match! Make sure to download missing files in folder 19.3.0. how do I fix this and what am I missing
You can login with the SYS user, or create a new user if you like. If you want a "local user" (which is like a regular user), you'll need to create it on the Pluggable Database and not use the C## format.
I got this error while building the image. "=> ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && 1.3s" can you help me fix this, please!!!
I got the same error. The first time I downloaded the db form the Oracle site, Safari unzipped it and I re-zipped the expanded folder. I got the your error. So I re-downloaded the .zip file avoiding Safari to unzip it. And it worked!
When I get to Build command and write in the terminal image step it says :”oracle Database container image was not successfully created “ and I am making sure the code is right and the docker is open what you think the problem is? because i need it for college 😔
I wanted to import a .csv file into a table I created using SQL developer extension on VSCode. But it seems to be there isn’t anyway for that. Any help?
hi, I just wanted to know where are the files being created? like what do I need to do when I eant to uninstall/remove it? And do I need to run the docker run command everytime I need to use the database?
I think the files are created in a docker folder somewhere on your computer. I don't know where off the top of my head, but it should be on Google. If you want to remove the database, you can use the docker command "docker container rm " to remove the container. If you leave the computer running, the docker container should still be running. If you exit docker or restart your computer, you'll need to run "docker run" again.
Hey, i do have a question, when I try to connect to a specific user it says: "SQL> connect leticia; The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options SQL> connect cprg250; The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options SQL> connect cprg250s; The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options SQL> select * from customers;" how can I connect to a specific user?
How to create a user in this database ? It showing error when using this command “CONN USER user_name IDENTIFIED BY mypassword “after connecting database
Good question. It's a bit confusing with the recent CDB and PDB architecture in Oracle, but essentially you log in to the plulggable database and create the user. I've written a little about it here: www.databasestar.com/oracle-pdb/
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!
You can install those database tables separately. Oracle has some scripts on GitHub and I have some on my GitHub as well. I also have a video on my channel
hey after entering the the command at 5:39 i am getting an error (No docker or podman executable found in your PATH) before that everthing works fine can u help me out .
Have you downloaded and installed Docker? If so, the PATH environment variable may not include the location that Docker is installed to. I would google how to update your PATH variable to include this.
When I do the building the image, I get like * select one edition only: -e, -s, -x, or -f LICENSE UPL 1.0 Copyright (c) 2014,2024 Oracle and/or its affiliates. how to fix this
Hi, when I try to execute the build command I have the next error: /opt/oracle/product/19c/dbhome_1/runInstaller: line 67: /opt/oracle/product/19c/dbhome_1/perl/bin/perl: cannot execute binary file: Exec format error
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!
This will allow you to set up a local Oracle database, one that runs on your computer. You can use SQL Developer or another tool to connect to it. Or you can use SQL Developer to connect to the Oracle DB on your company's server.
@@DatabaseStar yes thanks, i do have a question, when I try to connect to a specific user it says: "SQL> connect leticia; The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options SQL> connect cprg250; The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options SQL> connect cprg250s; The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options SQL> select * from customers;" how can I connect to a specific user?
You can create a new user on Oracle by logging in to the SYS account and running a Create User command. I have a video coming out soon with the steps to do this.
I would suggest looking at the docket logs. I forget the command for it, but there is a way to look at the logs to see if there are any errors and the details of them.
@@DatabaseStar It's a pain. I've been trying to do it for a few days. I didn't succeed. I think the option with a virtual machine on Windows will pass.
@@DatabaseStar Thanks for posting. I am also seeing this error. It is during buildContainerImage.sh. A little more detail if you may have any suggestions: => ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh 0.1s ------ > [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh: 0.076 /bin/sh: /opt/oracle/oraInventory/orainstRoot.sh: No such file or directory
@@DatabaseStar Thanks for posting. I am also seeing this error. It is during buildContainerImage.sh.A little more detail if you may have any suggestions: => ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh 0.1s ------ > [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh: 0.076 /bin/sh: /opt/oracle/oraInventory/orainstRoot.sh: No such file or directory
Hi, When I am trying to run the build command I get an error like this on my M1 Macbook Air: => ERROR [builder 1/2] COPY --chown=oracle: dba LINUX.ARM64_1919000_db_home.zip db_inst.rsp installDBBinaries.sh /opt/install/ 0.0s ------ > [builder 1/2] COPY --chown=oracle:dba LINUX.ARM64_1919000_db_home.zip db_inst.rsp installDBBinaries.sh /opt/install/: ------ 1 warning found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 25) Dockerfile:108 -------------------- 106 | 107 | # Copy DB install file 108 | >>> COPY --chown=oracle:dba $INSTALL_FILE_1 $INSTALL_RSP $INSTALL_DB_BINARIES_FILE $INSTALL_DIR/ 109 | 110 | # Install DB software binaries -------------------- ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 8e807cfe-0856-42f7-a3f7-4adb514edf4b::z8lqyiby3t5edaw7xn648a4gt: "/LINUX.ARM64_1919000_db_home.zip": not found ERROR: Oracle Database container image was NOT successfully created. ERROR: Check the output and correct any reported problems with the build operation. Could please help me in resolving this.
Want to easily remember the SQL commands for your database? Get my free SQL Cheat Sheets here: www.databasestar.com/get-sql-cheat-sheets/?
Couldn't be more happier today, Finally got the oracle database running on my mac m2. Thank you for sharing this
Great to hear!
Finally, I managed to get Oracle DB running on Mac M1 and continued practicing. Thank you for sharing this!
Glad it helped!
FINALLY..... Thank you so much for the video each and every step is sooo clear. Finally i got Oracle running on my computer🤗🤗🤗🤗
Glad to hear it worked!
Finally! Didn't know that was not possible to install oracle db on Mac until last wednesday. Then this video appears! Thanks from Brazil!
Thanks! Yeah it’s a new file Oracle created for this. 😀
Finally I can practice PLSQL on a m1 Mac
Yeah it’s great we can do that now
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.
Awesome! Glad it worked for you. It’s been hard in the last few years to get Oracle on the M1 Mac but this recent release has made it easier.
Thanks :) Finally got to use oracle db in my MAC after 3 years of trying. Great!
You’re welcome! Glad it worked for you.
I can't be more grateful,
Thanks dude you are a life saver .
Glad you found it useful!
Thanks for your sharing. I finally installed oracle on my mac m2.
Glad you were able to get it working!
Please help me i also have mac m2 cd github comd dont work for me please give the right cmd by rply this comment
Thank you so much! I have tried many times to use Oracle database on m1 mac, this time I success!😄
Glad it helped!
Please upload a video about uninstalling the oracle and docker fully from the device
Good idea!
Thank you very much !!! I am very happy and finally i am able to connect Oracle DB database on my MAC M1. I was really struggling to do so, your video was very informative and helpful. Thanks & Appreciated for good work. Subscribed!!
Glad it helped!
Thanks it for me in SQL developer, really thank you, with the others images of Oracle in Docker for me doesn't work but with this, Everything work, merci beaucoup
Glad it helped!
Thanks. It also works on Windows ARM.
Good to know!
Much appreciated man!🙏❤
I have a questions tho, how to properly exit the running image and rerun it again?
You can use the command "docker stop" to stop it and "docker run" to run it again.
Thank you very much mate, greetings from Mexico
You're welcome!
Installation on MacBooks is a problem in itself,
thanks for sharing.
You're welcome!
Exactly what I need, thank you so much!!! :)
You're welcome!
YOU'RE A LIFE SAVER 🙏
Thanks!
Thank you sou much! It was very helpful for me. Greetings from Cuba
Glad it helped!
It's really helpful, thank you so much 💌
You're welcome 😊
Very good video, I'm waiting for a long time, thank you so much
You're welcome!
thanks a lot it helped me a lot one request after restarting system it is gone so could you please give me the command for running docker command using volume so that data will be persist after restart also
You’re welcome! Sure, I have a video on bind mounts on my channel which explains how to do this.
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?
Oh I've never heard of a server version of VS Code. I'm not sure how to get it installed unfortunately.
Thank you very much for your video! I installed Oracle 19c successfully on my Mac M1 laptop. But when I tried to unlock HR schema, I got ORA-01918: user 'HR' does not exist although I already ran the following statements.
ALTER SESSION SET container=ORCLPDB1;
ALTER PLUGGABLE DATABASE open;
ALTER PLUGGABLE DATABASE ORCLPDB1 SAVE STATE;
alter user hr identified by hr account unlock;
Glad you liked it! I'm not sure how to unlock the HR schema on these databases, or even if it's included.
My macbook is using intel chip . is it possible to install on it ?
Yes, it's possible. There are instructions on using Docker on the Oracle download page: www.oracle.com/uk/database/technologies/oracle-database-software-downloads.html
Checking if required packages are present and valid...
md5sum: LINUX.ARM64_1919000_db_home.zip: No such file or directory
MD5 for required packages to build this image did not match!
Make sure to download missing files in folder 19.3.0.
how do I fix this and what am I missing
I’m not sure what that error means.
did u fix it I have the same error
Pls tell a fix if u got any
Most waited video 👍👍👍
Yeah it has been a long time coming!
@@DatabaseStar How is Perfomance of laptop? Resource utilization of m1?
bro you save me, my Inglish its so bad but I can do all the proces and my db works, thanks form GT
Glad I could help
sir, my docker can't be opened and used, how can I open and use it? please answer my question, i need to use oracle for my task :(🙏
Are you getting an error when you try to use Docker? Do you have the right version of Docker?
@@DatabaseStar yes, i used the version that you used in the video, because mine is m2 i thought it was same with yours
please add if we create user using this container, use naming for username C##[username] or give some configuration. thanks.
You can login with the SYS user, or create a new user if you like. If you want a "local user" (which is like a regular user), you'll need to create it on the Pluggable Database and not use the C## format.
I only have 2 options of download for docker, apple silicon or intel chip, please answer quickly
It’s the Apple Silicon chip, this is the one used by the M series Macs.
I got this error while building the image. "=> ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && 1.3s" can you help me fix this, please!!!
Oh I’m not sure why you would be getting that error unfortunately
same I also encountered that => ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh
I got the same error. The first time I downloaded the db form the Oracle site, Safari unzipped it and I re-zipped the expanded folder. I got the your error. So I re-downloaded the .zip file avoiding Safari to unzip it. And it worked!
Thank you so much for this great video..!!
Glad it was helpful!
Well Done, It worked with me .. Thank You
Glad it helped
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)?
Glad it helped! I don’t have any tips for that, I thought it already came with the database. I’ll look into it though.
@@DatabaseStar thanks ! That will be helpful :)
@@ankursingh730 did u find a way to use the sql plus
When I get to Build command and write in the terminal image step it says :”oracle Database container image was not successfully created “ and I am making sure the code is right and the docker is open what you think the problem is? because i need it for college 😔
Hmm I'm not sure. I would suggest looking on Google or Stack Overflow as there are likely others with the same issue.
I am having same issues. even I tried with multiple version of docker.
It worked! ✅Thank you so much man!
You’re welcome, glad it helped
You are life saver, thank you so much!
You're welcome!
I wanted to import a .csv file into a table I created using SQL developer extension on VSCode. But it seems to be there isn’t anyway for that. Any help?
Perhaps that functionality hasn't been added to the extension yet. They are adding features quickly, so it will be there eventually.
im having trouble connecting to the database with a user other than SYS. i need to be able to drop tables for example. please help
What error are you getting? It's hard to connect to Oracle and there could be any number of causes and solutions :|
i get a 400 bad request error when im trying to download the file from oracle
how do I fix this?
i also get 502 error in the same page
I'm not sure, I think that would be an issue with Oracle's site.
Thank you friend, tutorial grade 10.
Glad you liked it!
hi, I just wanted to know where are the files being created? like what do I need to do when I eant to uninstall/remove it? And do I need to run the docker run command everytime I need to use the database?
I think the files are created in a docker folder somewhere on your computer. I don't know where off the top of my head, but it should be on Google.
If you want to remove the database, you can use the docker command "docker container rm " to remove the container.
If you leave the computer running, the docker container should still be running. If you exit docker or restart your computer, you'll need to run "docker run" again.
Hey, i do have a question, when I try to connect to a specific user it says: "SQL> connect leticia;
The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options
SQL> connect cprg250;
The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options
SQL> connect cprg250s;
The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options
SQL> select * from customers;" how can I connect to a specific user?
Where are you typing this command? I'm not familiar with the CONNECT command. Is it in SQL*Plus or some other tool?
@@DatabaseStar My professor is using windows and is using SQL*Plus, so I am trying on my end with oracle on vs code
@@DatabaseStar yeah my professor is in windows and is doing it in SQL plus
my terminal says "No docker or podman executable found in your PATH" how can i fix this?
Do you have docker installed? This message may appear if you don’t have it installed. If not, try installing docker and try this process again.
Hi sir, can you please help to get the default database table such as emp, dept etc
Sure, I have a UA-cam video here on setting up the HR database: ua-cam.com/video/x8C8w4JM3AU/v-deo.html
Great tutorial!
Thank you!
Can we run older versions of Linux and red hat finally now ?
I’m not sure
How to create a user in this database ? It showing error when using this command “CONN USER user_name IDENTIFIED BY mypassword “after connecting database
Good question. It's a bit confusing with the recent CDB and PDB architecture in Oracle, but essentially you log in to the plulggable database and create the user. I've written a little about it here: www.databasestar.com/oracle-pdb/
Can this be also apply to the new Microsoft Surface laptop with snapdragon arm chips?
Good question. I assume it can, if it's an ARM chip, but I'm not sure.
im getting an issue 400 bad request . request header or cookie to large when Im trying to download the aarm oracle
Oh that’s odd. Hopefully it’s a temporary issue.
everytime i klick the link to download the zip data it doesnt work. I am taken directly to an error message and cannot install it.
Oh that's odd. What error message do you get on the website?
I have the base model m3 and I wanna use it for doing java enterprise practise with this database will this work ok or should I switch to my windows
I think it will work for Oracle. I’m not sure about Java as I don’t have much experience with it.
may i know which builder you were using?
What do you mean by "builder"?
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.
I don't have any experience with ODI so I'm not sure how that would be done.
is it safe to have oracle in the macbook rather than using a virtual machine??
Generally it's OK, but Docker is meant for temporary usage from what I understand, and not for anything production related.
Hello How to unloack hr schema in sql developer through connect docker in Macbook pro m2 please help me
I've got a video on loading the Oracle HR schema here: ua-cam.com/video/x8C8w4JM3AU/v-deo.html
thank you
great video
it's work 100%
Glad to hear it worked!
@DatabaseStar it's also work with oracle sql developer
I want to run command using terminal (as we can do it in command prompt in windows) not VS code how can i do that ??
There's a way to show the terminal in VS Code: View > Terminal.
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!
Oh that's odd, I don't know much about Tilt or k82 unfortunately
No docker or podman executable found in your PATH it is showing like this
Have you installed Docker?
How to use hr and Scott user in this bro ?
You can install those database tables separately. Oracle has some scripts on GitHub and I have some on my GitHub as well. I also have a video on my channel
hey after entering the the command at 5:39 i am getting an error (No docker or podman executable found in your PATH) before that everthing works fine can u help me out .
Have you downloaded and installed Docker? If so, the PATH environment variable may not include the location that Docker is installed to. I would google how to update your PATH variable to include this.
@@DatabaseStar No not downloaded docker
When I do the building the image, I get like * select one edition only: -e, -s, -x, or -f
LICENSE UPL 1.0
Copyright (c) 2014,2024 Oracle and/or its affiliates. how to fix this
Could you choose one of those options?
Hi
I'm getting an error like no docker or podman executable found in your path.
Can please guide me
Do you have docker installed? If so, is the path to the file correct?
Can i connect this oracle database to java jdbc?
I’m not sure as I haven’t used Java
it said operation not permitted in my terminal
pls help
Which operation is this?
Hi, when I try to execute the build command I have the next error:
/opt/oracle/product/19c/dbhome_1/runInstaller: line 67: /opt/oracle/product/19c/dbhome_1/perl/bin/perl: cannot execute binary file: Exec format error
Oh I’m not sure why that error would be happening
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!
This will allow you to set up a local Oracle database, one that runs on your computer. You can use SQL Developer or another tool to connect to it. Or you can use SQL Developer to connect to the Oracle DB on your company's server.
why i cant find my table which i created earlier whenever i close vs code
I'm not sure, it should be there even if you close VS Code. Are you on the same connection?
I am getting 400 bad request
What should i do
When are you getting that error?
hi, just wonder to know how can I connect to oracle autonomous database in mac m1.
If it's cloud hosted, I have a video for that on my channel.
Amazing, great help!
Thanks!
is it possible to add a database I have in a file to this?
Yes, depending on the format. If it's one or more SQL files you can run them. If it's a CSV file you can import the CSV.
can I practice sql plus from this
I assume so, but I haven't tried it.
amazing you are the best
Thanks!
hey guys, how do you insert an existing file?
What do you mean by existing file? If you mean a CSV file, you can import that with SQL Developer
@@DatabaseStar yes thanks, i do have a question, when I try to connect to a specific user it says: "SQL> connect leticia;
The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options
SQL> connect cprg250;
The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options
SQL> connect cprg250s;
The connect request was not recognized: please type HELP CONNECT to find out more about the supported combinations of command options
SQL> select * from customers;" how can I connect to a specific user?
Thank you so much !
You're welcome!
does this work for m3?
Yes it should, but I haven't tried it.
@@DatabaseStar it does work thanks
how can I change the username?
You can create a new user on Oracle by logging in to the SYS account and running a Create User command. I have a video coming out soon with the steps to do this.
is that free? how about XE version?
I believe it is, but check the download page to be sure.
i did everything as shown in video but u got connection issues
What issue are you having?
Thank you!!
You're welcome!
it says that my password or username is wrong eventhough i used your commands
Oh that’s odd. Are you connecting to the CDB or the PDB? I get this error sometimes even though the password is definitely right.
@@DatabaseStar Both. I restartet the container and it somehow worked
Status is showing un healthy what to do?
I would suggest looking at the docket logs. I forget the command for it, but there is a way to look at the logs to see if there are any errors and the details of them.
@@DatabaseStar Ok 👍🏻 Thank You
thank you so much really
You're welcome
Yeah, this works😊.
Great, I'm glad it worked for you!
Glad it helped!
How can I know the password of the user “SYS”?
You set this when you install the database. I don’t know if there’s a way to reset it if you don’t know it.
Great, but how can I additionally install APEX and ORDS?
I'm not sure, I've never used them unfortunately.
@@DatabaseStar It's a pain. I've been trying to do it for a few days. I didn't succeed. I think the option with a virtual machine on Windows will pass.
Thank you✌✌
You're welcome!
Praise be
Thanks!
🔥
Thanks!
thanks
You're welcome!
I love you
Hah thanks!
f]
Thanks!
getting error "=> ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh 0.7s". Any Help ?
I'm not sure what that error mesans. Is this when you run the buildContainer.sh script, or something else?
@@DatabaseStar Thanks for posting. I am also seeing this error. It is during buildContainerImage.sh. A little more detail if you may have any suggestions:
=> ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh 0.1s
------
> [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh:
0.076 /bin/sh: /opt/oracle/oraInventory/orainstRoot.sh: No such file or directory
@@DatabaseStar Thanks for posting. I am also seeing this error. It is during buildContainerImage.sh.A little more detail if you may have any suggestions:
=> ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh 0.1s
------
> [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh:
0.076 /bin/sh: /opt/oracle/oraInventory/orainstRoot.sh: No such file or directory
@@DatabaseStar yes
the issue rises when u have lack of storage, i got some storage and now issue got fixed
How can ı solve this error?
=> ERROR [builder 1/2] COPY --chown=oracle:dba LINUX.ARM64_1919000_db_ho 0.0s
Oh I'm not sure, I haven't seen that before. Maybe there's a StackOverflow post about it?
Hi, When I am trying to run the build command I get an error like this on my M1 Macbook Air:
=> ERROR [builder 1/2] COPY --chown=oracle: dba LINUX.ARM64_1919000_db_home.zip db_inst.rsp installDBBinaries.sh /opt/install/ 0.0s
------
> [builder 1/2] COPY --chown=oracle:dba LINUX.ARM64_1919000_db_home.zip db_inst.rsp installDBBinaries.sh /opt/install/:
------
1 warning found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 25)
Dockerfile:108
--------------------
106 |
107 | # Copy DB install file
108 | >>> COPY --chown=oracle:dba $INSTALL_FILE_1 $INSTALL_RSP $INSTALL_DB_BINARIES_FILE $INSTALL_DIR/
109 |
110 | # Install DB software binaries
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 8e807cfe-0856-42f7-a3f7-4adb514edf4b::z8lqyiby3t5edaw7xn648a4gt: "/LINUX.ARM64_1919000_db_home.zip": not found
ERROR: Oracle Database container image was NOT successfully created.
ERROR: Check the output and correct any reported problems with the build operation.
Could please help me in resolving this.
I'm not sure what that error means, unfortunately.