Number of memory operations performed in a user programme

Asked By 0 points N/A Posted on -
qa-featured

Can you please state the number of memory operations performed, when a memory load operation is executed in a user program me?

SHARE
Answered By 20 points N/A #106509

Number of memory operations performed in a user programme

qa-featured

Hello Rosheen,

I guess your question is about the number of memory components that are used when it comes to satisfying a particular memory request, if I am not wrong.

In that case the memory components used will include things like the shared pool, which will be used for allocation of memory to during execution of SQL, there is also the java pool that will basically be used in executing the  java virtual machine, and last but not least there is the buffer cache memory component which is important when blocks of disks have to be cached.

Hope I got your question right.

__

Regards
Mahesh Babu

 

Related Questions