当前位置:网站首页>Orcale driver
Orcale driver
2022-06-11 02:08:00 【tonysh_ zds】
see Oracle edition
select * from v$instance

Download the appropriate version of the driver
http://www.oracle.com/technetwork/database/features/jdbc/index-091264.htm
maven To configure
https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8/19.11.0.0
orcale 19 drive
https://www.oracle.com/database/technologies/appdev/jdbc-ucp-19-12-c-downloads.html
install
mvn install:install-file -DgroupId=com.oracle.database.jdbc -DartifactId=ojdbc8 -Dversion=19.11.0.0 -Dpackaging=jar -Dfile=ojdbc8-19.11.0.0.jar
pom.xml To configure
https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8/19.11.0.0
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.11.0.0</version>
</dependency>
边栏推荐
- AI 狂想|来这场大会,一起盘盘 AI 的新工具!
- Question g: candy
- Treatment of small fish
- 【MATLAB】图像变换(傅里叶变换、离散余弦变换)
- ME11/ME12采购信息记录及条件记录创建及更新BAPI:ME_INFORECORD_MAINTAIN_MULTI
- How to change the theme of win11 touch keyboard? Win11 method of changing touch keyboard theme
- Video compression data set TVD
- QT widget's simple serial port assistant (qserialport)
- QT database learning notes (II) QT operation SQLite database
- Flutter status management
猜你喜欢
![[leetcode] balanced binary tree](/img/77/a37557295646010326dac024cf869a.jpg)
[leetcode] balanced binary tree

Xpath注入

Today's sleep quality record 80 points

SAP SMARTFORMS文本内容手动换行输出
![Md61 plan independent demand import Bapi [by daily dimension / dynamic template / dynamic field]](/img/28/2a4fd7f019f6528bd322c5e75ecaa7.png)
Md61 plan independent demand import Bapi [by daily dimension / dynamic template / dynamic field]

flutter_ Swiper carousel map plug-in

Deep exploration of functions with indefinite parameters in C language

How to reinstall win11 drawing tool when it is missing

(solved) latex -- cancel the superscript display of references in the text (gbt7714-2015 will lead to the default superscript reference) (tutorial on mixed use of superscript and flush)

Complete tutorial on obtaining voltage from QGC ground station (APM voltage cannot be obtained from QGC)
随机推荐
flutter_swiper 轮播图 插件
Our understanding of the industrial Internet may be more out of the existing logic
【MATLAB】MATLAB图像处理基本操作
[leetcode] flat multi-level bidirectional linked list
(已解决)Latex--取消正文中参考文献引用的上标显示(gbt7714-2015会导致默认上角标引用)(上角标&平齐标混合使用教程)
[matlab] basic image operation (point operation, arithmetic operation, scaling and rotation)
【MATLAB】图像压缩编码(DCT、RLE)
2021-7-18 ROS notes XML language related
双面材质【double sided】的Shader
Video compression data set TVD
SAP SMARTFORMS文本内容手动换行输出
【MATLAB】图像分割
Today's sleep quality record 80 points
记录一下我的刷题实录
[matlab] basic operation of MATLAB image processing
Byte Beijing 23K and pinduoduo Shanghai 28K, how should I choose?
Within one month, the broadcasting volume has increased by 9million, and station B has three traffic growth passwords!
Jump without refresh - detailed explanation of pushstate and replacestate methods in history
[image processing] multi functional image processing system based on Matlab GUI [including Matlab source code 1876]
The argument type ‘int?‘ can‘t be assigned to the parameter type ‘num‘