Valid 1z0-134 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-134 Exam! ExamDiscuss.com now offer the newest 1z0-134 exam dumps, the ExamDiscuss.com 1z0-134 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-134 dumps with Test Engine here:
Your organization is using a Multi data source (MDS) on WebLogic Server to support applications connecting to an Oracle RAC database. You have been tasked with configuring a new callback handler for the MDS. Which two statements are true concerning related MDS options and behavior? (Choose two.)
Correct Answer: C,D
Explanation/Reference: C: A callback handler used to control the failover and failback within a multi data source must include an implementation of the weblogic.jdbc.extensions.ConnectionPoolFailoverCallback interface. D: You can register a callback handler with WebLogic Server that controls when a multi data source with the Failover algorithm fails over connection requests from one JDBC data source in the multi data source to the next data source in the list. Incorrect Answers: B: Frequency of these tests is controlled by the Test Frequency Seconds attribute of the multi source. The default value for Test Frequency is 120 seconds, so if you do not specifically set a value for the option, the multi data source will test disabled data sources every 120 seconds. Reference: http://docs.oracle.com/cd/E23943_01/web.1111/e13737/ jdbc_multidatasources.htm#JDBCA223