You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using cx_oracle to connect to a cloud database, it is required that we unzip the wallet to a directory and set the init_oracle_client's config_dir parameter to the unzipped wallet directory.
We also have to change the WALLET_LOCATION parameter in the sqlnet.ora file manually from ?/network/admin to reflect the same unzipped directory.
Since we're anyways specifying the directory to the wallet, will it be possible to let init_oracle_client infer the directory of the wallet? SQLDeveloper can do so since we can directly send it the zip of the wallet without having to change anything.