降低了虚拟机的内存之后发现虚拟机中的oracle数据库无法startup,原因是 target memory的数据有问题,然后在安装数据库的使用的是自动内存管理。涉及的一个系统文件 /dev/shm

alter system set target_memory=400M;

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2022-02-08
  • 2021-11-18
  • 2022-01-09
  • 2022-12-23
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2021-04-16
  • 2022-01-06
  • 2021-07-19
  • 2021-11-18
  • 2021-04-16
相关资源
相似解决方案