Quote:
Originally posted by lloydnwo
Hi Om,
You can run the below commands from unix command prompt, i am not too sure how you would do it in stored procedure.
To view all the active sessions
onstat -g ses
To kill a particular session
onmode -z <sessionid>
Regards,
lloyd
|
Hi lloyd,
Any way thanks , but i'm looking for programmtically;
i thing with dbinfo('sessionid") , i can do that;
then execute onmode -z sessionid;
thanks
om