当前位置:网站首页>10g数据库使用大内存主机时不能启动的问题
10g数据库使用大内存主机时不能启动的问题
2022-04-23 06:02:00 【还不算晕】
近期,遇到一个ORACLE 10G数据库环境,用户将数据库迁移到新的硬件服务器上后,新服务器配置较高;分配了200G内存,数据库在运行一段时间后异常;
经分析为数据库使用大内存的问题,在10G版本当内存大于168G后,会出现问题。
SQL> startup
ORA-27123: unable to attach to shared memory segment
Linux-x86_64 Error: 22: Invalid argument
Additional information: 1
Additional information: 425986
MOS文档Oracle Database 10g R2 Version 10.2.0.3 - Receiving Ora-27123 Errors. (Doc ID 1268668.1)中对此有描述:
RDBMS 10.2 can startup with a maximum size of 168GB SGA, due to the way the SGA is allocated
Development explained that, although possible to start database with some larger SGA, after 168GB shared libraries get overlayed in memory. This may cause unpredictable results.
最终,通过将数据库的SGA大小修改为160GB,然后成功启动数据库;
版权声明
本文为[还不算晕]所创,转载请带上原文链接,感谢
https://blog.csdn.net/q947817003/article/details/124099074
边栏推荐
- 异常记录-15
- Thanos如何为不同租户配置不同的数据保留时长
- JS implementation of web page rotation map
- 【不积跬步无以至千里】MySQL报大量unauthenticated user连接错误
- Prometheus Thanos快速指南
- MySQL【ACID+隔离级别+ redo log + undo log】
- 异常记录-9
- Chaos带你快速上手混沌工程
- Oracle net service: listener and service name resolution method
- Comparison between Prometheus thanos and cortex components
猜你喜欢
Oracle redo log产生量大的查找思路与案例
基于ECS搭建云上博客(体验有礼)
Introduction to RDMA network
OVS and OVS + dpdk architecture analysis
Prometheus thanos Quick Guide
DDOS攻击/防御介绍
Analysis of Rdam principle
Introduction to common APIs for EBFP programming
LeetCode刷题|897递增顺序搜索树
Passerelle haute performance pour l'interconnexion entre VPC et IDC basée sur dpdk
随机推荐
Introduction to RDMA network
js 格式化当前时间 日期推算
ebfp编程常用API介绍
Thanos Compact组件测试总结(处理历史数据)
【不积跬步无以至千里】Oracle应用导数Ora-01455报错处理
openvswitch 编译安装
SSM项目在阿里云部署
Prometheus cortex Architecture Overview (horizontally scalable, highly available, multi tenant, long-term storage)
异常记录-12
将博客搬至CSDN
异常记录-20
TC ebpf practice
[MySQL basics] startup options, system variables and status variables
基于DPDK实现VPC和IDC间互联互通的高性能网关
异常记录-16
一个DG环境的ORA-16047: DGID mismatch between destination setting and target database问题排查及监听VNCR特性
"Write multi tenant" implementation of Prometheus and thanos receiver
How to use tiup to deploy a tidb V5 0 cluster
使用prom-label-proxy实现Prometheus Thanos的基于标签的多租户读
使用sed命令来高效处理文本