cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle process

former_member186895
Participant
0 Kudos

Hi team,

Can anyone tell me how can i check oracle related process running on AIX.

I got an altert from oracle team that oracle process is taking more paging space. How can i see that oracle is taking more space on java system.

Thanks

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Start with topas command.

former_member186895
Participant
0 Kudos

Hi

Thanks for quick reply.

In topas it showing many process running.

what if i want to just check oracle related process running at AIX.

Thanks

Ramesh

ACE-SAP
Active Contributor
0 Kudos

Hi

Do yourself a favor, try that wonderful tool called Google...

Regards

http://intermediatesql.com/aix/how-oracle-uses-memory-on-aix-part-1-processes/

ps -elf  | egrep " oracle${ORACLE_SID} | ora_.*_${ORACLE_SID} " | grep -v egrep | awk '{sum += $10} END {print sum/1024}'

ps -elf | head -1;ps -elf | grep ora | grep -v grep

former_member188883
Active Contributor
0 Kudos

Hi Ramesh,

You may try nmon for AIX. Refer the documentation for the same http://www.ibm.com/developerworks/aix/library/au-analyze_aix/

Regards,

Deepak Kori

Former Member
0 Kudos

ramesh - please close the thread.

regards,

pavan

Answers (0)