![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| running servers parallel | soliberus | IP Networking | 1 | 06-03-2008 04:45 AM |
| Running scripts in parallel | nivas | Shell Programming and Scripting | 6 | 02-21-2008 01:44 AM |
| how to capture oracle export log while running as background process | hippo2020 | SUN Solaris | 4 | 07-03-2007 11:39 AM |
| running a parallel program | bankpro | High Level Programming | 4 | 01-20-2006 04:20 PM |
| killing parallel oracle process | oracle8 | UNIX for Dummies Questions & Answers | 1 | 10-09-2001 08:26 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
There is a unix process process in oracle running and i see running by typing ps -fea|grep GE_CLIENTES.
The question is How can i see if this process is running in paralel. I dont know with a Unix command or specifically its a comand from Oracle. I kow a Parallel process ia a process that oracle use to run in varius CPUs to run faster, i mean this process uses different resources to run this job. I apprecite your help |
| Forum Sponsor | ||
|
|
|
|||
|
i) if you have more than one processor the system will automatically distribute your processes among them. If there are many "cpu intensive threads" (normally waiting and doing nothing) you are fine. Consult oracle manual about which process "does the big compute". (I have no oracle knowledge, but "grep GE_CLIENTES" does not sound like a *server* process)
ii) Test it: simply run some compute-intensive database application/benchmark and see whether your systems cpus get used |
|||
| Google The UNIX and Linux Forums |