R RKosmala Member Oct 22, 2019 #1 Hi Marco, Is there any option to log passwordless to PL/SQL Developer using Oracle wallet? Best regards, Robert
Hi Marco, Is there any option to log passwordless to PL/SQL Developer using Oracle wallet? Best regards, Robert
Marco Kalter Administrator Staff member Oct 23, 2019 #1 If you configure your Oracle Client correctly it should be transparent: http://docs.oracle.com/cd/B28359_01/network.111/b28317/sqlnet.htm#CIHFHJEI In PL/SQL Developer you can logon by omitting the username and password. Alternatively, on the command-line you can specify: plsqldev.exe userid=/@
If you configure your Oracle Client correctly it should be transparent: http://docs.oracle.com/cd/B28359_01/network.111/b28317/sqlnet.htm#CIHFHJEI In PL/SQL Developer you can logon by omitting the username and password. Alternatively, on the command-line you can specify: plsqldev.exe userid=/@
R RKosmala Member Oct 25, 2019 #1 Thanks Marco. It works Is there any option for the user/password prompt not to appear when using such connection? Regards, Robert
Thanks Marco. It works Is there any option for the user/password prompt not to appear when using such connection? Regards, Robert
Marco Kalter Administrator Staff member Oct 26, 2019 #1 You can enable the "Identified externally" option when you define the connection.