List of users connected to DB2 UDB database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • satish mullapudi

    List of users connected to DB2 UDB database

    Hi everybody,
    How to get the list of all users/clients who are connected to my DB2
    UDB database v 8.2 server in RHEL?
    Please help me out...

  • Mark A

    #2
    Re: List of users connected to DB2 UDB database

    "satish mullapudi" <satishmullapud i84@gmail.comwr ote in message
    news:1154191928 .282506.307780@ s13g2000cwa.goo glegroups.com.. .
    Hi everybody,
    How to get the list of all users/clients who are connected to my DB2
    UDB database v 8.2 server in RHEL?
    Please help me out...
    >
    db2 list applications show detail

    This will show the logon id. Included in one of the strings is IP address of
    the remote clients in hex. Each hex pair is one of the four IP numbers. If
    the first letter of hex string is greater than F, convert as follows:

    G=0
    H-1
    I=2
    J=3
    etc


    Comment

    Working...