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

Document Information

Preface

1.  GlobalUsers Module

2.  Business Structure Module

3.  Resource Types Metadata Module

4.  Accounts Module

5.  Roles Module

6.  Policies Module

7.  Applications Module

8.  Import and Export Module

Tables in the Import Export Module

IMPORT_RUNS Table

Structure

Index

Description

Primary Keys

Foreign Keys

Indexes

IMPORT_RUN_STEPS Table

Structure

Index

Description

Primary Keys

Foreign Keys

Indexes

IMPORT_VALIDATION_EXCEPTIONS Table

Structure

Description

Primary Keys

Foreign Keys

Indexes

EXPORT_RUNS Table

Structure

Index

Description

Primary Key

Foreign Key

Indexes

9.  Event Listener Module

10.  Identity Certification Module

11.  Identity Audit Module

12.  Rule Engine Module

13.  Workflow Module

14.  Scheduling Module

15.  Reporting Module

16.  Security Module

17.  Miscellaneous Tables

Tables in the Import Export Module

This chapter describes the tables that make up the Oracle Identity Analytics Import Export module.

IMPORT_RUNS Table

Structure
IMPORT_RUNS
PK
IMPORT_ID
SOURCE

IMPORT_TYPE

START_TIME

END_TIME

TOTAL_NUMBER_OF_RECORDS

NUMBER_OF_RECORDS_IMPORTED

NUMBER_OF_ERRORS

DESCRIPTION

IMPORTED_BY

SUCCESS

POST_IMPORT_TASKS

Index
Index
PK
Unique
Keys
PK_IMPORT_RUNS
     ✓
IMPORT_ID
Description

The IMPORT_RUNS table stores information about the Oracle Identity Analytics user interface while imports are taking place. It records the unique ID of the import and other valid details such as the SOURCE of the import, the IMPORT_TYPE, the START_TIME, the END_TIME, the number of records imported, and the number of accumulated errors.

Primary Keys

PK_IMPORT_RUNS - primary key on column IMPORT_ID

Foreign Keys

None

Indexes

None

IMPORT_RUN_STEPS Table

Structure
IMPORT_RUN_STEPS
PK
ID
IMPORT_RUN_ID

NAME

DESCRIPTION

START_TIME

END_TIME

INPUT_NAME

NUMBER_OF_INPUT_RECORDS

OUTPUT_NAME

NUMBER_OF_OUTPUT_RECORDS

NUMBER_OF_ERRORS

SUCCESS

Index
Index
PK
Unique
Keys
PK_IMPORT_RUN_STEPS
     ✓
ID
Description

Importing data into Oracle Identity Analytics may require several steps. Information about each import step is stored in the IMPORT_RUN_STEPS table, where the IMPORT_RUN_ID column refers to the IMPORT_ID column located in the IMPORT_RUNS table.

Primary Keys

PK_IMPORT_RUN_STEPS - primary key on column IMPORT_ID

Foreign Keys

None

Indexes

None

IMPORT_VALIDATION_EXCEPTIONS Table

Structure
IMPORT_VALIDATION_EXCEPTIONS
EXCEPTIONTYPE

DESCRIPTION

VALIDATIONDATE

IMPORT_RUN_ID

EXCEPTION_LEVEL

IMPORT_RUN_STEP_ID

Description

Oracle Identity Analytics can connect to a provisioning system and import accounts from that system. Any exceptions that occur during this process are stored in the IMPORT_VALIDATION_EXCEPTIONS table. The type and description of the exception are also stored in the table.

Primary Keys

None

Foreign Keys

None

Indexes

None

EXPORT_RUNS Table

Structure
EXPORT_RUNS
PK
ID
TARGET

EXPORT_TYPE

START_TIME

END_TIME

TOTAL_NUMBER_OF_RECORDS

TOTAL_NUMBER_OF_RECORDS_EXPORTED

NUMBER_OF_ERRORS

DESCRIPTION

EXPORTED_BY

SUCCESS

Index
Index
PK
Unique
Keys
PK_EXPORT_RUNS
     ✓
ID
Description

While exports are taking place, the EXPORT_RUNS table records information about the Oracle Identity Analytics User Interface. It records the unique ID of the export process and other valid details, such as the type of export, the start and end times, the number of records exported, and the number of accumulated errors.

Primary Key

PK_EXPORT_RUNS - primary key on column ID

Foreign Key

None

Indexes

None