zoukankan      html  css  js  c++  java
  • 第一笔:ora01019错误.

    在.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 用户组的访问权限,并将权限继承到子目录.重启机器. 

                   二:提高虚拟路径对应的应用程序池,执行用户的权限.(该方法本人认为对带来不安全因素)

    令,本错误有时候提示是,需要安装oracle7.13版本客户端以上.解决方法同上.

  • 相关阅读:
    vs 加入插件
    vs用法
    axios和vue用$refs属性获取dom
    错误演示
    vue表单的用法

    工作
    工作日报
    主机与虚拟机链接
    login
  • 原文地址:https://www.cnblogs.com/winfisher/p/1251508.html
Copyright © 2011-2022 走看看