简体   繁体   中英

Oracle Database 19c ucp.jar limitations with JDK 11

we are using database Oracle 19c version in production and we are migrating to JDK 11 (currently we are on JDK 7). So i downloaded necessary ojdbc jars from oracle website: https://www.oracle.com/in/database/technologies/appdev/jdbc-downloads.html

But i found below in the website: 在此处输入图像描述

It said ucp.jar certified with JDK11 but with some limitations . Can't find any information about those limitations.

Please share if anyone has idea on those limitations.

Please note that i'm aware Oracle 21c drivers listed in the website certified with JDK11 (including ucp.jar) but those don't have Long Term Support yet. So want to use Oracle 19c drivers only.

The 19c UCP limitations with respect to JDK11 are related to the DataSource APIs added in DataSource APIs in JDK9 (for example createConnectionBuilder and createShardingKey ) that you won't find in UCP in 19c. If you don't use these features, you should be fine.

And yes you're right, the current Long Term Support (LTS) release is 19c. 21c should only be used to explore new features.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM