DBA必备知识|Oracle 托管文件 (OMF)详解

  发布时间:2025-11-05 14:02:55   作者:玩站小弟   我要评论
复制colnameformata25 colvalueformata10 selectx.ksppinmname,y.kspftctxvlvalue,y.k 。
DBA必备知识|Oracle 托管文件 (OMF)详解
复制col name format a25  col value format a10  select x.ksppinm name,必备知 y.kspftctxvl value, y.kspftctxdf isdefault, decode(bitand(y.kspftctxvf,7),1,MODIFIED,4,SYSTEM_MOD,FALSE) ismod,  decode(bitand(y.kspftctxvf,2),2,TRUE,FALSE) isadj from sys.x$ksppi x, sys.x$ksppcv2 y where x.inst_id = userenv(Instance)  and y.inst_id = userenv(Instance) and x.indx+1 = y.kspftctxpn  and x.ksppinm like%omf% ;  NAME VALUE ISDEFA ISMOD ISADJ  ------------------------- ---------- ------ ---------- ----- _omf enabled TRUEFALSEFALSE 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.
  • Tag:

相关文章

最新评论