Databases

Oracle, MSSQL, MSSQL over ODBC, and DB2.

Database engines, collected by direct query.

Engines

Oracle Database

FieldValue
Device typeORACLE_DATABASE
User roleRead-only, with the “CREATE SESSION” privilege
Default ports1521
Collection methodDirect database query
Required parametersIP: IP address
User: user name
Password
Service Name

MSSQL Database

FieldValue
Device typeMSSQLSERVER_DATABASE
User roleUser with db_datareader, “VIEW DATABASE STATE” on each database, and “VIEW SERVER STATE” at the server level
Default ports1433
Collection methodDirect database query
Required parametersIP: IP address
User: user name
Password
Optional parametersPort: TCP port
NotesSupports SQL Server or Windows authentication. Contact Visual One support for a script that automates creating the user and applying the required privileges across all databases on a server.

MSSQL Database (ODBC)

FieldValue
Device typeMSSQLSERVER_ODBC_DATABASE
User roleUser with db_datareader, “VIEW DATABASE STATE” on each database, and “VIEW SERVER STATE” at the server level
Default ports1433
Collection methodDirect database query, via ODBC
Required parametersIP: IP address or DNS name. It also accepts HOST\INSTANCE or HOST,port
User: user name
Password
Optional parametersPort: TCP port
NotesFunctionally equivalent to the MSSQL Database collector above, but adds additional compatibility and enhanced logging. Requires “ODBC Driver 18 for SQL Server” installed separately on the data collection machine. Supports SQL Server or Windows authentication.

DB2 Database

FieldValue
Device typeDB2_DATABASE
User roleRead-only
Default ports25000 for v11.5.6 or newer, 50000 for v11.5.5 and older
Collection methodDirect database query
Required parametersIP: IP address
User: user name
Password
Database Name
Port: TCP port
NotesRequires the IBM SDKs installed on the data collection machine:
pip install ibm-db --only-binary=:all:
pip install ibm-db-sa --only-binary=:all:

Last updated: September 3, 2026