2 processors problem [message #271382] |
Mon, 01 October 2007 08:37 |
thorin666
Messages: 144 Registered: March 2007
|
Senior Member |
|
|
I am usin oracle 10g, on linux
and i have 2 processors but when i see only 1 is working under oracle
how can i set up the 2nd processor?
thnx very much
|
|
|
|
|
|
|
|
|
|
|
Re: 2 processors problem [message #271418 is a reply to message #271416] |
Mon, 01 October 2007 11:18 |
thorin666
Messages: 144 Registered: March 2007
|
Senior Member |
|
|
Michel Cadot wrote on Mon, 01 October 2007 11:14 | Sorry, the CPU works 50% for user but there is also a nearly 50% for system so it is working hard.
But I still think there is only 1 process and so you can't do it more unless you can split the work in 2 threads.
If it is an Oracle query. Have a look at PARALLEL unless your disk is also working hard.
Regards
Michel
|
what do you mean with "PARALLEL" ?
and yes, i have db file sequential read waits (a lot)
|
|
|
Re: 2 processors problem [message #271421 is a reply to message #271418] |
Mon, 01 October 2007 11:21 |
|
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
In this case, you surely can't do more with your hardware.
Have a look at OS statistics for IO waits.
If you have several disks, try to spread the working tablespaces among them.
Analyze the queries to be sure you don't make too much IO.
Regards
Michel
|
|
|