Overriding a database driver by customizing the Maven URI
If you have different versions of a database driver, you can override the current
version of the driver by customizing its Maven URI. That is, upgrading to the latest
version or roll back to a previous version. Overriding a driver allows your Jobs to use any
driver versions that are available.
Before you begin
Make sure the desired versions of the driver (for example, ojdbc14.jar and ojdbc14-9i.jar in the previous section) are available.
Information noteNote:
- To avoid overriding failures, make sure the dependencies of the desired driver are resolved.
- If you override a driver using the up-to-date driver (for example, version 2021) and then Talend Studio upgrades with a newer driver version (for example, version 2022), the newer version will be used.
- If you override a driver using an earlier driver (for example, overriding version 2021 using version 2020) and then Talend Studio upgrades with the latest driver version (for example, version 2022), the latest version (that is, version 2022) will be used.