Connection Property missing on OracleConnectionStringBuilder
Posted: Fri 15 Mar 2019 18:12
We are using dotconnect for Oracle v8.4.313.0, and in particular, the OracleConnectionStringBuilder class by loading the properties into a property grid for user configuration of the connection string. This works fine, however, a customer has noted that on one machine, there are extra (or missing depending on which machine) connection properties. In particular, they have pointed out that on one machine, they have the following extra properties:
HAEvents
Default Fetch Size
and on another machine, they do not. Both, as far as I know, are connecting to Oracle 12.1 in direct mode. The documentation for the OracleConnectionStringBuilder class notes that HAEvents are only for when not using direct mode, however, both connection string configurations indicate they are using direct mode.
Unfortunately I don't have a sample to reproduce this yet, only screen shots showing the difference (see here). On my machine, I do not see the HAEvents or Default Fetch Size property, however, they are listed in the OracleConnectionStringBuilder class documentation.
What would cause them to show up on one machine and not another? Thank you.
HAEvents
Default Fetch Size
and on another machine, they do not. Both, as far as I know, are connecting to Oracle 12.1 in direct mode. The documentation for the OracleConnectionStringBuilder class notes that HAEvents are only for when not using direct mode, however, both connection string configurations indicate they are using direct mode.
Unfortunately I don't have a sample to reproduce this yet, only screen shots showing the difference (see here). On my machine, I do not see the HAEvents or Default Fetch Size property, however, they are listed in the OracleConnectionStringBuilder class documentation.
What would cause them to show up on one machine and not another? Thank you.