Oracle Database 12c: Installation and Administration — Question 148

Examine the command:

SQL> CONNECT hr/hr@orcl -
Which two configurations allow this command to execute successfully? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because the SERVICE_NAMES parameter must include 'orcl' for the connection to be recognized. Option C is also correct as the orcl TNS alias must be resolvable from the client on the database host. Options A, D, and E are incorrect as they do not specifically address the requirements for the command to execute successfully.