Follow the steps given below to identify the current database of Exchange Reporter Plus ,
Navigate to <installation_dir>/conf/. In the database_params.conf file, you can find all database-related parameters.
Check the name in the drivername parameter.
You can determine the type of database by the driver's name. For example, org.postgresql.Driver indicates a PostgreSQL database, while net.sourceforge.jtds.jdbc.Driver suggests a Microsoft SQL database.