Hi All,
Can you please help me out on this....
Thanks in Advance..:)
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
EXECUTE SHOW_SESSIONS gives a list, with lots of useful information including:
session (ID)
user_name
client_host
client_lib_ver
start (time)
last_used
session_status
You can execute the following DQL:-
EXECUTE COUNT_SESSIONS
->The hot_list_size value should give you the current active sessions in the docbase.
Thanks,
Nitesh
Thank you .....Nitesh and acarver...