獲取資料庫中所有隱藏引數
SELECT ksppinm, ksppstvl, ksppdesc
FROM x$ksppi x, x$ksppcv y
WHERE x.indx = y.indx
AND translate(ksppinm,'_','#') like '#%'
order by ksppinm;
KSPPINM KSPPSTVL KSPPDESC
---------------------------------------------------------------- -------------------------------------------------------------------------------- ----------------------------------------------------------------
_NUMA_instance_mapping Not specified Set of nodes that this instance should run on
_NUMA_pool_size Not specified aggregate size in bytes of NUMA pool
_PX_use_large_pool FALSE Use Large Pool as source of PX buffers
_abort_recovery_on_join FALSE if TRUE, abort recovery on join reconfigurations
_active_standby_fast_reconfiguration TRUE if TRUE optimize dlm reconfiguration for active/standby OPS
_adaptive_direct_read TRUE Adaptive Direct Read
_adaptive_fetch_enabled TRUE enable/disable adaptive fetch in parallel group by
_affinity_on TRUE enable/disable affinity at run time
_aiowait_timeouts 100 Number of aiowait timeouts before error is reported
_all_shared_dblinks treat all dblinks as shared
_allocate_creation_order FALSE should files be examined in creation order during allocation
_allocation_update_interval 3 interval at which successful search in L1 should be updated
_allow_error_simulation FALSE Allow error simulation for testing
_allow_read_only_corruption FALSE allow read-only open even if database is corrupt
_allow_resetlogs_corruption FALSE allow resetlogs even if it will cause corruption
_allow_terminal_recovery_corruption FALSE Finish terminal recovery even if it may cause corruption
_always_anti_join CHOOSE always use this method for anti-join when possible
_always_semi_join CHOOSE always use this method for semi-join when possible
_always_star_transformation FALSE always favor use of star transformation
_app_ctx_vers TRUE enable app ctx versioning
這是其中的一些
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-127559/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檢視資料庫中的隱藏引數(指令碼)資料庫指令碼
- 在MySQL中,如何獲取資料庫下所有表的資料行數?MySql資料庫
- oracle獲取隱含引數Oracle
- Oracle引數-隱藏引數Oracle
- SQL Server中獲取一個資料庫的所有表的列數SQLServer資料庫
- 獲取Oracle隱含引數資訊Oracle
- 獲取oracle的隱含引數Oracle
- 顯示資料庫所有引數資料庫
- 常用指令碼:獲取隱含引數指令碼
- Oracle 隱藏引數使用Oracle
- 基於oracle 11.2.0.4如何獲取變更或修改後的所有資料庫引數資訊Oracle資料庫
- 隱藏引數查詢sqlSQL
- 檢視oracle隱藏引數Oracle
- Oracle 各版本引數/隱藏引數 介紹Oracle
- 在RFT中如何獲取JTable中的所有資料?
- 遮罩層遮不住DropDownList---獲取頁面上所有的select並隱藏遮罩
- python 獲取函式的所有引數列表:locals()Python函式
- ORACLE資料庫DDL審計觸發器與隱藏引數_system_trig_enabledOracle資料庫觸發器
- Oracle 中所有隱含的 引數Oracle
- 獲取_字首的oracle hidden parameter隱含引數Oracle
- Oracle11g版本中未歸檔隱藏引數Oracle
- Oracle12c版本中未歸檔隱藏引數Oracle
- 檢視Oracle隱藏引數的SQLOracleSQL
- 隱藏引數查詢和dictionary viewView
- 獲取request中的查詢引數
- js獲取url地址中的引數JS
- 如何在指標中隱藏資料?指標
- 獲取SQL資料庫中某個表中的所有欄位名稱的通用方法SQL資料庫
- 獲取sql server資料庫中所有庫、表、欄位名的方法SQLServer資料庫
- 使用_allow_resetlogs_corruption隱藏引數跳過資料庫一致性檢查資料庫
- 查詢資料庫隱含引數的sql語句資料庫SQL
- oracle隱藏引數的檢視和使用Oracle
- Shell指令碼對ps命令隱藏引數指令碼
- SOLIDWORKS如何獲取模型中的引數Solid模型
- js獲取url連結中的引數JS
- Struts2中獲取請求引數
- JS實現點選引數皮膚按鈕顯示或隱藏資料JS
- MongoDB隱藏技能:如何重新命名資料庫MongoDB資料庫