DBUnit
When testing code that access and modify the database, you’ll need to insert the initial data into the database, execute your code, and check if the data in the database is exactly what you expected after executing your code. To automate this kind of testing you’ll need any kind of tool that can do all [...]
Oracle Identity Manager: Provisioning to a Database Table
Provisioning a User to a Database Table More information in the Provisioning a User to a Database Table tutorial. Create or configure the database table 1.Creating the table You can work with a already configured table or you can create your table of user data as follows: CREATE TABLE “XLADM”.”USER_DATA” ( “USER_ID” VARCHAR2(20 BYTE) NOT [...]