- UID
- 33622
- 阅读权限
- 20
- 帖子
- 68
- 精华贴数
- 0
- 技术排名
- 13311
- 技术积分
- 188
- 社区排名
- 103352
- 社区积分
- 0
- 注册时间
- 2003-1-3
- 精华贴数
- 0
- 技术积分
- 188
- 社区积分
- 0
- 注册时间
- 2003-1-3
- 论坛徽章:
- 0
|
发表于 2004-3-22 16:05:56
|显示全部楼层
04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\",\"%s\"
)"
// *Cause: More shared memory is needed than was allocated in the shared
// pool.
// *Action: If the shared pool is out of memory, either use the
// dbms_shared_pool package to pin large packages,
// reduce your use of shared memory, or increase the amount of
// available shared memory by increasing the value of the
// INIT.ORA parameters "shared_pool_reserved_size" and
// "shared_pool_size".
// If the large pool is out of memory, increase the INIT.ORA
// parameter "large_pool_size". |
|