$conn = oci_connect('eoffice', 'hdujiedian', '//192.168.100.21/hziee');
if (!$conn) {
$e = oci_error();
print htmlentities($e['message']);
exit;
}else {
echo "连接oracle成功!";
}

相关文章:

  • 2021-12-28
  • 2021-09-23
  • 2021-11-18
  • 2021-11-19
猜你喜欢
  • 2021-12-28
  • 2021-10-30
  • 2021-11-20
  • 2021-12-18
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案