如何看会话级的参数设置

怎么看会话级的参数设置?大家好:请问在 oracle 10g 中,如何查看会话级参数的设置值?比如,我执行以下语句设

怎么看会话级的参数设置?
大家好:
      请问在 oracle 10g 中,如何查看会话级参数的设置值?
比如,我执行以下语句设置了会话级参数 isolation_level=serializable:
alter session set  isolation_level=serializable;
怎么查看当前 isolation_level 的设置值呢? show parameter 是查不了的。v$parameter 视图也查不了。。 会话 参数
[解决办法]
正解。。
可以看一下视图。。