JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics Business Administrator's Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

1.  Oracle Identity Analytics Identity Warehouse

2.  Oracle Identity Analytics Importing

Understanding the Import Process

Importing Users

To Import Users

Importing Accounts

To Import Accounts

Importing Roles

To Import Roles

Importing Policies

To Import Policies

Importing Business Structures

To Import Business Structures

Importing Glossary Definitions

To Import Glossary Definitions

Scheduling Import and Export Jobs

Configuring the Import Process

Verifying Imports

To Verify Success of Imports From the Front-End

To Verify Success of Import From the Back-End

3.  Oracle Identity Analytics ETL Process

4.  Oracle Identity Analytics Data Correlation

5.  Oracle Identity Analytics Role Engineering and Management

6.  Oracle Identity Analytics Workflows

7.  Oracle Identity Analytics Identity Certifications

8.  Oracle Identity Analytics Identity Audit

9.  Oracle Identity Analytics Reports

10.  Oracle Identity Analytics Scheduling

11.  Oracle Identity Analytics Configuration

12.  Oracle Identity Analytics Access Control

13.  Audit Event Log and Import-Export Log

Configuring the Import Process

Oracle Identity Analytics can import multiple files at the same time and can insert or update its database using different batch sizes. File import properties are configured in $RBACX_HOME/conf/iam.properties. These properties are set at their default value, and can be changed by the administrator depending on the needs of the organization.

Property Name
Variable
Description
Default Value
Maximum Concurrent Imports
com.vaau.rbacx.iam.file.import.maxConcurrentImports=2
Specifies the number of files to import concurrently.
2
Maximum Errors Limit
com.vaau.rbacx.iam.file.import.rowErrorsLimit=3
Specifies the maximum number of errors per file before aborting the process.
3
Batch Size
com.vaau.rbacx.iam.file.import.batchSize=100
Specifies the number of records to read and process in a batch during an import.
100
Correlation Parameters
com.vaau.rbacx.iam.correlation.dropOrphanAccounts=true
Specifies whether orphan accounts (accounts that are not correlated to a global user) are dropped (True) or saved (False) as orphan accounts during the import process.
true
Correlation Options
com.vaau.rbacx.iam.correlation.correlate=orphan
Allows further control over correlation of accounts to users during the import process. Options available are Always (all accounts are correlated on every import), Orphan (only orphan accounts are correlated; established user-account associations are not updated), and Never (accounts are not correlated).
orphan
Drop Location
com.vaau.rbacx.iam.file.import.dropLocation=$RBACX_HOME/import/in
Specifies the location where the feeds to be imported are placed.
$RBACX_HOME/import/in
Complete Location
com.vaau.rbacx.iam.file.import.completeLocation=$RBACX_HOME/import/complete
Specifies the location where the input files are moved after processing.
$RBACX_HOME/import/complete
Schema Location
com.vaau.rbacx.iam.file.import.schemaLocation=$RBACX_HOME/import/schema
Specifies the location where the schema files are placed.
$RBACX_HOME/import/schema