Oracle Database 12c: Installation and Administration — Question 178
Identify the access that is initially available to connect to your Database as a Service (DBaaS) environment.
Answer options
- A. Enterprise Manager on port 1158
- B. telnet on port 23
- C. Cloud Control on port 7799
- D. SSH on port 22
- E. SSL/TLS on port 443
Correct answer: D
Explanation
SSH on port 22 is the standard and secure method for accessing remote servers, including DBaaS environments. The other options, such as telnet and Cloud Control, either do not provide secure access or are not typically used for initial database connections. Enterprise Manager and SSL/TLS, while relevant in some contexts, do not serve as the primary access method upon setup.