change default setting for session mode for new install

wiedman

Member²
New installs of pl/sql developer have session mode set to multi session by default. How can I get the install to use dual session as the default? Thanks.
 
In the PL/SQL Developer installation directory you can add the following line to the [Preferences] section of system default preference file:

[Preferences]
SessionMode=1

The system default preference file is named default.ini and is located in the Preferences\Default subdirectory of the installation directory.
 
Back
Top