How to Install SQL Developer on Linux
How to Install SQL Developer on LINUX
1) Download for the below link
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
2) Make sure you have Java Development Kit installed with latest version.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
3) Install SQL developer as
rpm -Uhv sqldeveloper-xx.noarch.rpm (replace xxx with exact version of your SQL developer)
Run SQL developer on linux command prompt as
$ sqldeveloper
4) Create a new connection to connect to user
Technology Lair : www.technologylair.net
Subscribe : http://www.youtube.com/subscription_center?add_user=technologylair
For More Videos : http://www.youtube.com/user/technologylair/videos
For Video Tutorials :http://www.youtube.com/playlist?list=PLC71CFFF7A916DCAA
For Android : http://www.youtube.com/playlist?list=PLUXK1VpPWQKHI1l-NvM5jvNKKnmNy9eHp
Kalam e Iqbal : http://www.youtube.com/playlist?list=PLF057785BD260F061
Like us on Facebook : https://www.facebook.com/techlair
Tweet us : @technologylair
Follow us : https://plus.google.com/u/0/118196883367288585963/posts
Pin us : http://www.pinterest.com/technologylair/
by TechLair
linux download
Good one .. it helped me to install sqldeveloper. thank you
How can i use the test database of sqlDeveloper in linux?? where i get the connection name, username and default password ?? i'm using debian
Aprendé a hablar forro !
i install jdk8u111 then sqldevloper 4.1.5 but when i type sqldevloper command it show no command found
i entered enviorment variable in bashrc file instead of this its saying this how to solve this
i have a problem i always get /bin/java not found or not a valid JDK
thank you, the path u entered , is useful for me to know where java has been install
But if i have a Linux 32 bits?
Hi All ,
I am getting same error as others
[root@localhost sqldeveloper]# rpm -Uvh sqldeveloper-4.0.3.16.84-1.noarch.rpm
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by sqldeveloper-4.0.3.16.84-1.noarch
rpmlib(PayloadIsXz) <= 5.2-1 is needed by sqldeveloper-4.0.3.16.84-1.noarch
Please help me . did any body got to know how to solve this issue.
Thanks in advance
NAzish~rpm -Uvh sqldeveloper-4.0.3.16.84-1.noarch.rpm
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing…
error: Failed dependencies:
/bin/sh is needed by sqldeveloper-4.0.3.16.84-1.noarch
thank you very much. I installed its in ubuntu 14.04
i got the following error:
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing…
error: Failed dependencies:
/bin/sh is needed by sqldeveloper-4.0.3.16.84-1.noarch
THANKS! =)
Too helpful
this video helpful to me,thank you very much!
Please tel me what is going wrong here.
[root@mycomp ~]# cd /home/oraprod
[root@mycomp oraprod]# ls -lrt sqld*
-rwxr-xr-x 1 root root 181667839 Jul 20 15:34 sqldeveloper-3.2.20.09.87-1.noarch.rpm
[root@mycomp oraprod]# rpm -Uvh sqldeveloper-3.2.20.09.87-1.noarch.rpm
Preparing… ########################################### [100%]
package sqldeveloper-3.2.20.09.87-1 is already installed
[root@mycomp oraprod]# rpm -ql sqldev*
package sqldeveloper-3.2.20.09.87-1.noarch.rpm is not installed
set the environmental variable for sqldeveloper . edit the .bash_profile file to add the path of the sqldeveloper binary
I successfully installed the sqldeveloper-3.2.20.09.87-1.noarch.rpm
and jdk-6u41-linux-i586.rpm is also installed on my machine.
But when i try to start sqldevloper from '/home/oraprod' where I installed sqldevloper
It says
[oraprod@mycomp ~]$ sqldevloper
-bash: sqldevloper: command not found
help me out
also stop the firewall and try
Have u configured the listener in your database use the same port for connection from your sql developer