我用的是win7系统,安装了oracle10g的客户端和vs.net2005的一个程序,但是程序运行不起,报以下错误
System.Data.OleDb.OleDbException:ORA-01019:无法在用户方分配内存在
 System.Data.OleDb.OleDbConnecionInternal...(OleDbConnectionStringconstr,OleDbConnection connection)
请问这是什么原因呢?麻烦给出正确的解答步骤

解决方案 »

  1.   

    你看下你用PLSQL联一下数据库看可以联起来不?
    如果可以联起来那可能是你VS安装有问题。
      

  2.   

    嗯,用PLSQL连接不起,弹出个提示框出来,但是上面什么错误也没有写。
    我用SQLPLUS连接可以连接,这是怎么回事呢
      

  3.   

    .net+oracle开发中,发布web程序的时候,有是会遇到该错误 ora-01019     ORA-01019 unable to allocate memory in the user side
         Cause: The user side memory allocator returned an error.     Action: Increase the size of the process heap or switch to the old set of calls.     或者 错误,不能从进程获得上下文.   此错误是由于oracle或者microsoft的bug引起.(其实是,iis的访问权限的控制太高).解决方法:  一:为ORACLE_HOME目录,添加network services 用户组的访问权限,并将权限继承到子目录.重启机器.                二:提高虚拟路径对应的应用程序池,执行用户的权限.(该方法本人认为对带来不安全因素)