why the memory (on Redhat OS) that oracle occupy ỉncease everyday when doing nothing
Hi everybody,I have an oracle DB on a redhat server (be installed by user oracle) . I check the result of the below command everday :
ps -eo %mem,comm | grep oracle | awk '{sum+=$1}END{print sum}'
and the result increase day after day, although I do nothing on that database, on that server ; noone connect to that server; non another application was installed on that.
I don't know how the number oracle occupy increase day after day. Anyone know why ? Plz tell me.
Thanks & Regards.
ps -eo %mem,comm | grep oracle | awk '{sum+=$1}END{print sum}'
and the result increase day after day, although I do nothing on that database, on that server ; noone connect to that server; non another application was installed on that.
I don't know how the number oracle occupy increase day after day. Anyone know why ? Plz tell me.
Thanks & Regards.
1