首页 > 数据库 > Oracle > 正文

ORACLE在HP-UX下的系列问题处理(45)

2024-08-29 13:39:59
字体:
来源:转载
供稿:网友

  SYS ADM: Oracle中针对 pid== memory locking 错误的解决方法
  问题描述
  
  我在使用 Oracle 版本 7.3.3. 我在系统日志 中碰到了下面的错误:
  
  pid==1 does not have memory locking PRivleges
  for large text pages.
  
  我应该怎样解决?
  
  配置信息
  
  操作系统 - HP-UX
  版本 - 10.20
  硬件系统 - HP9000
  系列 -D370
  应用程序 - Oracle 版本 7.3.3
  
  解决方法
  
  这是Oracle 版本 7.3.3的产生这些信息的常见问题。 Oracle 中解决这些问题的方法是执行下面的命令:
  adb -w /stand/vmunix
  allow_superpage_text?W 0
  Ctrl-D
  HP Only Info
  exec_superpage_text() 中的SR [4701361188/STARS-ACTIVE/English] Diagnostic 信息没有显示出真正的pid。向 printf 语句中添加一个丢失的参数. 在下面的补丁中有它的解决方法:
  [PHKL_11902/PACHRDME/English]
  [PHKL_11903/PACHRDME/English]
  [PHKL_11959/PACHRDME/English]
  .........following with all English text ....
  SYS ADM: Oracle work-around for pid== memory locking errorProblem Description
  
  I am using Oracle version 7.3.3. I'm receiving the following error
  in the sys log:
  
   pid==1 does not have memory locking privleges
   for large text pages.
  
  What should I do?
  
  Configuration Info
  
  Operating System - HP-UX
  Version - 10.20
  Hardware System - HP9000
  Series - D370
  application - Oracle version 7.3.3
  Solution
  There is a known problem with Oracle version 7.3.3 that will prodUCe
  this message. The work-around from Oracle is to execute the following
  commands:
  adb -w /stand/vmunix
  allow_superpage_text?W 0
  Ctrl-D
  HP Only Info
  SR [4701361188/STARS-ACTIVE/English] Diagnostic message in
  exec_superpage_text() does not printf the real pid. Added one missing
  argument to a printf statement. The fix appears in the following patches: [PHKL_11902/PACHRDME/English]
   [PHKL_11903/PACHRDME/English]
   [PHKL_11959/PACHRDME/English]

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表