Usage statistics is enabled by default when you install the driver. You can disable it in the installation wizard or later using a console application.
To disable usage statistics in the installation wizard, on the Registration page, clear the Improvement Program checkbox.

To enable or disable usage statistics using a console application:
1. In the console, go to the folder where the driver was installed. The default installation path for the driver is /Library/ODBC/Devart/Oracle.
2. Run the activation command with superuser privileges using the -u option. Set the value to false to disable usage statistics or true to enable it.
To disable usage statistics:
sudo ./oracleodbcactivator -u false
To enable usage statistics:
sudo ./oracleodbcactivator -u true