Skip to content
On this page

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

ConfigurationDescription
JDBC Connection URLThe URL for the connection. For example, jdbc:jtds:sqlserver://myhost:1433;databaseName=demo_racm_identity_config.
UserThe username for the server connection
User PasswordThe password for the server connection
JDBC DriverThe name of the Java driver class implementation for the JDBC driver. For example, net.sourceforge.jtds.jdbc.Driver.
TableThe name of the table to connect to
Key ColumnThe name of the column that represents the primary key