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]