Hi,
Is there any way by command of with the session id to kill the session but only for the name so that it is being implemented?
It is a custom form and it is for a WebLogic in version 11g on Windows.
the command we are using is this:
taskkill / IM frmweb.exe / F
but this command kills all sessions, for example if we want to replace only one form, for example frm001 ... with that command it kills all user sessions that are in the system, regardless of whether they are using frm001 or not
suddenly if there is any way to only delete the frmweb from the server that are associated with frm001????
If you can help me I would appreciate it very much !!