Heim  >  Artikel  >  Datenbank  >  jdbc:oracle:thin 连接问题

jdbc:oracle:thin 连接问题

WBOY
WBOYOriginal
2016-06-07 17:59:001096Durchsuche

[jdbc]:[Oracle]:[thin]:[@192.168.3.98:1521:orcl] jdbc:oralce:thin:是一个jni方式的命名 jdbc:表示采用jdbc方式连接数据库 Oracle:表示连接的是oracle数据库 thin:表示连接时采用thin模式(Oracle中有两中模式) @表示地址 - 1521:表示端口和数据库名 orcl:

[jdbc]:[Oracle]:[thin]:[@192.168.3.98:1521:orcl]

jdbc:oralce:thin:是一个jni方式的命名

jdbc:表示采用jdbc方式连接数据库

Oracle:表示连接的是oracle数据库

thin:表示连接时采用thin模式(Oracle中有两中模式)

@表示地址
-


1521:表示端口和数据库名

orcl:表示Oracle

sid

eg:jdbc:Oracle:thin:@aphkagldb.viasystems.pri:1521:agile9
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn