Export Object Browser Folder

Hi guys,
Is there anyway to export the user defined 'Object Browser Folders'
I'm moving my PLSQL Dev setup back to windows (sadly) and don't relish the thought of having to type them all in again.

Thanks ever so.
 
You can copy the following directory:

XP or earlier:
C:\Program Files\PLSQL Developer\Preferences\

Windows 7 or later:
%APPDATA%\ PLSQL Developer\Preferences\
(e.g: C:\Users\\AppData\Roaming\PLSQL Developer\Preferences\)

You can also copy settings like desktop layout, recent files, and so on by exporting and importing the following registry section:

HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer
 
Back
Top