To load Roles Membership in OIM, follow the below steps:
Step 1: Copy the “oimbulkload” folder from OIM machine to database machine (i.e. the machine where Oracle database is installed and used by OIM). If database is on the OIM machine itself then skip this step.
The oimbulkload folder is present in the following location:
MW_HOME/Oracle_IDM1/server/db/oim/oracle/Utilities/oimbulkload
Step 2: Create the .csv file and place it in /oimbulkload/csv_files folder.
(Some of the sample csv files are present in / oimbulkload/sample_data folder which can be used as reference).
The Rolem.csv file looks like,
UGP_NAME,USR_LOGIN
CRM Administrator,jbaker
CRM Administrator,abadal
AD Admin,ukumar
AD Admin,akumar
CRM Administrator,jbaker
CRM Administrator,abadal
AD Admin,ukumar
AD Admin,akumar
Step 3: Create a .txt file named master.txt. Enter the name of the csv file which you want to use for bulk load operation and place it in /oimbulkload/csv_files folder.
In this case, master.txt file looks like below:
Step 4: The following variables need to be set before we execute the bulk load script:
JAVA_HOME: path till jdk
eg: export JAVA_HOME=/home/oracle/jdk1.7.0_25
ORACLE_HOME: path till db_home
eg: /home/oracle/app/oracle/product/11.2.0/dbhome_1
Step 5: Stop Oracle Identity Manager server.
Step 6: Execute bulkload script
Go to /oimbulkload/scripts directory and run below command :
./oim_blkld.sh
No comments:
Post a Comment