How to install Oracle SQL Developer on Ubuntu 22.04

Channel:
Subscribers:
7,600
Published on ● Video Link: https://www.youtube.com/watch?v=_sIS3-4TELc



Category:
Guide
Duration: 5:11
819 views
11


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:
https://www.oracle.com/database/sqldeveloper/technologies/download/

Commands
sudo apt install openjdk-11-jdk

unzip sqldeveloper-*-no-jre.zip

sudo mv sqldeveloper /opt/

chmod +x /opt/sqldeveloper/sqldeveloper.sh

sh /opt/sqldeveloper/sqldeveloper.sh

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

source ~/.bashrc







Tags:
Ubuntu
Sql Developer
Java
sudo apt install default-jre
ubuntu 22.04