Oracle 隱含引數
select
x.ksppinm name,
y.ksppstvl value,
y.ksppstdf isdefault,
decode(bitand(y.ksppstvf,7),1,'MODIFIED',4,'SYSTEM_MOD','FALSE') ismod,
decode(bitand(y.ksppstvf,2),2,'TRUE','FALSE') isadj
from
sys.x$ksppi x,
sys.x$ksppcv y
where
x.inst_id = userenv('Instance') and
y.inst_id = userenv('Instance') and
x.indx = y.indx and
x.ksppinm like '%_&par%'
order by
translate(x.ksppinm, ' _', ' ')
轉於:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15747463/viewspace-751264/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle direct path read相關隱含引數Oracle
- Oracle 11G 隱含引數“_controlfile_autobackup_delay”Oracle
- 【PARANETERS】Oracle異常恢復相關的隱含引數Oracle
- [20190417]隱含引數_SPIN_COUNT.txt
- 常用指令碼:獲取隱含引數指令碼
- [20190401]隱含引數_mutex_spin_count.txtMutex
- v$parameter gv$parameter 檢視 DDL 與隱含引數
- [20191206]隱含引數_db_always_check_system_ts.txt
- 使用隱含引數testMappingSpeed排查GoldenGate抽取慢的步驟APPGo
- [20200420]V$SES_OPTIMIZER_ENV 查不到剛修改的隱含引數.txt
- Oracle 核心引數Oracle
- 日誌損壞時,加入隱含引數開啟資料庫的總結資料庫
- histb 引導核心 boot_cmd 引數含義boot
- SpringDataJpa列印Sql詳情(含引數)SpringSQL
- Oracle:PDB 引數管理Oracle
- [20220913]hugepage相關引數含義.txt
- [20191204]hugepage相關引數含義.txt
- php引數3個點的含義PHP
- Python中key引數的含義及用法Python
- Python 中 key 引數的含義及用法Python
- 使用 XmlCommand 對Oracle傳引數XMLOracle
- Oracle RAC引數檔案管理Oracle
- ORACLE並行相關的引數Oracle並行
- Oracle GoldenGate常用引數詳解OracleGo
- oracle rac 核心引數詳解Oracle
- Oracle Table建立引數說明Oracle
- Oracle JDBC ResultSet引數測試OracleJDBC
- 檢視oralce10g,11g隱含引數,並在SQLPLUS視窗格式化輸出SQL
- Oracle ENABLE=broken引數與TCP KeepAliveOracleTCP
- [20190917]oracle引數deferred屬性.txtOracle
- Oracle面試寶典-引數篇Oracle面試
- Oracle RAC修改引數檔案位置Oracle
- oracle O7_DICTIONARY_ACCESSIBILITY 引數Oracle
- 關於隱藏引數:_no_recovery_through_resetlogs
- git merge合併程式碼時各引數含義Git
- 【Oracle】簡單引數也有講究,JOB_QUEUE_PROCESS引數調研Oracle
- 10.使用隱含規則
- ORACLE中Cursor_sharing引數詳解Oracle
- Oracle初始化引數的來源Oracle