- 博客(5)
- 资源 (1)
- 收藏
- 关注
转载 aix中procmap 查看oracle进程占用系统内存
procmap是用来显示进程地址空间,通过这个命令找出来的“read/write”表示为进程的私有内存,如果对应到oracle 进程的LOCAL中来,也就是对应了是oracle 会话进程占用的操作系统内存,和sga与pga无关,即ORACLE数据库进程占用的额外的系统内存,在计算oracle数据库消耗内存的时候,要考虑sga+pga+process占用的内存 procmap命令使用
2016-06-13 15:51:18
1036
转载 通过netstat+rmsock查找AIX端口对应进程
rmsock除去不包含文件描述符的套接字。它接受 socket、tcpcb、inpcb、ripcb 或 rawcb 地址并将其转换成套接字地址。然后检查每个进程所有打开的文件以查找套接字的匹配。如果没找到匹配,对该套接字执行异常终止操作,而不考虑套接字 linger 选项的存在。套接字保留的端口号释放。如果发现匹配,文件描述符和主进程状态显示给用户。 命令格式:rmsock Address Ty
2016-06-13 15:46:16
975
转载 shared pool latch相关描述
shared pool latch相关描述 The shared pool latch is used to protect critical operations when allocating and freeing memory in the shared pool. If an application makes use of literal (
2016-06-13 15:15:09
239
转载 oracle library latch
产生library cache latch原因 The library cache latches protect the cached SQL statements and objects' definitions held in the library cache within the shared pool. The library cache lat
2016-06-13 15:10:45
239
转载 shared pool 相关latch出现异常等待,影响系统性能
某客户有一服务器,shared pool 相关latch出现异常等待,影响系统性能.分析结果:因为系统空闲内存太少,使用太多Paging Space导致该异常;解决办法:1.增加内存,2.在业务接受范围内减小sga等其他和内存消耗相关参数 nmon查看剩余内存 x Physical PageSpace | pages/sec I
2016-06-12 12:56:43
1158
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人