Chinaunix首页 | 论坛 | 博客
  • 博客访问: 454375
  • 博文数量: 97
  • 博客积分: 3396
  • 博客等级: 中校
  • 技术积分: 996
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-25 13:14
文章分类

全部博文(97)

文章存档

2014年(1)

2013年(2)

2012年(7)

2011年(13)

2010年(18)

2009年(7)

2007年(10)

2006年(39)

分类: Oracle

2010-08-02 09:48:15

os : HP-UNIX 11V3
oracle bdump 下产出大量的trace 文件.
$ more  upmondb_ora_28674.trc
/oracle/product/admin/upmondb/bdump/upmondb_ora_28674.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /oracle/product/10.2.0
System name:    HP-UX
Node name:      UPITSM2
Release:        B.11.31
Version:        U
Machine:        ia64
Instance name: upmondb
Redo thread mounted by this instance: 1
Oracle process number: 0
Unix process pid: 28674, image: oracle@UPITSM2

Ioctl ASYNC_CONFIG error, errno = 1
$

解决方案
Grant dba group the MLOCK priv to avoid the Ioctl ASYNC_CONFIG trace file errors:
(1) # /usr/sbin/setprivgrp dba MLOCK
(2) # vi /etc/privgroup,写入下面内容:
dba MLOCK RTSCHED RTPRIO
(3) # cat /etc/privgroup
dba MLOCK RTSCHED RTPRIO
设置了MLOCK系统权限后,故障现象消失。
参考文档
metalink Note:302801.1
相关错误参考文档:http://www.itpub.net/viewthread.php?tid=1005043
阅读(1078) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-09-20 10:27:15

3、Since the Oracle 10.2 version, these settings stop the tracing: disk_asynch_io=FALSE filesystemio_options=none Since the Oracle 10.2 version, these settings stop the tracing: disk_asynch_io=FALSE filesystemio_options=none