Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between LMT & DLT?

Answer Posted / kittu_chintu2005

In LMT: A tablespace that manages its own extents maintains a bitmap in each datafile to keep track of the free or used status of blocks in that datafile. Each bit in the bitmap corresponds to a group of blocks. When an extent is allocated or freed for reuse, Oracle changes the bitmap values to show the new status of the blocks. These changes do not generate rollback information because they do not update tables (like sys.uet$, sys.fet$) in the data dictionary (except for special cases such as tablespace quota information).

When you create a locally managed tablespace, header bitmaps are created for each datafile. If more datafiles are added, new header bitmaps are created for each added file.

In DMT:In DMT, to keep track of the free or used status of blocks, oracle uses data dictionary tables. When an extent is allocated or freed for reuse, free space is recorded in the SYS.FET$ table, and used space in the SYS.UET$ table. Whenever space is required in one of these tablespaces, the ST (space transaction) enqueue latch must be obtained to do insert and deletes against these tables. As only one process can acquire the ST enque at a given time, this often lead to contention. These changes generate rollback information because they update tables (like sys.uet$, sys.fet$) in the data dictionary.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?

4476


What is dcl? : sql server DBA

1315


How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?

2145


What are statistics, under what circumstances they go out of date, how do you update them?

2306


how can you find out if a table can be redefined?

1054


When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA

1045


What are the recovery models for a database? : sql server DBA

1174


when does an alert gets signaled?

1108


what functionality does oracle provide to secure sensitive information?

1048


What are the different types of database compression introduced in sql server 2008? : sql server DBA

1160


What is replication? : sql server DBA

1228


what is the diffrence between core dba and apps dba?

2624


How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?

2551


what is the role of dip user in our database?

2461


how can you communicate with operating system files from oracle?

1090