The AdroitLogic Integration Monitor can be used with either Oracle or MySQL database. The sql scripts for database schema creation can be found inside the Database Scripts/
directory of the downloaded bundle.
For Oracle database
Create a new user
Open the sql script Database Scripts/IMonitor_Oracle_DB_Schema.sql
and replace the username ORA_USER with the user name of the newly created user.
Run the modified script against the database.
For MySQL database
Create a new database and grant its access privileges to a desired user.
Import the sql script Database Scripts/IMonitor_MySQL_DB_Schema.sql
to the newly created database.