How to install Oracle SQL Developer on Ubuntu 22.04

Published: 03 March 2024
on channel: ZacsTech
9,800
147

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/sqlde...

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


Watch video How to install Oracle SQL Developer on Ubuntu 22.04 online without registration, duration hours minute second in high quality. This video was added by user ZacsTech 03 March 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 9,800 once and liked it 147 people.