You are carrying out the RDBMS Security Store configuration using the configuration Wizard
Which three actions can you perform with the Configuration Wizard during the process?
A.
Create tables in the data store.
B.
Execute SQL scripts in WebLogic server’sserver /1ib directory.
C.
Populate the database tables with externalLDAPusers.
D.
Test the connectionto a back –end database.
E.
Allocate tablespacefor the data store.
Correct answer: A, B, D (I think)
/A /B /D
Answer A : Create RDBMS Tables in the Security Datastore
source : http://docs.oracle.com/cd/E13222_01/wls/docs103/secmanage/rdbms.html#wp1104758
Answer B : A set of SQL scripts for creating these tables for, and also removing them from, each supported RDBMS system is available in the following WebLogic Server installation directory: WL_HOME/server/lib
Answer D : Testing the Database Connection
source : http://docs.oracle.com/cd/E13222_01/wls/docs103/secmanage/rdbms.html#wp1104758
The the is against 12.1.2:
https://blogs.oracle.com/certification/entry/0937_06
Very Very confused
At 12.1.2 version the Configuration Wizard does not provide the ability to configure the RDBMS security store :
https://docs.oracle.com/middleware/1212/wls/SECMG/rdbms.htm#SECMG348
Letter A, B and C : During the process you can’t run SQL because the process is WLST off-line;
Letter D:
You don’t need a DataSource and you can’t test the connection
This question does not makes sense.
Look at the screen that configure RDBMS Security Store:
http://docs.oracle.com/cd/E24329_01/web.1211/e24499/configuration_screens.htm#WLDCW231
A, B, D
A,D:
Create RDBMS Tables in the Security Datastore
Prior to booting the domain, the database administrator needs to run the SQL script that creates the RDBMS tables in the datastore used by the RDBMS security store. A set of SQL scripts for creating these tables for, and also removing them from, each supported RDBMS system is available in the following WebLogic Server installation directory:
WL_HOME/server/lib
B:
Testing the Database Connection
When you configure the RDBMS security, Oracle strongly recommends testing the database connection to verify that the connection is set up properly. If there were a problem with the database connection, you might not be able subsequently to boot the domain if the security providers that control access to that domain are unable to obtain the necessary security policies.