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

Home -> Community -> Usenet -> c.d.o.server -> Re: SGA and extent

Re: SGA and extent

From: Ron Reidy <ron_at_indra.com>
Date: Mon, 08 Oct 2001 14:31:00 -0600
Message-ID: <3BC20D04.F14B0241@indra.com>


Thierry wrote:
>
> Hi
>
> I have two questions :
>
> - Is th SGA blocked in Real Memory i.e. not paged ?
> - why extent is said to be contiguous oracle blocks ? ( on a filesystem we
> can't know where are th filesystem blocks )
>
> Thanks in advance ...

The SGA can be kept in memory - this is H/W dependent - refer to Oracle docs.
Extents are in contiguous blocks - this is how the kernel manages space. As far as knowing where contiguous blocks are on a FS, tablespaces abtract that information away from you. You don't need to know. If you use partitioning, it is possible to load data into a specific partition (a specific file on a specific disk).

-- 
Ron Reidy
Oracle DBA
Reidy Consulting, L.L.C.
Received on Mon Oct 08 2001 - 15:31:00 CDT

Original text of this message

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