ReIM 15.0.1 Hanged or taking long time to load
Hi Experts,
We are facing an issue on ReIM 15.0.1, its taking too much time to load, we also need to bounce it regularly and sometime we also need to release some INACTIVE sessions by using below query. Did anyone else facing the same issue and have some solution for this?
select 'alter system kill session ''' ||sid|| ',' || serial#|| ''' immediate;' from v$session where username ='REIM15APP' and status = 'INACTIVE';
Regards,