Oracle Cloud Infrastructure 2019 Developer Associate — Question 27
You have just created an Autonomous Data Warehouse (ADW) and you want to connect to the ADW using SQL Developer.
What three items are needed to connect to the ADW using SQL Developer? (Choose three.)
Answer options
- A. the keystore password
- B. a security list with an ingress rule for TCP port 1521
- C. the client credentials file
- D. the public IP address of the ADW server
- E. the admin password
Correct answer: A, C, E
Explanation
To connect to the Autonomous Data Warehouse using SQL Developer, you need the keystore password to secure the connection, the client credentials file to authenticate, and the admin password for access. Options B and D are not necessary for this specific connection process.