What is a free list?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What is a free list?

Rating:

A free list is a data structure that stores the address of data blocks that have been allocated to the extents of the associated segment and have sufficient free space to accommodate new inserts into the segment. Whenever an insert operation is being performed on the segment, Oracle checks the free list for the availability of data blocks to accommodate the insert operation (this is gauged from the value of PCTUSED). If Oracle finds sufficient space within the available data blocks, the insert operation is successfully completed. However, if it finds that the space within an available data block is not sufficient to accommodate the insert operation, then that data block is taken off the free list and the insert operation goes into a wait list. This insert operation can only be performed when data blocks with sufficient free space are again available with the free list. Oracle can maintain one or more free lists for a segment. Generally, having more than one free list is considered better for performing concurrent inserts.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.