I'm using HikariCP with Oracle DB. sometimes getting 'ora-00060 deadlock detected while waiting for resource' in my application. How HikariCP handling deadlock connections? when it will be removed from pool? it will be removed from pool after maxlifetime even its deadlocked? is there anyway to release deadlock connection and clear it?
I'm using HikariCP with Oracle DB. sometimes getting 'ora-00060 deadlock detected while waiting for resource' in my application. How HikariCP handling deadlock connections? when it will be removed from pool? it will be removed from pool after maxlifetime even its deadlocked? is there anyway to release deadlock connection and clear it?