Reputation: 113
My laptop motherboard crashed recently, I got replacement. Now i want to copy sqldeveloper connections from my crashed laptop to new one Is there anyway, can I get all my oracle db connections in new laptop.
Upvotes: 0
Views: 1910
Reputation: 22457
Yes, look for a connections.xml or a connections.json file.
Copy that over, you'll get everything but the passwords.
If you can manage to run the GUI on that old system, start it up, and use the Export Connections dialog - we'll let your encrypt/protect your connection passwords, and then import them on your new machine.
You'll find this file in you $HOME/.sqldeveloper folder on a Mac or Linux or in APPDATA/$USER/Roaming Profiles on Windows.
Upvotes: 1