exam questions

Exam 1z0-068 All Questions

View all questions & answers for the 1z0-068 exam

Exam 1z0-068 topic 1 question 109 discussion

Actual exam question from Oracle's 1z0-068
Question #: 109
Topic #: 1
[All 1z0-068 Questions]

Examine this tnsnames entry from a RAC configuration using a SCAN listener:
HR=(DESCRIPTION=
(LOAD_BALANCE =on)
(ADDRESS=(PROTOCOL=TCP)(HOST=cluster01-scan)(FORT=1521))
(CONNECT_DATA=(SERVICE_NAME=HRSRV)))
Which two statements are true about clients using this entry to connect? (Choose two.)

  • A. The host name in the tnsnames entry must be changed if nodes are added or removed from the Cluster.
  • B. Clients using EZConnect can benefit from connect time load balancing because the tnsnames entry refers to a SCAN listener.
  • C. Client connection requests are automatically balanced across all IP addresses defined for the SCAN.
  • D. A client connection request is received by a SCAN listener that creates the connection to the least-loaded database instance.
  • E. Client connection requests are automatically failed over to another SCAN listener if the chosen SCAN listener is not available.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ygdng
2 months, 3 weeks ago
Selected Answer: CE
Answer: - Client connection requests are automatically failed over to another SCAN listener if the chosen SCAN listener is not available. When a client resolves the SCAN name it gets back all three SCAN VIPs. If the connection to the first VIP fails, the client transparently tries the next one, and so on, until one succeeds. Oracle Docs - Client connection requests are automatically balanced across all IP addresses defined for the SCAN. By default (and unless you’re using EZConnect), Oracle Net will round-robin or randomly pick among the three SCAN VIPs returned by DNS so that new connections are spread across them.
upvoted 1 times
...
haborym
9 months ago
B seems wrong because EZCONNECT doesn't use tnsnames.ora.
upvoted 1 times
...
Yoones
1 year, 2 months ago
B,D is correct. Because C is wrong, client load is not balanced across all IPs.
upvoted 1 times
...
torynek
1 year, 9 months ago
B,C - SCAN redirects to proper local listener which create`s a connection.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...