username/password less connectivity to oracle database.
i tried to add "SQLNET.AUTHENTICATION_SERVICES=none" in /dbs/sqlnet.ora location.
username/password less connectivity to oracle database.
i tried to add "SQLNET.AUTHENTICATION_SERVICES=none" in /dbs/sqlnet.ora location.
Copyright © 2021 Jogjafile Inc.
Oracle wallet is definitely an option for password-less access to a database - I can't guarantee these pointers will work exactly for your specific situation but it should at least point you in a direction. Please note that of course you will of course need to take ownership of your own security considerations.
The following is an approach I know works on a Linux hosted environment but as this is Oracle provided functionality there should be a variation that should likely work similarly if you are running your db on Windows
(all values in square brackets eg [ORACLE_WALLET_DIR] should be replaced with your own values)
sqlnet.ora
As the "oracle" user I set up the Oracle wallet as follows:
(you'll likely be prompted to provide the wallet password on the mkstore command)
then to connect to my[ORACLE_SID] I go
Hope this helps. Good luck.