【ASM學習】關於 ASM 的隱含引數
select
a.ksppinm "Parameter",
a.ksppdesc "Description",
b.ksppstvl "Session Value",
c.ksppstvl "Instance Value"
from
x$ksppi a,
x$ksppcv b,
x$ksppsv c
where
a.indx = b.indx
and a.indx = c.indx
and a.ksppinm like '%asm%' escape '\'
order by 1
/
Parameter Description Session Va Instance V
------------------------------------- ------------------------------ ---------- ----------
_asm_acd_chunks initial ACD chunks created 1 1
_asm_allow_only_raw_disks Discovery only raw devices TRUE TRUE
_asm_allow_resilver_corruption Enable disk resilvering for FALSE FALSE
external redundancy
_asm_ausize allocation unit size 1048576 1048576
_asm_blksize metadata block size 4096 4096
_asm_disk_repair_time seconds to wait before 14400 14400
dropping a failing disk
_asm_droptimeout timeout before offlined disks 60 60
get dropped (in 3s ticks)
_asm_emulmax max number of concurrent disks 10000 10000
to emulate I/O errors
_asm_emultimeout timeout before emulation 0 0
begins (in 3s ticks)
_asm_kfdpevent KFDP event 0 0
_asm_libraries library search order for ufs ufs
discovery
_asm_maxio Maximum size of individual I/O 1048576 1048576
request
_asm_stripesize ASM file stripe size 131072 131072
_asm_stripewidth ASM file stripe width 8 8
_asm_wait_time Max/imum time to wait before 18 18
asmb exits
_asmlib_test Osmlib test event 0 0
_asmsid ASM instance id asm asm
asm_diskgroups disk groups to mount MY_DG1, MY MY_DG1, MY
automatically _DG2 _DG2
asm_diskstring disk set locations for
discovery
asm_power_limit number of processes for disk 1 1
rebalancing
20 rows selected.
a.ksppinm "Parameter",
a.ksppdesc "Description",
b.ksppstvl "Session Value",
c.ksppstvl "Instance Value"
from
x$ksppi a,
x$ksppcv b,
x$ksppsv c
where
a.indx = b.indx
and a.indx = c.indx
and a.ksppinm like '%asm%' escape '\'
order by 1
/
Parameter Description Session Va Instance V
------------------------------------- ------------------------------ ---------- ----------
_asm_acd_chunks initial ACD chunks created 1 1
_asm_allow_only_raw_disks Discovery only raw devices TRUE TRUE
_asm_allow_resilver_corruption Enable disk resilvering for FALSE FALSE
external redundancy
_asm_ausize allocation unit size 1048576 1048576
_asm_blksize metadata block size 4096 4096
_asm_disk_repair_time seconds to wait before 14400 14400
dropping a failing disk
_asm_droptimeout timeout before offlined disks 60 60
get dropped (in 3s ticks)
_asm_emulmax max number of concurrent disks 10000 10000
to emulate I/O errors
_asm_emultimeout timeout before emulation 0 0
begins (in 3s ticks)
_asm_kfdpevent KFDP event 0 0
_asm_libraries library search order for ufs ufs
discovery
_asm_maxio Maximum size of individual I/O 1048576 1048576
request
_asm_stripesize ASM file stripe size 131072 131072
_asm_stripewidth ASM file stripe width 8 8
_asm_wait_time Max/imum time to wait before 18 18
asmb exits
_asmlib_test Osmlib test event 0 0
_asmsid ASM instance id asm asm
asm_diskgroups disk groups to mount MY_DG1, MY MY_DG1, MY
automatically _DG2 _DG2
asm_diskstring disk set locations for
discovery
asm_power_limit number of processes for disk 1 1
rebalancing
20 rows selected.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-672232/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【ASM學習】ASM引數說明ASM
- 【AMM】關於ASM中AMM引數說明ASM
- 關於隱含引數_b_tree_bitmap_plans
- 【ASM學習】ASM 管理ASM
- 【ASM學習】ASM文件ASM
- 全面學習和應用ORACLE ASM特性--(1)關於asm例項OracleASM
- oracle ASM中ASM_POWER_LIMIT引數OracleASMMIT
- ASM 學習ASM
- Oracle 隱含引數Oracle
- ORACLE隱含引數Oracle
- 【ASM學習】ASM基礎知識ASM
- ASM學習筆記_ASM安裝ASM筆記
- asm 相容性、asm instance 主要引數管理ASM
- 隱含引數的查詢
- Oracle的隱含引數(zt)Oracle
- 學習ASM技術(八)--ASM操作原理ASM
- 【ASM學習】從ASM拷貝檔案的方法ASM
- ASM條帶揭密----_asm_stripesize、_asm_stripewidth引數的設定和影響ASM
- oracle ASM引數ASM_POWER_LIMIT以及其它一些引數詳解OracleASMMIT
- 獲取oracle的隱含引數Oracle
- oracle的一個隱含引數Oracle
- Oracle 中所有隱含的 引數Oracle
- Oracle隱含引數的查詢Oracle
- Oracle direct path read相關隱含引數Oracle
- 【RAC】asm_diskgroups 引數ASM
- 學習ASM技術(八)--ASM操作原理. 續ASM
- Java ASM學習(2)JavaASM
- ASM 學習 指令碼ASM指令碼
- oracle獲取隱含引數Oracle
- 學習ASM技術(完結篇)--常用ASM命令ASM
- 學習ASM技術(七)--ASM檔案轉化ASM
- ASM之ASM相關概念ASM
- RAC 11.2.0.3 ASM管理 (一) 引數ASM
- 【PARANETERS】Oracle異常恢復相關的隱含引數Oracle
- 【parameter】oracle的隱含引數的檢視Oracle
- 幾個重要的 ASM Disk Groups 引數ASM
- 關於ASM的failgroup概念的探索方法ASMAI
- 獲取Oracle隱含引數資訊Oracle