Unzip the file and copy ojdbc8.jar, oraclepki.jar, osdt_core.jar, osdt_cert.jar, and ucp.jar to C:\Program Files\Tableau\Drivers
Obtain the Credentials Zip File (instance wallet) and the encryption password for the wallet from your Oracle Autonomous Data Warehouse database administrator. See this document.
Extract the zip file to a location where the user running Tableau Desktop will have read permissions to it. If you are unsure what location to use, try placing the folder under My Tableau Repository as a start.
Open the "ojdbc.properties" file in the unzipped folder and comment out all lines.
Creating the connection
Create an "oracle.properties" file to My Tableau Repository/Datasources and add these lines:
oracle.net.tns_admin=C:\\Users\\User name\\Downloads\\Wallet file name oracle.net.wallet_location=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=C:\\Users\\User name\\Downloads\\Wallet file name)))
Replace the paths above with the path to the unzipped Oracle Wallet folder on your machine.
*****Please note on this step****** a. the path should be double slash "\\" not single. b. make sure the path only include UNZIPPED wallet folder, DO NOT put zipped folder with same name in this path.
Open the tnsnames.ora file and copy one of the database service names (high, medium or low).
Open Tableau Desktop, select the Oracle connector, and use these connection details:
Server: The service name from Step 2 (the one with high or medium or low in the beginning of the tnsname.ora file)
Service: Leave blank
Port: Leave blank
Username/password: The credentials to a user from your Oracle ADW database.
Tick the "Require SSL" checkbox
Click Sign In.
Additional Information
For the connection steps using JDBC and key/certificate, refer to the article below: