The Info360 Insight Data Connector supports the following database connections:
| Database | Minimum Required Version | 
|---|---|
| MSSQL | 2014 | 
| Oracle | 12.1 | 
| MySQL | 5.7.21 | 
| MariaDB (via MySQL drivers) | 10.2.44 | 
| Geo SCADA (formerly ClearSCADA) | Tested against: Geo SCADA Expert 2022 | 
| Beta | OSI PI | Tested against: 2018 SP3 (3.4.445.688) | 
| Beta | GE Proficy (formerly iHistorian) | Tested against: 2023 (server version 11.0.6093.0) | 
The schema for the SCADA data table should include columns similar to the following:
| Field/Column | ANSI SQL Data Type | 
|---|---|
| sensorID | Varchar 
				   (and partial support for References and Integers)  | 
| datetime | Datetime | 
| value | Double Precision 
				   (or SmallInt, Integer, Float, Decimal, Numeric)  |