Oracle中查看隐含参数的sql
摘要:
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 w 阅读全文
posted @ 2023-12-31 22:05 yq1DB 阅读(43) 评论(0) 推荐(0) 编辑