سؤال

I have a Wallet configured and working fine for SQLPlus. Is there a way to make it work with SQL Developer?

هل كانت مفيدة؟

المحلول

One way to do this is to specify an Advanced Connection Type and enter a custom JDBC URL as follows:

jdbc:oracle:oci:/@myDatabase

In addition the "OS Authentication" check box needs to be checked. This would seem to cause it to pass the OS username and password, but apparently (perhaps because I don't have NTS set as an authentication service in my sqlnet.ora) it does not and instead uses the wallet.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى dba.stackexchange
scroll top