Re: Concurrent user connections with RAC
Posted by ErmanArslansOracleBlog on Feb 01, 2024; 11:42am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Concurrent-user-connections-with-RAC-tp12295p12296.html
Yes, it seems so.
But you need to analyze your connections using v$session and $process. You can check what type of connections are made, from what module, from what program, and why do they increased?
You need to get to know your environment, and then you can detect anomalies in this context and if necessary you can do better settings..
Keep in mind that; a process can have many sessions, and a session may or may not have a process.