I can't connect to Oracle Autonomous Database using Oracle Client without a wallet.
I am following the instructions as per the documentation. I have configured the network by disabling mTLS. Also, added my IP in Access Control List.
I also configured my TNSNAMES.ora file with the data provided by the portal (port 1521).
When testing the connection with the TNSPING command, it fails.
If I add the wallet to TNSNAMES, the connection occurs successfully.
But Oracle's documentation says that the wallet should not be necessary in this configuration.
What am I missing here?
Apparently, it is a bug, or incompatibility, of the Oracle Client version, despite having installed the latest version available.
I applied a database patch to the client (patch p37500148_210000_WINNT), which is not recommended by Oracle, and the connection started working correctly.