Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL-Developer: cant open the program

I used SQL Developer to import big csv files, but today I can't open the program.. When I doubleclick on the .exe this window appears but the progress bar stops at this point, like in the img, and then the window get closed without an error.. Anybody know what could be wrong??

enter image description here

like image 736
ZerOne Avatar asked Sep 15 '14 13:09

ZerOne


2 Answers

So I asked Jeff Smith and he gave me the answer: You have to go to the Application Data directory, Roaming Profiles, SQL Developer folder. Find the subfolder with the SQL Developer version number you’re using in the directory name, and try renaming or deleting it.

In my case it was: C:\Users\myname\AppData\Roaming\SQL Developer\system4.0.2.15.21

Jeff Smith's Website

like image 182
ZerOne Avatar answered Nov 13 '22 01:11

ZerOne


The solution to this issue on stratup would appear to be centre around the proxy settings for your SQL Developer installation. Setting the proxy to use 'No Proxy' seems to override the username and password prompt at startup.

To configure this follow Tools > Preferences > Web Browser and Proxy > Proxy Settings and select the No proxy radio.

When you restart you should no longer be asked for a username and password.

like image 26
paulrcove Avatar answered Nov 13 '22 02:11

paulrcove