Consider a domain with an existing JDBC data source, which connects to an Oracle database.
Your database administrator requests that the JDBC connections to this database now specify a
different username.
Which data source attribute would you modify to implement this requirement?
A.
Properties
B.
Credentials
C.
Username
D.
Login
E.
URL
A is correct
Answer : /A
Explanation :
Configure Connection Properties
Connection Properties are used to configure the connection between the data source and the DBMS. Typical attributes are the database name, host name, port number, user name, and password.
source : http://docs.oracle.com/cd/E23943_01/web.1111/e13737/jdbc_datasources.htm#JDBCA447
A. TESTED!
The correct answer is : C
http://docs.oracle.com/cd/E24329_01/web.1211/e24367/jdbc_datasources.htm#JDBCA447
The question is specifically asked about what attribute? And not the Property.
Connection Properties are used to configure the connection between the data source and the DBMS. Typical attributes are the database name, host name, port number, user name, and password
Properties is a data source attribute. So the correct answer is A: Properties
A is the correct answer, I had passed oracle weblogic 11g oca and got 98% score and I met this question in the exam of 1z0-102.