JDBC
The JDBC connector allows data synchronization between RAC/M Identity and relational databases such as Microsoft SQL Server. To do this, the connector uses a JDBC driver.
Configuration
Configuration | Description |
---|---|
JDBC Connection URL | The URL for the connection. For example, jdbc:jtds:sqlserver://myhost:1433;databaseName=demo_racm_identity_config . |
User | The username for the server connection |
User Password | The password for the server connection |
JDBC Driver | The name of the Java driver class implementation for the JDBC driver. For example, net.sourceforge.jtds.jdbc.Driver . |
Table | The name of the table to connect to |
Key Column | The name of the column that represents the primary key |