1Z0-497 · Question #120
Which statement is true regarding this connect string? (DESCRIPTION (FAILOVER=on) (ADDRESS_LIST= (LOAD_BALANCE=ON) (ADDRESS=(host=sales-east1) (port=1522) ) (ADDRESS=(host=sales-east2)(port=1522))…
The correct answer is D. The REGION parameter is optional. https://docs.oracle.com/database/121/GSMUG/globser.htm#GSMUG649 This connect string contains three global service managers (sales-east1, sales-east2, and sales- east3) in the client's local region (east), and three global service managers (sales-west1, sales- west2, and…
Question
Which statement is true regarding this connect string? (DESCRIPTION (FAILOVER=on) (ADDRESS_LIST= (LOAD_BALANCE=ON) (ADDRESS=(host=sales-east1) (port=1522) ) (ADDRESS=(host=sales-east2)(port=1522)) (ADDRESS=(host=sales-east3) (port=1522) )) (ADDRESS_LIST= (LOAD_BALANCE=ON) (ADDRESS=(host=sales-west1) (port=1522) ) (ADDRESS=(host=sales-west2) (port=JS22)) (ADDRESS=(host=sales-west3) (port=lS22) ) ) (CONNECT_DATA= (SERVICE_NAME=sales) (REGION=east)))
Options
- AIt contains three global service managers in the client's local region (east).
- BClient-side load balancing has been enabled only for the global service managers within the client's
- CConnect-time failover between regions has not been enabled.
- DThe REGION parameter is optional.
How the community answered
(26 responses)- A8% (2)
- B4% (1)
- C4% (1)
- D85% (22)
Explanation
https://docs.oracle.com/database/121/GSMUG/globser.htm#GSMUG649 This connect string contains three global service managers (sales-east1, sales-east2, and sales- east3) in the client's local region (east), and three global service managers (sales-west1, sales- west2, and sales-west3) in the client's buddy region (west). Client-side load balancing is enabled across the global service managers within each region by setting the LOAD_BALANCE parameter to ON in the address list for each region. Connect-time failover between regions is enabled by setting the FAILOVER parameter to ON. It is a best practice to have three global service managers in each region, for each region to have a buddy region, and for client-side load balancing and connect-time failover to be configured as shown in the example connect string. The REGION parameter is optional if only global service managers from the local region are specified in the connect string. This is the case when there is only one region in the GDS configuration, or could be the case when there are multiple regions, but it is not feasible to change the connect string of an existing client designed to work with a single database. If the REGION parameter is not specified, the client's region is assumed to be the region of the global service manager used to connect to the global service.
Topics
Community Discussion
No community discussion yet for this question.