Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Oracle cache

Oracle cache

From: Walter T Rejuney <BlueSax_at_Unforgetable.com>
Date: Thu, 21 Dec 2000 07:56:55 -0500
Message-ID: <3A41FE17.9A4A2A7B@Unforgetable.com>

When a DML which performs an insert occurs, the engine will parse the statement and then build the row for insertion into the logical table located within the physical tablespace. So far so good.

Question: If a query for that same row occurs almost immediately afterwards will Oracle physically read the table to get the values or will it recognize that the values are already in memory and pass the memory contents back to the caller? Received on Thu Dec 21 2000 - 06:56:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US