READ Free Dumps For Oracle- 1z0-058
Question ID 2093 | Which four statements are true about services and connection load balancing? |
Option A | A. Services provide the ability to balance client connections across the instances in an Oracle RAC configuration. |
Option B | B. There are two types of load balancing that you can implement; load balancing decisions can be made by the client and by the listener. |
Option C | C. In a RAC database environment, you should select only one load balancing method. |
Option D | D. With server-side load balancing, the listener directs a connection request to the best instance that is currently providing the service based on the load-balancing options selected by the DBA. |
Option E | E. Client-side load balancing balances the connection requests across the listeners. |
Correct Answer | A,B,D,E |
Question ID 2094 | You are managing a three-instance policy-managed RAC database PROD. You created a service called GL for the PROD database by using the following command: |
Option A | A. Enable Advanced Queuing notifications by using SRVCTL as shown in the following command: $ srvctl modify service -d prod -s gl -q TRUE -j LONG |
Option B | B. Execute the following statement for the users that will be connecting by way of the .Net Application, where user_name is the user name: |
Option C | C. Enable Transparent Application Failover (TAF), either on the client or for the service. |
Option D | D. Enable Fast Connection Failover for ODP.NET connection pools by subscribing to FAN High Availability events. Do this by setting the HA events connection string attribute to true at |
Option E | E. Link client applications with the client thread or operating system library. |
Correct Answer | A,B,D |