Database Creation

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

    1. Create a new user

    2. 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.

    3. Run the modified script against the database.

  • For MySQL database

    1. Create a new database and grant its access privileges to a desired user.

    2. Import the sql script Database Scripts/IMonitor_MySQL_DB_Schema.sql to the newly created database.

In this topic
In this topic
Contact Us