Hi,
I have a requirement to connect to the oracle ADW database from Python with out entering the Username and password; Oracle ADW database configured to use Wallet file and the Kerberos authentication .
If anyone of you have tried this connectivity process, can you share the steps to achieve this requirements please ?
Also, Please note, we currently connect to the Oracle database from SQL Developer with these options with out key in the user name and password so I would like to implement the same approach using Python. Do you think this is possible ?
- Authentication type: Kerberos
- Connection Type: TNS / Cloud Wallet
- Choose the Network Alias
Thanks