查询oracle当前用户会话的信息

来源:互联网 发布:房车工程数据 编辑:程序博客网 时间:2024/06/10 01:42
select * from v$session where sid in(
select sid from v$mystat where rownum=1);