Open In App

How to Install SQL Developer in Linux?

SQL Developer is a client application or a desktop application. We can install it in our local system & can access Oracle Database. Oracle provides it. Oracle has a server component & SQL Developer has a client component. By using SQL developer we can access the Oracle database. SQL Development gives us an integrated development environment. It helps to develop the database & maintain it also. It is like a kind of worksheet for running queries.

Features of SQL Developer

Prerequisite

Steps to Install

You can install using two methods



1)  using .rpm file

 

 

sudo apt update
sudo apt install alien 
alien --to-deb [file_name.rpm]
sudo apt install ./[file_name.deb]

2)  using source file

 

 

Installation Process



SQL Developer Page

Article Tags :