Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> V$SQL_SAHRED_MEMORY, CHUNK_PTR & KSMCHPTR
x$ksmsp has a row for each chunk of memory
v$sql_shared_memory has a column CHUNK_PTR
but when i try this.. i get 0 (zero)
select count(*)
from V_$SQL_SHARED_MEMORY A,x$ksmsp b
where a.chunk_ptr = b.KSMCHPTR;
any idea ?
TIA Received on Thu Jul 20 2000 - 06:28:04 CDT