问题求解决
在ASP.NET平台,用的oracle数据库,本机用的10g版本,在程序运行时,取不到数据,编译网站生成都没有问题,查看log日志,发现上面的说明是这样的:错误原因 : 执行 conn.Open() 语句时出错 , System.Data.OracleClient 需要 Oracle 客户端软件 version 8.1.7 或更高版本。重启机器了,查看网上的,但是都没有搞定,不知道有没有高手指点我一下,很急啊 异常 数据库错误 oracle --------------------编程问答-------------------- 我也遇到这样的问题 同求解决我以前机子32位 win7系统 最近换了64位的 然后就这样了 oracle装32位 64位都不行。 --------------------编程问答-------------------- 你需要安装Oracle Client
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html
如果已经安装的话,可能是权限问题。
It is a security issue, so to fix it simply do the following:
Go to the Oracle Client folder.
2- Right Click on the folder.
3- On security Tab, Add "Authenticated Users" and give this account Read & Execute permission.
4- Apply this security for all folders, Subfolders and Files (IMPORTANT).
5- Don't Forget to REBOOT your Machine; if you forgot to do this you will still face the same problem unless you restart your machine.
来自:
http://blogs.msdn.com/b/fabdulwahab/archive/2011/11/13/system-data-oracleclient-requires-oracle-client-software-version-8-1-7-or-greater.aspx
补充:.NET技术 , ASP.NET