对于jdbc,可以使用如下语句连接远程数据库:
DriverManager.getConnection("jdbc:oracle:thin:@192.168.0.148:1521:orcl","orcl","orcl").相应的,如果使用oci,该如何连接这个远程服务器?
谢谢