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版本客户端以上.解决方法同上.

  • 相关阅读:
    go包初始化顺序
    go map
    go包管理
    C++ 线程池
    RAFT共识算法笔记
    最大子序列和
    常见网络攻击及其防御
    go常用标准库功能
    using代替typedef
    typename和class的区别
  • 原文地址:https://www.cnblogs.com/winfisher/p/1251508.html
Copyright © 2011-2022 走看看