Oracle Cloud Infrastructure 2019 Cloud Operations Associate — Question 20

How would you connect from your local machine to the database instance on the DBaaS server by using SQL*Net?

Answer options

Correct answer: B

Explanation

The correct answer is B because SQL*Net connections to Oracle databases typically use port 1521 with TCPS for secure communication. Answer A is incorrect as it describes an SSH tunnel, which is not the primary method for a direct SQL*Net connection. Option C is wrong because while SSH is on port 22, it does not pertain to SQL*Net connections. Option D is misleading since TDE is for data encryption at rest and does not directly relate to connection protocols.