Identify four attributes of a JDBC data source.
Correct Answer: A,B,C,E
Explanation/Reference:
Explanation:
A: When creating a JDBC data source using the Administration Console, you are prompted to select a JDBC driver. The Administration Console provides the driver class name and helps you construct the URL as required by the driver.
B: JDBC Data Source: Targets. Use this page to select the servers or clusters on which you would like to deploy this JDBC data source.
C: JNDI Name, The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source.
E: When deciding which JDBC driver to use to connect to a database, you should try drivers from various vendors in your environment. In general, JDBC driver performance is dependent on many factors, especially the SQL code used in applications and the JDBC driver implementation.
References: