nerdexam
Oracle

1Z0-058 · Question #135

Which three steps must be completed to configure Fast Connection Failover for the CRM service with an Oracle Call Interface client?

The correct answer is A. Ensure that the CRM service has Advanced Queuing notifications enabled by setting the services B. Enable OCI_EVEINTS on the client at environment creation time by using the OCIEnvCreate(...) D. Client applications must be linked with the client thread or operating system library. Configuring FCF for OCI Clients OCI applications must connect to an Oracle RAC instance to enable HA event notification. Furthermore, these applications must perform the following steps to configure FCF for an OCI Configure the service for your OCI connection pool to enable…

Administer RAC Database Services

Question

Which three steps must be completed to configure Fast Connection Failover for the CRM service with an Oracle Call Interface client?

Options

  • AEnsure that the CRM service has Advanced Queuing notifications enabled by setting the services
  • BEnable OCI_EVEINTS on the client at environment creation time by using the OCIEnvCreate(...)
  • CUse Oracle Call Interface to configure UP events for the service.
  • DClient applications must be linked with the client thread or operating system library.

How the community answered

(45 responses)
  • A
    82% (37)
  • C
    18% (8)

Explanation

Configuring FCF for OCI Clients OCI applications must connect to an Oracle RAC instance to enable HA event notification. Furthermore, these applications must perform the following steps to configure FCF for an OCI Configure the service for your OCI connection pool to enable connection load balancing and runtime connection load balancing. Also configure the service to have Advanced Queuing notifications enabled, as shown in the following example: $ srvctl modify service -d crm -s ociapp.example.com -q TRUE -B THROUGHPUT -j LONG Set the context of the environment for OCI calls on the client to enable subscriptions by using the OCIEnvCreate() call, setting the MODE parameter value to OCI_EVENTS, as follows: (void) OCIEnvCreate(&myenvhp, OCI_EVENTS|OCI_OBJECT, ...); Link the application with a After linking with the thread library, the applications can register a callback that is invoked whenever a FAN event occurs. Oracle® Real Application Clusters Administration and Deployment Guide 11g Release 2 (11.2)

Topics

#Fast Connection Failover#OCI client#AQ notifications#FCF configuration

Community Discussion

No community discussion yet for this question.

Full 1Z0-058 Practice