Database 11g

Monday, October 26, 2015

Find User Details With Machines Names


SQL>  select username,sid,serial#,machine from v$session where status='INACTIVE';

USERNAME          SID              SERIAL#                            Client Machine
---------- ---------- ---------- -------------------------------------------------------
FMIS                        41                1589                                      Blade6
FMIS                       69                 6595                                      Blade6
SYS                        113                8787                              IECC\ORADB1
FMIS                      115               3861                                     Blade6
SEC                       128                 535                                       Blade6
SYS                       134                  5                                   IECC\ORADB1
SEC                       159               8529                                     Blade6
SEC                       200              46973                                    Blade6
SYS                       255                11                                 IECC\ORADB1


9 rows selected.



Happy Learning ....

No comments:

Post a Comment