- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
3#
发表于 2013-11-17 15:10:04
[oracle@mlab2 ~]$ oerr ora 16243
16243, 00000, "paging out %s bytes of memory to disk"
// *Cause: Builder process is paging out momery to free up space in lcr
// cache.
// *Action: No action necessary, this informational statement is provided
// to record the event for diagnostic purposes.
find some solution:
1. shutdown immediate the logical standby database
2. startup the logical standby database
3. increased max_sga for lcr cache
4. set up a skip procedure for the object we're 99% sure is the object in
question
|
|