ASSM data structure question
hi guys,
Can someone please clarify this for me? I am looking at the presentation "Freelists vs ASSM in Oracle9i" by Tanel Poder, and on slides 19 he talks about the ASSM segment and ASSM segment header. I am just a little confused. if we have ASSM, and we create a table, then does that mean that an ASSM segment is created for that table too? i.e. we'll have two segments, one for the table, and an ASSM segment for it?
Or, is only one segment created (for the table), and the L1 BMB reside in segment header of that table, and the L3 BMB reside in the first data blocks of each extent of that segment? is this correct? if so, where do the L2 BMBs reside?
thanks