Oracle WebLogic Server 12c: Administration I — Question 58
Which two statements are true about WebLogic data sources? (Choose two.)
Answer options
- A. Data sources are targeted to a domain.
- B. Data sources are bound in the JNDI tree of a server.
- C. Data sources are based on the JMS specification.
- D. A data source contains a connection pool.
- E. A domain requires at least one data source.
Correct answer: B, D
Explanation
Option B is correct because data sources are indeed bound in the JNDI tree, allowing applications to look them up. Option D is also correct as a data source does contain a connection pool to manage database connections efficiently. Options A, C, and E are incorrect because data sources are not specifically targeted to a domain, are not based on JMS, and a domain does not necessarily require a data source.