CPU 100% AND CUSTOMER APPLICATION SLOW [message #648807] |
Fri, 04 March 2016 04:45 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/a4c180f704a7112f0427460302842741?s=64&d=mm&r=g) |
pcouas
Messages: 112 Registered: February 2016
|
Senior Member |
|
|
Hi
My CPU is 100% and MyOra tools give me sesssion ANONYMOUS USER ?
Second point, following sql select username, status, sid, serial# from v$session;
Give me
ANONYMOUS ACTIVE 152 56
ANONYMOUS ACTIVE 154 225
ANONYMOUS INACTIVE 155 2299
ANONYMOUS INACTIVE 158 3025
ANONYMOUS INACTIVE 159 874
USER_PROD INACTIVE 160 1843
ANONYMOUS INACTIVE 161 800
ANONYMOUS INACTIVE 162 945
ANONYMOUS INACTIVE 163 3103
ACTIVE 165 738
ANONYMOUS INACTIVE 167 2357
ANONYMOUS INACTIVE 170 4625
ANONYMOUS INACTIVE 171 16370
ANONYMOUS INACTIVE 173 1248
ANONYMOUS INACTIVE 174 6347
ANONYMOUS INACTIVE 175 7860
ANONYMOUS INACTIVE 176 6050
USER_PROD INACTIVE 177 8736
USER_PROD INACTIVE 180 13015
ANONYMOUS INACTIVE 184 9563
USER_PROD ACTIVE 186 12483
ANONYMOUS INACTIVE 187 9708
ANONYMOUS INACTIVE 188 1610
ANONYMOUS INACTIVE 189 11189
ANONYMOUS INACTIVE 190 20931
ANONYMOUS INACTIVE 192 7129
ANONYMOUS INACTIVE 194 7897
ANONYMOUS INACTIVE 196 12708
USER_PROD ACTIVE 201 9835
ANONYMOUS INACTIVE 202 5407
ACTIVE 203 3
ACTIVE 211 7
ACTIVE 213 8
ANONYMOUS INACTIVE 214 11040
ACTIVE 215 1
ACTIVE 216 1
ACTIVE 217 1
ACTIVE 218 1
ACTIVE 219 1
ACTIVE 220 1
ACTIVE 221 1
ACTIVE 222 1
ACTIVE 223 1
ACTIVE 224 1
ACTIVE 225 1
Could i kill all ACTIVE session where user is null or Anonymous ?
Regards
Phil
|
|
|
|
Re: CPU 100% AND CUSTOMER APPLICATION SLOW [message #648809 is a reply to message #648807] |
Fri, 04 March 2016 04:54 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gazzag
Messages: 1119 Registered: November 2010 Location: Bedwas, UK
|
Senior Member |
|
|
No. Username of NULL is very likely to be an Oracle process. What do you get if you add PROGRAM and MACHINE to your query? i.e.
SELECT username, status, sid, serial#, program, machine
FROM v$session;
Also, please use code tags to format your output.
|
|
|
|
|
|
|
|
|
|
|
|
Re: CPU 100% AND CUSTOMER APPLICATION SLOW [message #648819 is a reply to message #648817] |
Fri, 04 March 2016 05:21 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/a4c180f704a7112f0427460302842741?s=64&d=mm&r=g) |
pcouas
Messages: 112 Registered: February 2016
|
Senior Member |
|
|
top - 12:21:13 up 29 days, 21:57, 1 user, load average: 1.85, 1.95, 1.86
Tasks: 78 total, 2 running, 76 sleeping, 0 stopped, 0 zombie
Cpu(s): 34.6%us, 65.4%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 3932376k total, 3387228k used, 545148k free, 149592k buffers
Swap: 0k total, 0k used, 0k free, 3009072k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
689 oracle 20 0 560m 61m 59m R 99.3 1.6 23656:50 oracle
16479 ubuntu 20 0 2440 1176 924 R 0.3 0.0 0:00.12 top
1 root 20 0 2836 1672 1204 S 0.0 0.0 0:10.86 init
2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd
3 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
4 root 20 0 0 0 0 S 0.0 0.0 0:01.91 ksoftirqd/0
5 root RT 0 0 0 0 S 0.0 0.0 0:00.51 watchdog/0
6 root 20 0 0 0 0 S 0.0 0.0 1:13.06 events/0
7 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuset
8 root 20 0 0 0 0 S 0.0 0.0 0:00.00 k
|
|
|
|
|
|
|
|
|
|
|
Re: CPU 100% AND CUSTOMER APPLICATION SLOW [message #648828 is a reply to message #648826] |
Fri, 04 March 2016 05:57 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gazzag
Messages: 1119 Registered: November 2010 Location: Bedwas, UK
|
Senior Member |
|
|
You're running an unsupported base release, 10.2.0.1. ORA-07445 usually requires opening a SR with Oracle but I suspect they'll want you to upgrade to a supported version. In the meantime, is there a possibility of restarting the database server?
|
|
|
Re: CPU 100% AND CUSTOMER APPLICATION SLOW [message #648829 is a reply to message #648828] |
Fri, 04 March 2016 05:59 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Can't raise a TAR. Oracle doesn't support XE, or installations on EC2, or installations on Ubuntu. Only option would be upgrade to 11.2 XE. And in the meantime, make your online logfiles ten times as big. Which might take a big strain off the OS.
|
|
|
|
|
|
|
|