Connect as Main does not work

Oleg C

Member
Hello,
Cant switch main connection,
When i clicked "Connect as Main" on some connection in "Connections" windows nothing happened.
First main connection remain as main (displayed in bold in list of connections)

PL/SQL Developer Version 13.0.6.1911 (64 bit)
Same problem was in previous version (12) as well

Thank you!
 
This seems to work fine when I try it. To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer 13\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 13 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 13).
 
Reproduction details:
1) Started PLSQL developer with DebugSql
2) Opened connection to onlinec - as it prompts during startup
3) Open SQL window and issue query: select ora_database_name from dual --1
4) close sql window
5) Connect as Main on primec connection in connection list
It does not switched connection, onlinec still main connection displayed with bold font in connection list window
6) Open SQL window and issue query: select ora_database_name from dual --2
7) close sql window
8) close plsql developer
View attachment Debug.txt
 
Thanks. Can you send the following 2 files to support@allroundautomations.com?

C:\Users\admtco\AppData\Roaming\PLSQL Developer 13\Preferences\admtco\default.ini
C:\Users\admtco\AppData\Roaming\PLSQL Developer 13\Preferences\admtco\user.prefs
 
Back
Top