如题。请问如何解决。网上查找了好多。说是权限的问题。但是比较奇怪的是。本机操作也会出现这样的问题。谢谢。

解决方案 »

  1.   

    http://topic.csdn.net/u/20080509/20/158aea56-4352-4dfe-98ae-8fa4f7247fda.html
      

  2.   

    找到Oracle客户端的安装目录,右键父级目录 在属性——〉安全 中,点击"添加",选择"位置"设置为根目录,加入对象名"Network Service",并对其赋予权限即可。 
      

  3.   

    我有遇过相同问题 你需要把你的oral_home的安全属性 刷新,uncheck the checkbox -> apply -> check again.
      

  4.   

    我有遇过相同问题 你需要把你的oral_home的安全属性 刷新,uncheck the checkbox -> apply -> check again.Problem
    When usign System.Data.OracleClient with Oracle9i client, i got the following message while connecting to the Oracle database from and ASP.NET application.System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.Cause
    Security permissions were not properly set when the Oracle 9i Release 2 client was installed on Windows with NTFS. The result of this is that content of the ORACLE_HOME directory is not visible to Authenticated Users on the machine; this again causes an error while the System.Data.OracleClient is communicating with the Oracle Connectivity software from an ASP.NET using Authenticated User privileges.Solution
    To fix the problem you have to give the Authenticated Users group privilege to the Oracle Home directory.Log on to Windwos as a user with Administrator privileges. 
    Start Window Explorer and navigate to the ORACLE_HOME folder. 
    Choose properties on the ORACLE_HOME folder. 
    Click the “Security” tab of the “Properties” window. 
    Click on “Authenticated Users” item in the “Name” list. 
    Uncheck the “Read and Execute” box in the “Permissions” list under the “Allow” column. 
    Re-check the “Read and Execute” box under the “Allow” column 
    Click the “Advanced” button and in the “Permission Entries” verify that “Authenticated Users” are listed with permission = “Read & Execute”, and Apply To = “This folder, subfolders and files”. If not, edit that line and make sure that “Apply To” drop-down box is set to “This folder, subfolders and files”. This should already be set properly but it is important that you verify it. 
    Click the “Ok” button until you close out all of the security properties windows. The cursor may present the hour glass for a few seconds as it applies the permissions you just changed to all subfolders and files. 
    Reboot, to assure that the changes have taken effect. 
    Try your application again.
      

  5.   

    楼主可以参考这个:http://aris.bahagiasejahteradankeren.web.id/home/technical-stuffs/systemdataoracleclientrequiresoracleclientsoftwareversion817orgreater