Home > Database > Mysql Tutorial > body text

jdbc:oracle:thin 连接问题

WBOY
Release: 2016-06-07 17:59:00
Original
1096 people have browsed it

[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
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!