当前位置:操作系统 > Unix/Linux >>

常用隐含参数查询

常用隐含参数查询
 
col parameter for a35
col "session value" for a15
col "instance value" for a15
SELECT a.ksppinm "parameter",
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 '_e%'; 

 

 
在没有修改隐含参数之前,show  parameter xxx 是看不到的,修改完之后,show parameter 就可以看到了
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,