Want to easily remember the SQL commands for your database? Get my free SQL Cheat Sheets here: www.databasestar.com/get-sql-cheat-sheets/?
@RidhimaChopra-f6iАй бұрын
Couldn't be more happier today, Finally got the oracle database running on my mac m2. Thank you for sharing this
@DatabaseStarАй бұрын
Great to hear!
@JuanHerrera-io5qy7 ай бұрын
Finally! Didn't know that was not possible to install oracle db on Mac until last wednesday. Then this video appears! Thanks from Brazil!
@DatabaseStar7 ай бұрын
Thanks! Yeah it’s a new file Oracle created for this. 😀
@vj23104 ай бұрын
Finally, I managed to get Oracle DB running on Mac M1 and continued practicing. Thank you for sharing this!
@DatabaseStar4 ай бұрын
Glad it helped!
@cnagappa6 ай бұрын
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.
@DatabaseStar6 ай бұрын
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.
@FullStackJavaJourney-s5g2 ай бұрын
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
@DatabaseStarАй бұрын
You’re welcome! Sure, I have a video on bind mounts on my channel which explains how to do this.
@raguveer62773 ай бұрын
Please upload a video about uninstalling the oracle and docker fully from the device
@DatabaseStar3 ай бұрын
Good idea!
@SnehilPriyam3 ай бұрын
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 .
@DatabaseStar3 ай бұрын
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.
@SnehilPriyam3 ай бұрын
@@DatabaseStar No not downloaded docker
@jesusmartineznoda659524 күн бұрын
It is a bit unclear to me on the step of having a GitHub repository in my folder. 2:26 Can anyone help me out please?
@DatabaseStar14 күн бұрын
I'll try to help. This step is needed because the files that are used to create an image (a kind of "installation file"), are stored in a GitHub repository. We need to download those to our computer so that we can run the script to create this image.
@umathitamilyoutuber41854 ай бұрын
Thanks :) Finally got to use oracle db in my MAC after 3 years of trying. Great!
@DatabaseStar4 ай бұрын
You’re welcome! Glad it worked for you.
@GaoMingYang01016 ай бұрын
Thank you so much! I have tried many times to use Oracle database on m1 mac, this time I success!😄
@DatabaseStar6 ай бұрын
Glad it helped!
@RohitKumar-ip1qp4 ай бұрын
Finally I can practice PLSQL on a m1 Mac
@DatabaseStar4 ай бұрын
Yeah it’s great we can do that now
@AbdallahBoukouffallah2 ай бұрын
I can't be more grateful, Thanks dude you are a life saver .
@DatabaseStar2 ай бұрын
Glad you found it useful!
@nader_90829 күн бұрын
Hi Database Star this is a great video but how i can active hr on it
@DatabaseStar28 күн бұрын
Thanks! I'm not sure if it's already included, but I'll create a video on how to do this.
@nader_90828 күн бұрын
@@DatabaseStar Thanks❤
@naachhairАй бұрын
Thanks for your sharing. I finally installed oracle on my mac m2.
@DatabaseStarАй бұрын
Glad you were able to get it working!
@AQ.shortsАй бұрын
Please help me i also have mac m2 cd github comd dont work for me please give the right cmd by rply this comment
@mohdwasique16824 ай бұрын
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!!
@DatabaseStar4 ай бұрын
Glad it helped!
@sardarsajjuАй бұрын
FINALLY..... Thank you so much for the video each and every step is sooo clear. Finally i got Oracle running on my computer🤗🤗🤗🤗
@DatabaseStarАй бұрын
Glad to hear it worked!
@masto27335 күн бұрын
I cannot see Sql developer in VScode to add connection, I managed to connect via standalone SQL Developer, but cannot make connection from VSC, how to add that option? // I have it, added 3rd party extension, thanks. Great job, finally someone delivered how to. Many thanks
@DatabaseStarКүн бұрын
Glad you got it working!
@QuynhDuong-x4w4 ай бұрын
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!!!
@DatabaseStar4 ай бұрын
Oh I’m not sure why you would be getting that error unfortunately
@lestercorrales46703 ай бұрын
same I also encountered that => ERROR [stage-2 2/4] RUN "/opt/oracle"/oraInventory/orainstRoot.sh && "/opt/oracle/product/19c/dbhome_1"/root.sh
@1w4nАй бұрын
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!
@Anonymouse-kb5po8 күн бұрын
Great video! If i'm using docker compose, what location should I bind to have persistent data?
@DatabaseStar7 күн бұрын
Hmm I'm not 100% sure on that actually. I've used docker compose briefly as well as bind mounts briefly but I don't know enough to have an answer for this.
@anantatwАй бұрын
please add if we create user using this container, use naming for username C##[username] or give some configuration. thanks.
@DatabaseStarАй бұрын
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.
@AliHsn-Official2 ай бұрын
Much appreciated man!🙏❤ I have a questions tho, how to properly exit the running image and rerun it again?
@DatabaseStarАй бұрын
You can use the command "docker stop" to stop it and "docker run" to run it again.
@PatrickRenaudWendyamRAYAISSEАй бұрын
My macbook is using intel chip . is it possible to install on it ?
@DatabaseStarАй бұрын
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
@jokingstew78854 ай бұрын
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
@DatabaseStar4 ай бұрын
Glad it helped!
@fernandoluna38666 ай бұрын
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?
@DatabaseStar6 ай бұрын
Oh I've never heard of a server version of VS Code. I'm not sure how to get it installed unfortunately.
@StatusWorld2k174 ай бұрын
Hi sir, can you please help to get the default database table such as emp, dept etc
@DatabaseStar4 ай бұрын
Sure, I have a KZbin video here on setting up the HR database: kzbin.info/www/bejne/rmmmaapqf7Jmd7c
@zahrafakhirahidayat4278Ай бұрын
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 :(🙏
@DatabaseStarАй бұрын
Are you getting an error when you try to use Docker? Do you have the right version of Docker?
@zahrafakhirahidayat4278Ай бұрын
@@DatabaseStar yes, i used the version that you used in the video, because mine is m2 i thought it was same with yours
@regreto97412 ай бұрын
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
@DatabaseStar2 ай бұрын
I’m not sure what that error means.
@blauee5268Ай бұрын
did u fix it I have the same error
@ZFighter-d7kАй бұрын
Pls tell a fix if u got any
@ghalibalmandhary621724 күн бұрын
The fix is simple, don't download the LINUX.ARM64 on safari as the format of the file will not be .zip. download using any other browser, I tried with google chrome and it worked. Once the download is done, just place the .zip file in the directory that you have done the git clone.
@ghalibalmandhary621724 күн бұрын
@@blauee5268 The fix is simple, don't download the LINUX.ARM64 on safari as the format of the file will not be .zip. download using any other browser, I tried with google chrome and it worked. Once the download is done, just place the .zip file in the directory that you have done the git clone.
@sainnath5 ай бұрын
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.
@DatabaseStar5 ай бұрын
I don't have any experience with ODI so I'm not sure how that would be done.
@knabivan92742 ай бұрын
Thanks. It also works on Windows ARM.
@DatabaseStar2 ай бұрын
Good to know!
@jorgemeza43644 ай бұрын
Thank you very much mate, greetings from Mexico
@DatabaseStar4 ай бұрын
You're welcome!
@regreto97412 ай бұрын
I only have 2 options of download for docker, apple silicon or intel chip, please answer quickly
@DatabaseStar2 ай бұрын
It’s the Apple Silicon chip, this is the one used by the M series Macs.
@yassinezaimi107125 күн бұрын
No docker or podman executable found in your PATH (what’s problem )
@DatabaseStar25 күн бұрын
Do you have Docker installed?
@abdulwahabsindi27312 ай бұрын
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
@DatabaseStar2 ай бұрын
What error are you getting? It's hard to connect to Oracle and there could be any number of causes and solutions :|
@Jawaher_ar2 ай бұрын
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 😔
@DatabaseStar2 ай бұрын
Hmm I'm not sure. I would suggest looking on Google or Stack Overflow as there are likely others with the same issue.
@ShahbazKhan-tv6ws2 ай бұрын
I am having same issues. even I tried with multiple version of docker.
@erwingcossb492612 күн бұрын
Thank you so much for the video!
@DatabaseStar10 күн бұрын
You're welcome
@neriyoutuber12 сағат бұрын
How can i install oracle apex after this?
@DatabaseStar4 сағат бұрын
I’m not sure, unfortunately, as I’ve never used Apex.
@OndiFransButarbutar5 ай бұрын
may i know which builder you were using?
@DatabaseStar5 ай бұрын
What do you mean by "builder"?
@BurntDosaАй бұрын
i get a 400 bad request error when im trying to download the file from oracle how do I fix this?
@BurntDosaАй бұрын
i also get 502 error in the same page
@DatabaseStarАй бұрын
I'm not sure, I think that would be an issue with Oracle's site.
@SnehilPriyam3 ай бұрын
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 ??
@DatabaseStar3 ай бұрын
There's a way to show the terminal in VS Code: View > Terminal.
@karynnthedreamer24 күн бұрын
Thanks for saving my Comp Sci masters 🙇♀
@DatabaseStar22 күн бұрын
Happy to help!
@sharminsultana92063 ай бұрын
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?
@DatabaseStar3 ай бұрын
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.
@kumotskie5 ай бұрын
Can this be also apply to the new Microsoft Surface laptop with snapdragon arm chips?
@DatabaseStar5 ай бұрын
Good question. I assume it can, if it's an ARM chip, but I'm not sure.
@E_HavenАй бұрын
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
@DatabaseStarАй бұрын
Could you choose one of those options?
@kriswiley47343 ай бұрын
is it possible to add a database I have in a file to this?
@DatabaseStar3 ай бұрын
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.
@james.sanjaya4 ай бұрын
is it safe to have oracle in the macbook rather than using a virtual machine??
@DatabaseStar4 ай бұрын
Generally it's OK, but Docker is meant for temporary usage from what I understand, and not for anything production related.
@badboysforlifebbfl97772 ай бұрын
How to use hr and Scott user in this bro ?
@DatabaseStar2 ай бұрын
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
@sameerkurhade64364 ай бұрын
Hello How to unloack hr schema in sql developer through connect docker in Macbook pro m2 please help me
@DatabaseStar4 ай бұрын
I've got a video on loading the Oracle HR schema here: kzbin.info/www/bejne/rmmmaapqf7Jmd7c
@regreto97412 ай бұрын
im getting an issue 400 bad request . request header or cookie to large when Im trying to download the aarm oracle
@DatabaseStar2 ай бұрын
Oh that’s odd. Hopefully it’s a temporary issue.
@giammaplays958013 күн бұрын
I've got this error Checking if required packages are present and valid... md5sum: LINUX.X64_193000_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. Any idea why he is searching X64 version?
@DatabaseStar10 күн бұрын
That's odd, I don't know why you would be getting this error.
@ahmedgamal2035 ай бұрын
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!
@DatabaseStar5 ай бұрын
Oh that's odd, I don't know much about Tilt or k82 unfortunately
@VinnyVibe-u5g2 ай бұрын
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?
@DatabaseStar2 ай бұрын
Perhaps that functionality hasn't been added to the extension yet. They are adding features quickly, so it will be there eventually.
@saiganesh-l21943 ай бұрын
Can i connect this oracle database to java jdbc?
@DatabaseStar3 ай бұрын
I’m not sure as I haven’t used Java
@mrsmart41023 ай бұрын
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
@DatabaseStar3 ай бұрын
I think it will work for Oracle. I’m not sure about Java as I don’t have much experience with it.
@leilaallouch4470Ай бұрын
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.
@DatabaseStarАй бұрын
Oh that's odd. What error message do you get on the website?
@JosephReyes-d6x3 ай бұрын
my terminal says "No docker or podman executable found in your PATH" how can i fix this?
@DatabaseStar2 ай бұрын
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.
@philippemallari80773 ай бұрын
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?
@DatabaseStar3 ай бұрын
Where are you typing this command? I'm not familiar with the CONNECT command. Is it in SQL*Plus or some other tool?
@philippemallari80773 ай бұрын
@@DatabaseStar My professor is using windows and is using SQL*Plus, so I am trying on my end with oracle on vs code
@philippemallari80773 ай бұрын
@@DatabaseStar yeah my professor is in windows and is doing it in SQL plus
@mr.benjamincountaАй бұрын
Can we run older versions of Linux and red hat finally now ?
@DatabaseStarАй бұрын
I’m not sure
@idrisbouch96462 ай бұрын
it said operation not permitted in my terminal pls help
@DatabaseStar2 ай бұрын
Which operation is this?
@avinashavi6536Ай бұрын
No docker or podman executable found in your PATH it is showing like this
@DatabaseStarАй бұрын
Have you installed Docker?
@jejemon021Ай бұрын
Exactly what I need, thank you so much!!! :)
@DatabaseStarАй бұрын
You're welcome!
@GameQuestChronicles124 ай бұрын
can I practice sql plus from this
@DatabaseStar4 ай бұрын
I assume so, but I haven't tried it.
@anniepham1626 ай бұрын
It's really helpful, thank you so much 💌
@DatabaseStar6 ай бұрын
You're welcome 😊
@kkcheng08162 ай бұрын
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;
@DatabaseStar2 ай бұрын
Glad you liked it! I'm not sure how to unlock the HR schema on these databases, or even if it's included.
@henry56497 ай бұрын
hi, just wonder to know how can I connect to oracle autonomous database in mac m1.
@DatabaseStar7 ай бұрын
If it's cloud hosted, I have a video for that on my channel.
@ankursingh7304 ай бұрын
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)?
@DatabaseStar4 ай бұрын
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.
@ankursingh7304 ай бұрын
@@DatabaseStar thanks ! That will be helpful :)
@mrsmart41023 ай бұрын
@@ankursingh730 did u find a way to use the sql plus
@MdAzharuddin-h3u6 ай бұрын
why i cant find my table which i created earlier whenever i close vs code
@DatabaseStar6 ай бұрын
I'm not sure, it should be there even if you close VS Code. Are you on the same connection?
@shadinvp12115 ай бұрын
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
@DatabaseStar5 ай бұрын
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/
@jasonadventure22657 ай бұрын
Very good video, I'm waiting for a long time, thank you so much
@DatabaseStar7 ай бұрын
You're welcome!
@LuisGonzalez-zl8pm5 ай бұрын
Thank you sou much! It was very helpful for me. Greetings from Cuba
@DatabaseStar5 ай бұрын
Glad it helped!
@PShrinidhiАй бұрын
I am getting 400 bad request What should i do
@DatabaseStarАй бұрын
When are you getting that error?
@philippemallari80773 ай бұрын
does this work for m3?
@DatabaseStar3 ай бұрын
Yes it should, but I haven't tried it.
@philippemallari80773 ай бұрын
@@DatabaseStar it does work thanks
@engmmazeem3 ай бұрын
Well Done, It worked with me .. Thank You
@DatabaseStar3 ай бұрын
Glad it helped
@marcohiponia4 ай бұрын
Great tutorial!
@DatabaseStar4 ай бұрын
Thank you!
@philippemallari80773 ай бұрын
hey guys, how do you insert an existing file?
@DatabaseStar3 ай бұрын
What do you mean by existing file? If you mean a CSV file, you can import that with SQL Developer
@philippemallari80773 ай бұрын
@@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?
@carloskelaidis60776 ай бұрын
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!
@DatabaseStar6 ай бұрын
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.
@aiyananowar77182 ай бұрын
YOU'RE A LIFE SAVER 🙏
@DatabaseStar2 ай бұрын
Thanks!
@muhammadandynurkautsar76164 күн бұрын
No docker or podman executable found in your PATH
@DatabaseStarКүн бұрын
Do you have docker installed?
@frederikjorgensen944 ай бұрын
It worked! ✅Thank you so much man!
@DatabaseStar4 ай бұрын
You’re welcome, glad it helped
@BANKAPALLIMANOJ3 ай бұрын
i did everything as shown in video but u got connection issues
@DatabaseStar3 ай бұрын
What issue are you having?
@Chunzhendingyilang5 ай бұрын
You are life saver, thank you so much!
@DatabaseStar5 ай бұрын
You're welcome!
@fatkur2 ай бұрын
is that free? how about XE version?
@DatabaseStar2 ай бұрын
I believe it is, but check the download page to be sure.
@llwii-fs6pm3 ай бұрын
how can I change the username?
@DatabaseStarАй бұрын
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.
@api_makerАй бұрын
Thank you so much for this great video..!!
@DatabaseStarАй бұрын
Glad it was helpful!
@suat62825 ай бұрын
Installation on MacBooks is a problem in itself, thanks for sharing.
@DatabaseStar5 ай бұрын
You're welcome!
@prteek106 ай бұрын
Most waited video 👍👍👍
@DatabaseStar6 ай бұрын
Yeah it has been a long time coming!
@prteek106 ай бұрын
@@DatabaseStar How is Perfomance of laptop? Resource utilization of m1?
@douglassouza88844 ай бұрын
Thank you friend, tutorial grade 10.
@DatabaseStar4 ай бұрын
Glad you liked it!
@raguveer62774 ай бұрын
Status is showing un healthy what to do?
@DatabaseStar3 ай бұрын
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.
@raguveer62773 ай бұрын
@@DatabaseStar Ok 👍🏻 Thank You
@Penitent857 ай бұрын
thank you great video it's work 100%
@DatabaseStar7 ай бұрын
Glad to hear it worked!
@Penitent857 ай бұрын
@DatabaseStar it's also work with oracle sql developer
@anthon-x58714 ай бұрын
Amazing, great help!
@DatabaseStar4 ай бұрын
Thanks!
@raulosoy22204 ай бұрын
bro you save me, my Inglish its so bad but I can do all the proces and my db works, thanks form GT
@DatabaseStar4 ай бұрын
Glad I could help
@rajands655 ай бұрын
Thank you so much !
@DatabaseStar5 ай бұрын
You're welcome!
@insung2725 күн бұрын
you're the best!
@DatabaseStar25 күн бұрын
Thanks!
@gag2077Ай бұрын
amazing you are the best
@DatabaseStarАй бұрын
Thanks!
@exocy64806 ай бұрын
it says that my password or username is wrong eventhough i used your commands
@DatabaseStar6 ай бұрын
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.
@exocy64806 ай бұрын
@@DatabaseStar Both. I restartet the container and it somehow worked
@miguelangelllanten82894 ай бұрын
How can I know the password of the user “SYS”?
@DatabaseStar4 ай бұрын
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.
@nicolasmarino5314Ай бұрын
Thank you!!
@DatabaseStarАй бұрын
You're welcome!
@christopheralvaradoflores62653 ай бұрын
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
@DatabaseStar3 ай бұрын
Oh I’m not sure why that error would be happening
@sameerkurhade64365 ай бұрын
thank you so much really
@DatabaseStar5 ай бұрын
You're welcome
@JeevanAppu-ys6iv6 ай бұрын
Hi I'm getting an error like no docker or podman executable found in your path. Can please guide me
@DatabaseStar6 ай бұрын
Do you have docker installed? If so, is the path to the file correct?