That's my old Intel Mac's main database. I run PostgreSQL, Azure DS/SQL Server and MySQL on my M pro Mac. I think this way is better, but I will try it.
I am getting this error Sir Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=oGxTMYFZR8W8ESXtclNufA==) I tried a lot but I couldn't make it work please help.
Pleas help , The Oracle SQL Server connect button is invisible and when i test the new data base i have this error message : O Error: The Network Adapter could not establish the connection how can i fix it ?
also when i run the command zsh sqldeveloper.sh i have : Oracle SQL Developer Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved. /Applications/SQLDeveloper.app/Contents/resources/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 897: /usr/lib/exec/java_home: No such file or directory
Thank u for your video!. Following what u said, i had an error. "Listener refused the connection with the following error: ORA-12505" . Can i ask for on this?
you can check this link to resolve this issue that might helpful community.spiceworks.com/topic/2054287-sql-developer-ora-12505-tns-listener-does-not-know-of-sid
@@SKS_BHAKTI_DHAM Hello Mr. Yadav. Can you please assist me with running Oracle on my computer? I watched the video numerous times. I still cannot get it to work correctly .
Help, it shows this: An error was encountered performing the requested operation: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=D7ms2VEIRJ+dF0uDHjmJkQ==) Vendor code 17002
Thanks a lot for this video and i was somehow able to open the Oracle without running those commands (4:12 of video) will it cause any problem in the future?
My javaFX isn't working. Is there a solution to fix? I also have the ''Failure: test failed: the network adapter could not establish the connection'' I would appreciate it. Thank you
Hi , I have not faced this kind of error but you can refer these below links might will help you to debug and fix it. stackoverflow.com/questions/24127839/oracle-sql-developer-failure-test-failed-the-network-adapter-could-not-estab www.rebellionrider.com/sql-developer-error-the-network-adapter-could-not-establish-the-connection/ Thanks, Sunil Yadav
you can install through the image www.reddit.com/r/docker/comments/kelobr/help_building_sql_server_container_on_m1/ www.quackit.com/sql_server/mac/install_sql_server_on_a_mac.cfm was able to install docker run -d --name mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge but donot know how to connect through oracle sql developer i have only m1 so i did tried to do that with below commands ❯ docker run -d --name mssql_sql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5e98f4c722bf mcr.microsoft.com/azure-sql-edge "/opt/mssql/bin/perm…" 5 seconds ago Up 3 seconds 1401/tcp, 0.0.0.0:1433->1433/tcp mssql_sql
Pretty nice, the same process work for the datamodeler. And to be easy to use, I create an alias in my .zshrc to call the program in the terminal writing just sqldeveloper.
i have m1 mac and it worked fine. at the beginning it said u need java see 8 and 11 to run, even when I had java 17 version installed. however I also installed the 11th versions and it worked well .. anyone know? about running the database itself? LMK soon
you can install through the image www.reddit.com/r/docker/comments/kelobr/help_building_sql_server_container_on_m1/ www.quackit.com/sql_server/mac/install_sql_server_on_a_mac.cfm was able to install docker run -d --name mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge but donot know how to connect through oracle sql developer
Hi, I have a problem a want to install Oracle database on my M1 mac , but it seems that i can not find solution,i have tried docker but i cant find image thtas will work ,so i have used up all my resources if you know how please help ? Thank you :) Nice video btw.
you can install through the image www.reddit.com/r/docker/comments/kelobr/help_building_sql_server_container_on_m1/ www.quackit.com/sql_server/mac/install_sql_server_on_a_mac.cfm was able to install docker run -d --name mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge but donot know how to connect through oracle sql developer i have only m1 so i did tried to do that with below commands ❯ docker run -d --name mssql_sql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5e98f4c722bf mcr.microsoft.com/azure-sql-edge "/opt/mssql/bin/perm…" 5 seconds ago Up 3 seconds 1401/tcp, 0.0.0.0:1433->1433/tcp mssql_sql
@@SKS_BHAKTI_DHAM I went with DBeaver instead. Thank you for your response. The video was helpful. In the end, I realized I had issues with my internet gateway n which I was trying to connect to.
hola, podrías hacer un video de como instalar oracle 18c xe en mac m1, llevo semanas probando y probando en contenedor docker, pero nada me resulta. Gracias de antemano.
Thanks for the video, but this didn't work for me on my 16" MacBook Pro with the M1 Pro chip. I ran the two lines of code in the Terminal window and SQL Developer tried to open and generated a bunch of errors. See below for some: Warning - could not install some modules: oracle.ide.persistence - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.persistence.jar: Not found bundle:oracle.ide.persistence oracle.javamodel_rt - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/external/oracle.javamodel-rt.jar: Not found bundle:oracle.javamodel_rt oracle.ide - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.jar: Not found bundle:oracle.ide oracle.ideimpl.peek - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ideimpl.peek.jar: Not found bundle:oracle.ideimpl.peek Actually, it looks like these errors are coming from Java, not SQL Developer, but either way I can't open the tool. Any suggestions?
Thanks so much! I appreciate you
Any time!
Thank you sir for help it's working gratefully
Thank you 🙏 what’s user name and password did you used?
@@SKS_BHAKTI_DHAM
i am using my collage id and pass
Thanks from Argentina!
Glad it helped!
That's my old Intel Mac's main database. I run PostgreSQL, Azure DS/SQL Server and MySQL on my M pro Mac. I think this way is better, but I will try it.
Big thanks from Indonesia, thank you
Thank you very much Virah
Woww!! Thanks for this video.. I have been going crazy from past 2 days and this video worked just fine for me! Thanks a lot
Great to hear!
I am getting this error Sir
Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=oGxTMYFZR8W8ESXtclNufA==)
I tried a lot but I couldn't make it work please help.
The same, have u find out how to solve it ?
Same
Hello i installed everything and copy pasted the code in my terminal but it is not working help please
i cannot access cd /Applications/SQLDeveloper.app/Contents/resources/sqldeveloper path. Nothing in /Applications
not able to connect with db , pls help
Please make vidio for how to connect new user to oracle database
how do i solve network adapter could not estabilsh?
Is there a way we can install just ORACLE DBA on MacOS M1?
Hi Vivid, i have not tried yet but you can do that using docker .
@@SKS_BHAKTI_DHAM I have been stressing on this one for a really long time now. Please make a video for this one as well in your free time Sir.
thank you, you solve my problem 🙆🏻♀
You're welcome 😊
can you guide me on how to actually connect to the database after this?
Pleas help ,
The Oracle SQL Server connect button is invisible and when i test the new data base i have this error message : O Error: The Network Adapter could not establish the connection
how can i fix it ?
also when i run the command zsh sqldeveloper.sh i have :
Oracle SQL Developer
Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
/Applications/SQLDeveloper.app/Contents/resources/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 897: /usr/lib/exec/java_home: No such file or directory
Can you install java first
You can follow my video of java installation
thanks man, u're the best!!!
Glad it helped!
I have an error:
''Failure: test failed: the network adapter could not establish the connection''
could you please help me.
Hi Timur,
sure we can connect ,are you using any proxy look like not able to reach the host you are trying to connect
Thank u for your video!. Following what u said, i had an error. "Listener refused the connection with the following error: ORA-12505" . Can i ask for on this?
you can check this link to resolve this issue that might helpful community.spiceworks.com/topic/2054287-sql-developer-ora-12505-tns-listener-does-not-know-of-sid
@@SKS_BHAKTI_DHAM Hello Mr. Yadav. Can you please assist me with running Oracle on my computer? I watched the video numerous times. I still cannot get it to work correctly .
Really helpful man, thank you
Glad it helped!
How to establish connection in intel mac models
Pata chale toh haame bhi batae ..aapko 50 lakh ki placement lagegi
Bro mere m2 me ye start nhi ho para create connection manullay nhi hora help kardo
you saved my life buddy!
Thank you Shane ,glad it's help you.
Thanks a lot
What is the command if we have bash instead zsh, please let me know
Awesome! thank you!
You're welcome!
Help, it shows this:
An error was encountered performing the requested operation:
IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=D7ms2VEIRJ+dF0uDHjmJkQ==)
Vendor code 17002
same here
Thank you very much for your time. You are the best.
You are welcome!
Thanks a lot for this video and i was somehow able to open the Oracle without running those commands (4:12 of video) will it cause any problem in the future?
It will be ok ,no problem will cause in the future
@@SKS_BHAKTI_DHAM thank you
@@SKS_BHAKTI_DHAM how to open the SQL page? after that final step.
My javaFX isn't working. Is there a solution to fix? I also have the ''Failure: test failed: the network adapter could not establish the connection''
I would appreciate it. Thank you
Hi ,
I have not faced this kind of error but you can refer these below links might will help you to debug and fix it.
stackoverflow.com/questions/24127839/oracle-sql-developer-failure-test-failed-the-network-adapter-could-not-estab
www.rebellionrider.com/sql-developer-error-the-network-adapter-could-not-establish-the-connection/
Thanks,
Sunil Yadav
wow, it worked. thanks much for informational video
You're welcome!
Thank you, it was very useful.
Glad it was helpful!
appriciated brother
Thank you
Where to run the command ?
Thank you Sir, you made my day. 👍
Glad to hear that!
Many many thanks Sunil!
Most welcome!
how to make connection to database
Bhai aage server se connect kaise karna hn
thanks, very helpfull!!
Glad it helped!
Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=HeUN9p+yRNCBAtFKa8YXDw==)
where is “iterm”? how to open it? please explain more. every time i open the oracle it will quit unexpectely
you can install iterm ,if you would like
@@SKS_BHAKTI_DHAMThank you for your reply. I am wondering where to open that command line?
You're the man.
Happy to help!
anyone figured out how to connect to Oracle on parellels?
My question is how to install database on docker container in m1
you can install through the image
www.reddit.com/r/docker/comments/kelobr/help_building_sql_server_container_on_m1/
www.quackit.com/sql_server/mac/install_sql_server_on_a_mac.cfm
was able to install
docker run -d --name mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge
but donot know how to connect through oracle sql developer
i have only m1 so i did tried to do that with below commands
❯ docker run -d --name mssql_sql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge
❯ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5e98f4c722bf mcr.microsoft.com/azure-sql-edge "/opt/mssql/bin/perm…" 5 seconds ago Up 3 seconds 1401/tcp, 0.0.0.0:1433->1433/tcp mssql_sql
Great. your video really helped. cheers mate.
Glad it helped
Pretty nice, the same process work for the datamodeler.
And to be easy to use, I create an alias in my .zshrc to call the program in the terminal writing just sqldeveloper.
Thanks for the info!
how to create database oracle on m1 ?
But how to connect to database
Sup - How to install Oracle SQL Developer data modeler on Mac?
i have m1 mac and it worked fine.
at the beginning it said u need java see 8 and 11 to run, even when I had java 17 version installed.
however I also installed the 11th versions and it worked well
..
anyone know? about running the database itself? LMK soon
Do you got it how to run database
whats the username and password we need to give after installing
Great job. Thank you.
Thanks for watching!
Sir great video! Do you know if we can install Microsoft SQL server on M1?
Thank you Aakansha for your feedback . i have not tried yet to install Microsoft SQL server but will try and let you know.
@@SKS_BHAKTI_DHAM yes sure thank you 😊 👍🏼
you can install through the image
www.reddit.com/r/docker/comments/kelobr/help_building_sql_server_container_on_m1/
www.quackit.com/sql_server/mac/install_sql_server_on_a_mac.cfm
was able to install
docker run -d --name mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge
but donot know how to connect through oracle sql developer
@@SKS_BHAKTI_DHAM thank you so much!!! Will definitely give this a try! Also when you said you were able to install it did you try it in M1 or intel?
Thank you very much Aakanksha for subscribing my channel :)
Muchas gracias, me sirvió mucho
sir, does it work for ORACLE XE ?
I did not tried but you can try and please let me know if you are facing any issue
Hi,
I have a problem a want to install Oracle database on my M1 mac , but it seems that i can not find solution,i have tried docker but i cant find image thtas will work ,so i have used up all my resources if you know how please help ? Thank you :) Nice video btw.
you can install through the image
www.reddit.com/r/docker/comments/kelobr/help_building_sql_server_container_on_m1/
www.quackit.com/sql_server/mac/install_sql_server_on_a_mac.cfm
was able to install
docker run -d --name mssql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge
but donot know how to connect through oracle sql developer
i have only m1 so i did tried to do that with below commands
❯ docker run -d --name mssql_sql -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=myPassw0rd123' -p 1433:1433 mcr.microsoft.com/azure-sql-edge
❯ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5e98f4c722bf mcr.microsoft.com/azure-sql-edge "/opt/mssql/bin/perm…" 5 seconds ago Up 3 seconds 1401/tcp, 0.0.0.0:1433->1433/tcp mssql_sql
@@SKS_BHAKTI_DHAM Okay i will try thank u very much :)
@@boki2smoki3 Hi, I am also struggling to install oracle database on my M1 mac mini. Did u successful ? if so pls let me know the details.
Thank you
You're welcome
what is username and password
Como puedo saber la clave y usuario? Soy nuevo en esto
Gracias
No hay problema
Username and Password please
Hellllppppp. I still cannot get mine to work. I've tried so, so many times.
What happened? can you please share the error details.
@@SKS_BHAKTI_DHAM I went with DBeaver instead. Thank you for your response. The video was helpful. In the end, I realized I had issues with my internet gateway n which I was trying to connect to.
hola, podrías hacer un video de como instalar oracle 18c xe en mac m1, llevo semanas probando y probando en contenedor docker, pero nada me resulta. Gracias de antemano.
can you please share the issue?
@@SKS_BHAKTI_DHAM sure,
=> ERROR [3/5] RUN yum install -y oracle-database-preinstall-18c && y 11.4s
are you trying to install oracle database server? you need specific docker image to install it.
@@SKS_BHAKTI_DHAM eso es lo que he estado haciendo, con una imagen en docker pero me sale el error que antes te mande
@@marcosalas9272 De casualidad habrás podido instalar? Para que me puedas echar una manito, de antemano, muchas gracias
Thanks for the video, but this didn't work for me on my 16" MacBook Pro with the M1 Pro chip. I ran the two lines of code in the Terminal window and SQL Developer tried to open and generated a bunch of errors. See below for some:
Warning - could not install some modules: oracle.ide.persistence - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.persistence.jar: Not found bundle:oracle.ide.persistence oracle.javamodel_rt - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/external/oracle.javamodel-rt.jar: Not found bundle:oracle.javamodel_rt oracle.ide - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.jar: Not found bundle:oracle.ide oracle.ideimpl.peek - org.netbeans.InvalidException: Netigso: /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ideimpl.peek.jar: Not found bundle:oracle.ideimpl.peek
Actually, it looks like these errors are coming from Java, not SQL Developer, but either way I can't open the tool. Any suggestions?
Thank you very much
You are welcome
Thank you
You're welcome