Configure database settings for Sailpoint IdentityIQ
As part of the initial setup for Sailpoint IdentityIQ, a database configuration is required. The configuration for DB need changes in the iiq.properties file which is located in the %your-drive%\app-server\webapps\iiq\WEB-INF\classes\iiq.properties
Some common edited values are:
– dataSource.username
– dataSource.password
– dataSource.url
– dataSource.driverClassName
Below a snippet of the iiq.properties file for Oracle
dataSource.username=identityiq
dataSource.password=1:iFAlakm5CFRUe7+Q6hVJIRE==
##### Oracle #####
## URL Format: dataSource.url=jdbc:oracle::<username/password>@::
#dataSource.url=jdbc:oracle:thin:@localhost:1521:identityiq
#dataSource.driverClassName=oracle.jdbc.driver.OracleDriver
#sessionFactory.hibernateProperties.hibernate.dialect=sailpoint.persistence.Oracle10gDialect