Questions tagged [sqldeveloper]
24 questions
9
votes
4 answers
how to install sql developer (.rpm file) on lubuntu 18.04
How to install sql developer on lubuntu 18.04
I tried the below link from Oracle (served as installation notes when you download sql developer) but that dint…
Amar Singh
- 113
3
votes
2 answers
How to run sqldeveloper in Linux?
Oracle SQL Developer
Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/reza/.sqldeveloper/4.1.0/product.conf
Reza Bojnordi
- 261
3
votes
3 answers
can't run sqldeveloper on Ubuntu
I tried to install sqldeveloper by following way:
Download SQL Developer from Oracle website (I chose Other Platforms download).
Extract file to /opt:
sudo unzip sqldeveloper-*-no-jre.zip -d /opt/
sudo chmod +x…
catch32
- 1,286
- 9
- 32
- 43
2
votes
2 answers
Oracle SQLDeveloper "no ocijdbc12 in java.library.path"
I am trying to get Oracle SQL Developer to work in 16.04. I followed PhatHV's answer to this question, and the desktop app opens fine and appears correct, but when I try to connect to a database (and I know this should work because I've connected to…
TallChuck
- 289
2
votes
1 answer
Install Oracle SQL Developer
I'm trying to install Oracle SQL Developer on Ubuntu 16.04.
I followed the following guide to install it
I also tried to download the RPM file from Oracle and convert it to DEB, and install that. However I get the same fault as the above…
FirstHorizon
- 23
2
votes
3 answers
Installing sqldeveloper – dependency problems: sqldeveloper depends on libc6-amd64 (>= 2.2.5)
dpkg: dependency problems prevent configuration of sqldeveloper: sqldeveloper depends on libc6-amd64 (>= 2.2.5).
dpkg: error processing package sqldeveloper (--install):dependency problems - leaving unconfigured
Errors were encountered while…
Ankit_Chaudhary
- 501
1
vote
0 answers
Issue in run the sqldeveloper in terminal
I am facing the issue during run the sqldevleoper in the terminal, for that installed JDK 1.8 in my machine even though it showing like. Please refer the below error and share your solution to that.
Error: Java home /usr/lib/jvm/jdk1.7.0 is not a…
Ramesh M
- 13
1
vote
0 answers
Install sqldeveloper on ubuntu 16.04
I am trying to install SQL Developer on Ubuntu 16.04. I have followed some tutorials but none of them worked. So I am asking you if you know how to install SQL Developer.
Mohandass M
- 59
1
vote
0 answers
Why does an icon change in the dash, after starting a program?
sorry for re opening this but I'm not being able to make this work.
I tried creating the following file:
/usr/share/applications/SQLDev.desktop
[Desktop…
reiso
- 11
1
vote
1 answer
SQL developer : connection problem
I installed Oracle SQL Developer in my Ubuntu 14.04.
To set the connection, I have to use two files tnsname.ora and listener.ora.
How can I find them?
kulercan
- 11
1
vote
1 answer
How to find installed Oracle SQL Developer?
I have a strange problem I never had before.
I have Oracle SQL Developer installed. If I run the install .deb file, it shows in my Software Center that it is installed. And this is true because I can run it from the terminal with command…
Chemist
- 113
1
vote
2 answers
SQL Developer runs in Terminal with sudo sqldeveloper but not without sudo
Can anyone help?
Installed like here:
How to install SQL Developer on Ubuntu 14.04?
If I run:
sudo sqldeveloper
it starts and runs properly but if I run:
sqldeveloper
It wont start with any other error shown.
Are there missing rights for…
user1786641
- 71
0
votes
0 answers
Desktop entry not working for SQL Manager
I have Ubuntu 17.04. I have a desktop entry that allows me to start SQL Developer. This desktop entry used to work, but now it have stopped working... This is my entry:
[Desktop Entry]
Type=Application
Terminal=false
Name=SQL…
Solo
- 893
0
votes
1 answer
Permission to my .sh file?
H, I have been trying to install sqldeveloper in my newly installed ubuntu16.0.4 os.
The problem here is,I am not able edit my sqldeveloper.sh file. I tried with sudo, chmod and chown but it shows operation not permitted. Help me…
hgr
- 131
0
votes
2 answers
What should I choose
I want to install Ubuntu but I am confused between 14.04 ("Trusty Tahr") LTS and 14.10 "Utopic Unicorn".
Which one I should choose as I am a developer for Android so I could have a completely stable environment.