JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

解决ORA-04031:unable to allocate 56bytes of shared memory

发布时间 2023-04-06 20:47:12作者: 周随

登录PL/SQL Developer出现ORA-04031错误。
解决方式:

  1. 用oracle账号登录linux服务器
  2. 进入sqlplus
    sqlplus / as sysdba
  3. 查看sga大小
    show parameter sga;
    image
  4. 扩大sga空间
    alter system set sga_max_size=10G scope=spfile;
    alter system set sga_target=10G scope=spfile;
  5. 关机重启
    shutdown normal
    startup
    本栏目推荐文章
  • shared_ptr 循环引用以及解决办法
  • vscode错误:Unable to connect to VS Code server: Error in request.
  • 2024-01-13 Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. ==》引用了未使用的方法导致
  • fish和pacman:“error: Unable to read input file: 是一个目录”报错的处理
  • ODI 启动agentscheduler报错 Unable to create TaskScheduleDefinitionList
  • Understanding the linux kernel Chapter2 Memory Addressing
  • celery中 @app.task与@shared.task 的区别
  • 【五期李伟平】CCF-A(MobiCom'18 Session EdgeTech'18)A Game-Theoretic Approach to Multi-Objective Resource Sharing and Allocation in Mobile Edge Clouds
  • 解决Nginx报error while loading shared libraries: libjemalloc.so.2: cannot open
  • Elasticsearch底层系列之Shard Allocation机制(转)
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们