HP-UX Kernel Configuration for Oracle for 8i/9i (2)
第二部分開始:
Maxtsize |
Max Text Segment size (Bytes) Recommended: 128MB
|
max_fcp_reqs |
Maximum Number of Concurrent Fiber Channel Requests Per Adapter recommended: 512
|
maxswapchunks |
maximum number of swap chunks where SWCHUNK is the swap chunk size (1 KB blocks). (related to parameter swchunk) Default: 2048recommended:<= Oracle 8i = 4096
|
maxusers |
Value of MAXUSERS macro, limits theSsstem resource allocation (not the actual number of users). Influences nproc, ninode, nfile. default=32. recommended: set to number of concurrent Oracle DB users + 64
|
maxuprc |
Max Number of simultaneous user processes (per user-id!). default=75 Because all database processes often run with the Oracle user-id, it's recommended: <= Oracle 8.1.7 = maxusers * 5 >= Oracle 9i = ((NPROC*9)/10)
|
Maxvgs |
Max. number of volume groups: Default: 10 Recommended: increase to the number of volume groups you would like to have on the system (maximum 256)
|
MSGMAP |
Defines the maximum number of message map entries. Recommended: >= Oracle 9i = (MSGTQL + 2)
|
MSGMNI |
Defines the number of message queue identifiers. Recommended: >= Oracle 9i = (NPROC) |
MSGSEG |
Defines the number of segments available for messages. Recommended: >= Oracle 9i = (NPROC * 4) (at least 32767)
|
MSGTQL |
Defines the number of message headers. Recommended: >= Oracle 9i = (NPROC)
|
NCALLOUT |
Defines the maximum number of pending timeouts. Recommended: >= Oracle 9i = (NPROC + 16)
|
NCSIZE |
Defines the Directory Name Lookup Cache (DNLC) space needed for inodes. Recommended: >= Oracle 9i = ((8 * NPROC + 2048) + VX_NCSIZE) VX_NCSIZE is by default 1024.
|
nfile |
Max Number of simultaneously Open files system-wide at any given time. Total number of slots it the file descriptor table, default=16*(nproc+16+maxusers)/10+32+ 2*(npty+nstrpty) recommended: <= Oracle 8.1.7 = to use default. >= Oracle 9i = (15 * NPROC + 2048)
|
NINODE |
Defines the maximum number of open inodes. Recommended: >= Oracle 9i = (8 * NPROC + 2048)
|
NKTHREAD |
Defines the maximum number of kernel threads supported by the system. Recommended: >= Oracle 9i = (((NPROC * 7) / 4) + 16)
|
nproc |
Max Number of Processes that can exist simultaneously in the system, default=(20+8*MAXUSERS), influences ninode, nfile. recommended: <= Oracle 8.1.7 = to use default >= Oracle 9i = 4096
|
npty |
Number of ptys (pseudo ttys), default=60. recommended: if you are using rlogin/telnet connections from clients to server then increase npty up to the number of client users, otherwise use default. Note: ptys are not used when using Oracle SQL*Net
|
num_tachyon_adapters |
HP-UX 11.0 only Number of Tachyon-based Fiber Channel Adapters in the System Recommended: minimum 5, set to real number of Fiber Channel Adapters
HP-UX 11i – no support for tachyon adapters, the new is tachlite, which do not use this kernel parameter.
|
o_sync_is_o_dsync |
Enable/Disable translation of O_SYNC to O_DSYNC in open()/fcntl() calls, default=0. recommended: < Oracle 7.3 = o_sync_is_o_dsync=1 or use Oracle Patch for Bug #310042. >= Oracle7.3 = use default for o_sync_is_o_dsync=0 (patch #310042 not needed).
|
SEMMAP |
Defines the maximum number of semaphore map entries. Recommended: >= Oracle 9i = (SEMMNI + 2)
|
semmni |
Number of Semaphore Identifiers, specifies the maximum number of sets of semaphores that can exist simultaneously on the system, default=64. recommended: <= Oracle8i = use default or at least 10 per Oracle database >= Oracle9i = 4096
|
semmns |
Max Number of Semaphores, defines the system-wide maximum number of individual semaphores that can be allocated for users, default=128. recommended: <= Oracle 8.1.7 = 256 or at least 1 per Oracle process >= Oracle 9i = (semmni * 2)
|
SEMMNU |
Defines the number of semaphore undo structures. Recommended: >= Oracle 9i = (NPROC – 4) |
第二部分完。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/34596/viewspace-566897/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 9i資料庫做spaOracle資料庫
- Installing Oracle 9i on OELRHEL 4.8 64bitOracle
- 在oracle 9i下線上重定義表Oracle
- oracle 9i臨時表產生過多redoOracle
- Oracle 9i統計資訊備份與恢復Oracle
- HP-UX執行Oracle相關命令報錯Memory fault(coredump)分析處理UXOracle
- Oracle Net Configuration Assistant failed異常的解決方案OracleAI
- oracle RDBMS Kernel Executable 佔用記憶體過高Oracle記憶體
- asynchronous i/o (aio) on HP-UXAIUX
- 網鼎杯 2024 玄武 pwn2 (kernel)
- Oracle 9i升級19C 邏輯遷移詳細方法(一)Oracle
- Oracle 9i升級19C 邏輯遷移詳細方法(二)Oracle
- 關於Oracle 9i字符集問題的解決辦法FCOracle
- Oracle 9i升級19C 遷移關於失效索引的梳理方法Oracle索引
- Oracle 9i變數窺視引起執行計劃異常故障報告Oracle變數
- redis configurationRedis
- HP-UX上一次Oracle軟體安裝目錄磁碟空間滿導致的故障UXOracle
- Oracle資料庫遷移 - 異構傳輸表空間TTS HP-UX遷移至Redhat Linux 7.7Oracle資料庫TTSRedhatLinux
- [20210819]kernel.sem = SEMMSL SEMMNS SEMOPM SEMMNI 2.txt
- Net6 Configuration & Options 原始碼分析 Part2 Options原始碼
- Kernel Method
- openwrt advanced configuration
- etcd install & configuration
- 測試中出現ERROR StatusLogger No log4j2 configuration fileError
- 9.(轉)Spring Configuration Check Unmapped Spring configuration files foundSpringAPP
- 核心引數kernel.shmall和kernel.shmmaxHMM
- Oralce 入門教程:Oracle Database 9i 10g 11g程式設計藝術 深入資料庫體系結構 第2版OracleDatabase程式設計資料庫
- Oracle 9i, 10g, and 11g RAC on Linux所需要的Hangcheck-Timer Module介紹OracleLinuxGC
- Oracle 9i 11g歷史庫升級遷移資料至19c CDBOracle
- 【資料庫資料恢復】HP-UX系統ORACLE資料庫被誤刪除的資料恢復資料庫資料恢復UXOracle
- Linux kernel mapLinux
- 榮耀9i引數與真機圖賞 榮耀9i配置怎麼樣?
- oracle event 2 (zt)Oracle
- .net core Configuration物件物件
- spring 解析 @Configuration 流程Spring
- MySQL 8.0 Reference Manual(讀書筆記71節--InnoDB Buffer Pool Configuration (2))MySql筆記
- Oracle vs PostgreSQL DBA(22)- Oracle VPD#2OracleSQL
- disable Nouveau kernel driver
- LangChain vs Semantic KernelLangChain