The IDS Server..Arch in short
Memory Structure in short:-
-3 Distinct Segments (Shared Memory,Virtual proccess ,Disk)
-Multiple instance reside on same hardware (unix/NT)
-shared Memory (Resedent portion,virtual portion,Message porstion)
-Resedent porstion(buffer cache ,locks,max logs,phy log ,logical log)
-virtual portion (session & thread info & pools, misc memory pool,PDQ queries, light scans)
-Message portion(used for local (shared memory connection size by NETTYPE))
Disk structure in short:
-collect of page(block) makes 'chuck'
-collection of one or more chuck makes 'dbspace'
-contiguous pages from a single chunk allocated to a table is 'extent'
-A logical collection of 1 or more extents allocated to a table 'tablespace'
Rest is virtual proccess just backround process in oracle:-
CPUVP , AIOVP , netVP & other VP's
Aalok