The sample queries provided in this section are only applicable if Synchronization Service is connected to the target Oracle Database through the Oracle Database Connector.
The sample queries provided in this section are only applicable if Synchronization Service is connected to the target Oracle Database through the Oracle Database Connector.
This SQL query illustrates how to add a new entry to the table named SQLConnTest1 in Oracle Database to which you want to provision data from another connected system.
Database table structure | Sample query |
CREATE TABLE "SQLConnTest1"("Id" number,"attr1" nchar(64), "attr2" nchar(64)) | Insert into SQLConnTest1(attr1) values(:attr1) returning Id into :Id |
In this sample query, Id stands for the attribute that uniquely identifies each object in Oracle Database.
This SQL query illustrates how to create a new user in Oracle Database:
call dbms_utility.exec_ddl_statement('CREATE USER ' || :USERNAME || ' IDENTIFIED BY ' || :newPassword)
In this sample query:
USERNAME refers to the name of the attribute that uniquely identifies a user in Oracle Database.
newPassword refers to the name of the attribute that will store the initial password you want to set for the Oracle Database user being created.
This section describes how to create or modify a connection to Oracle Database user accounts so that Synchronization Service could work with Oracle Database user accounts data in that data system. This section also describes what data you can read and/or write in Oracle Database user accounts by using Synchronization Service.
To create a connection to Oracle Database user accounts and work with the user accounts in that data system, you need to use Synchronization Service in conjunction with a special connector called Oracle Database User Account Connector. This connector is included in the Synchronization Service.
The Oracle Database User Accounts Connector supports the following features:
Feature |
Supported |
Bidirectional synchronization Allows you to read and write data in the connected data system. |
Yes |
Delta processing mode Allows you to more quickly synchronize identity data by processing only the data that has changed in the source and target systems since their last synchronization. |
No |
Password synchronization Allows you to synchronize user passwords from an Active Directory domain to the connected data system. |
Yes Password synchronization is only supported for user accounts that are authenticated entirely by Oracle Database. The Oracle Database User Accounts Connector does not support password synchronization for Oracle Database user accounts that use external or global authentication in Oracle terms. |
In this section:
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy