Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Kill the session with the session id but only for the implemented name

User_K8A9KJan 14 2021 — edited Jan 15 2021

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 !!

Comments
Post Details
Added on Jan 14 2021
3 comments
488 views