save up to 40%

What are INITRANS and MAXTRANS transaction entry parameters?

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 are INITRANS and MAXTRANS transaction entry parameters?

Rating:

The INITRANS transaction entry parameter specifies the number of DML transaction entries (default value is one for table data blocks and two for index and cluster data blocks) for which space is initially reserved in the header of each data block allocated to a database object. When multiple transactions access a data block, each transaction is allocated space in the header of the data block. Once the space reserved by INITRANS is depleted, the space for additional transaction entries is allocated out of the free space in the data block. Once allocated, this space becomes a part of the data block's header, and it is never freed. To avoid this, the MAXTRANS transaction entry parameter is used.

The MAXTRANS parameter specifies the maximum number of concurrent DML transactions (default is operating system dependent) that can ever access a data block. Therefore, by using the MAXTRANS parameter, the amount of free space that can ever be allocated for transaction entries in a data block can be limited.

The maximum number of concurrent transactions that can access a data block is 255.


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.