Oracle WebLogic Server 12c: Administration I — Question 58

Which two statements are true about WebLogic data sources? (Choose two.)

Answer options

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.