IFS10 - CPU 100% and very slow system After we upgraded to IFS10 we are struggling with slowness in our Oracle DB. We haven’t been able to pinpoint the cause of our problems. But very often (5-10 times each week), we see that the CPU goes to 100% and doesn’t let go. Every user in our company are then struggling with slowness when this happens. As an example, saving a time registration can take 3-4 minutes. Today, a restart of the DB server was necessary to get it back to normal. We have used the query below to find CPU consuming operations, and have also checked background jobs and DMBS jobs. Nothing special has been running when the problems occur, or at least nothing that helps us to conclude on a specific problem. select s.username, s.inst_id, s.sid, s.serial#, s.status, (select value from gv$sesstat natural join v$statname where name = 'physical reads' and sid=s.sid)disk_reads, (select value from gv$sesstat natural join v$statname where name = 'session logical reads' and sid=s.sid) logical_reads, (select value/100 cpu_