0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

oracleのバージョン確認方法!

Last updated at Posted at 2018-06-11

javaでojdbcを使って接続しようとしたときに、
バージョンによってどのjarをダウンロードするか迷いますよね(自分は迷った。)

SQL> select * from v$version;

をたたくと、

Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production

PL/SQL Release 11.1.0.7.0 - Production

CORE 11.1.0.7.0 Production

TNS for 32-bit Windows: Version 11.1.0.7.0 - Production

NLSRTL Version 11.1.0.7.0 - Production

な感じで出力されるので、11g 11.1.0.7.0を見て、
環境にあったojdbcをダウンロードする。
http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html

ここからダウンロードして外部jarの参照をつければ完了!

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?