Use the Oracle 11g helper instead of earlier versions

This rule flags references to

Switch to the Oracle 11g JDBC driver and use the Oracle11gDataStoreHelper or DataStoreHelper.ORACLE_11G_HELPER instead. While the old classes are still shipped with Version 8, they are not supported if you encounter problems.

The version of the helper and the JDBC driver must be kept synchronized, so you may need to change your configuration to use the Oracle 11g driver. For this reason, the automated fix will not change code until you confirm that the Oracle 11g JDBC driver is configured.

When the automated fix becomes available you will need to confirm if the Oracle 11g driver is configured. if the new driver is configured. Do not run the automated fix if the driver where the application will run is not going to be changed. Review and take note of your preference.

You will need to apply this automated fix to your build file to enable the fix.

As with any rule, you can verify the automated fix has worked by running your application against the binary scanner again.

See the related article, Data source minimum required settings for Oracle for important information.

The Removed features list in the documentation.