jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:orcl
jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:orcl
jdbc:表示采用jdbc方式连接数据库
oracle:表示连接的是oracle数据库
thin:表示连接时采用thin模式(oracle有thin和oci两种方式,thin不需要安装客户端,oci需要安装客户端)
xxx.xxx.xxx.xxx:表示IP地址
1521:表示端口号
orcl:表示数据库服务名
jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:orcl
jdbc:表示采用jdbc方式连接数据库
oracle:表示连接的是oracle数据库
thin:表示连接时采用thin模式(oracle有thin和oci两种方式,thin不需要安装客户端,oci需要安装客户端)
xxx.xxx.xxx.xxx:表示IP地址
1521:表示端口号
orcl:表示数据库服务名