sp; SID SERIAL# CLIENT_INFO CLIENT_IDENTIFIER ------------------------------ ---------- ---------- ------------------------------ ------------------------------ SCOTT 125 35 192.168.8.160
21:08:43 sys@PROD> select username,sid,serial#,client_info,client_identifier from v$session where sid=18;
USERNAME SID SERIAL# CLIENT_INFO CLIENT_IDENTIFIER ------------------------------ ---------- ---------- ------------------------------ ------------------------------ SCOTT 18 17 192.168.8.100
[oracle@dss admin]$ sqlplus scott/tiger@prod SQL*Plus: Release 11.2.0.3.0 Production on Tue Mar 19 21:20:16 2013 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
21:21:18 scott@PROD> col sys_context('userenv','sid') for a30 21:21:24 scott@PROD> select sys_context('userenv','sid') from dual;
SYS_CONTEXT('USERENV','SID') ------------------------------ 139
21:08:59 sys@PROD> select username,sid,serial#,client_info,client_identifier from v$session where sid=139;
USERNAME SID SERIAL# CLIENT_INFO CLIENT_IDENTIFIER
------------------------------ ---------- ---------- ------------------------------ ------------------------------
SCOTT 上一页 [1] [2] [3] 下一页
|