搞了个Oracle服务器,用MSPetShop连接Oracle,安装好后,浏览却提示如下错误:

【System.Data.OracleClient requires Oracle client software version 8.1.7】

不知道诈回事,Google了一下,原来是安装目录的Authenticated Users没有写入和修改权限,具体操作如下:

  1. go to oracle installation folder, which is most likely “c:oracleora92”
  2. right click and select properties
  3. go to security tab
  4. find Authenticated Users and select it
  5. uncheck read and execute box in the permission
  6. re-check read and execute
  7. click OK

相关文章:

  • 2021-08-16
  • 2021-08-18
  • 2021-12-27
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
猜你喜欢
  • 2021-09-14
  • 2021-10-10
相关资源
相似解决方案