Oracle Cloud Infrastructure 2019 Architect Associate — Question 32
If you need to connect to Autonomous Data Warehouse (ADW) using Java Database Connectivity (JDBC) via an HTTP proxy, where do you set the proxy details?
Answer options
- A. tnsnames.ora
- B. keystore.jks
- C. sqlnet.ora
- D. cwallet.sso
- E. ojdbc.properties
Correct answer: A, C
Explanation
The correct answers are A and C. The tnsnames.ora file is used for connection configurations, including proxy details, while sqlnet.ora can also contain network configuration settings. The other options do not relate to proxy settings for JDBC connections.