Explain the difference between a data block, an extent and a
segment.

Answer Posted / gaya

The oracle server manages the storage space in the datafiles
in units called oracle blocks or data blocks.

A segment is the space allocated for a specific logical
storage structure within a tablespace.

Space is allocated to a segment by extents.One or more
extents make up a segments.

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default port no on which sql server listens? : sql server DBA

885


Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

2089


What are the different types of indexes available in sql server? : sql server DBA

849


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA

938


What are the different types of upgrades that can be performed in sql server? : sql server DBA

944


how can you initialize log miner?

875


Where do you find the default index fill factor and how to change it? : sql server DBA

840


What types of replication are supported in sql server? : sql server DBA

1018


Why does Oracle not permit the use of PCTUSED with indexes?

2637


What is the difference between the 2 operating modes of database mirroring? : sql server DBA

776


What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA

821


What is transparent data encryption? : sql server DBA

849


how can you connect from 10g user to 11g user??

1942


What are the commands you'd issue to show the explain plan for "select * from dual"?

2022


In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?

2448