How to find which process consumes more memory

in our Oracle DB server, the free RAM is very low. we would like to know which process consumes more RAM

what is the comand I can use ?

You can use following commands :

#prstat -J
#prstat -a
#vmstat

Also you can get beautiful options from the man pages of above commands.

:b::b: