Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle SQL Developer: sharing configuration via Dropbox

I would like to share my Oracle SQL Developer configuration across my several computers that use Dropbox.

How can I do this?

like image 702
Mark Harrison Avatar asked Jul 09 '09 01:07

Mark Harrison


1 Answers

In case anyone comes here looking for the location of user configured options like me, they are hiding here:

%appdata%\SQL Developer\

This is useful to know when copying your preferences to a new computer. If you are looking for the connection settings, search for connections.xml in that directory. There are also some other configuration files here that you may need:

sqldeveloper.conf – <sqldeveloper dir>\sqldeveloper\bin\
ide.conf – <sqldeveloper dir>\ide\bin\

This is for Oracle SQL Developer 3.

like image 126
Amit Naidu Avatar answered Sep 28 '22 07:09

Amit Naidu