Number of memory operations performed in a user programme
Can you please state the number of memory operations performed, when a memory load operation is executed in a user program me?
Can you please state the number of memory operations performed, when a memory load operation is executed in a user program me?
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
Â