Was this helpful?
JDBC Access
The JDBC user will be used for all JDBC connections. The user requires access to and must have TRACE and IMA_SEC_READ privileges on the IMADB database.
For example, to create a JDBC user 'monitor', connect to the iidbdb database with terminal monitor and issue the following SQL commands:
CREATE USER monitor WITH PRIVILEGES = (IMA_SEC_READ, TRACE), PASSWORD='<password>'
GRANT access ON DATABASE imadb TO USER monitor
Last modified date: 01/29/2026