How to install Oracle SQL Developer on Ubuntu 22.04

preview_player
Показать описание
Welcome to our comprehensive tutorial on installing Oracle SQL Developer on Ubuntu 22.04! Whether you're a seasoned developer or just starting with databases, this step-by-step guide will walk you through the process, ensuring a smooth installation on your Ubuntu system.

Download Oracle SQL Developer:

Commands
sudo apt install openjdk-11-jdk

sudo mv sqldeveloper /opt/

echo 'export PATH=$PATH:/opt/sqldeveloper/sqldeveloper/bin' | sudo tee -a ~/.bashrc

source ~/.bashrc
Рекомендации по теме
Комментарии
Автор

And then how to make new connection, I have problem in network

koki
Автор

Thanks for that clear and concise instructional video. You made my earlier morning much easier. Thank you!

FarmFreshSoftware
Автор

i have been trying to download this for a long time. Now it works .. thank you so much

Silver-Clouds
Автор

Muito obrigado, vídeo foi útil até o fim :)

aizhaeqeinsiedler
Автор

The video is good, can you explain how to open it through the oracle terminal?

n_u_o
Автор

great video, next on how to use it in ubuntu

abrahammurithi
Автор

i have a problem, you use jdk 11 for oracle, but I use JDK21 for my microservices, so I have a problem

carlosraulromeromartinez
Автор

Can same process we follow to install SQL on Zorin OS it will work?

mayuriyogesh
Автор

how to access Username & Password for connection?

durjoy
Автор

how to create new connection??? its just installed the sql developer but you should tell us how to create a new connection?? without that you video is not helpful

deveshsharma
Автор

i get to the final step and it asks me for jdk pathway, anyone have a solution?

LizaMupende