What does coalescing a tablespace do?

Answers were Sorted based on User's Feedback



What does coalescing a tablespace do?..

Answer / guest

A free extent in a dictionary-managed tablespace is made up
of a collection of contiguous free blocks.

When allocating new extents to a tablespace segment, the
database uses the free extent closest in size to the
required extent. In some cases, when segments are dropped,
their extents are deallocated and marked as free, but
adjacent free extents are not immediately recombined into
larger free extents. The result is fragmentation that makes
allocation of larger extents more difficult.

Oracle Database addresses fragmentation in several ways:

When attempting to allocate a new extent for a segment, the
database first tries to find a free extent large enough for
the new extent. Whenever the database cannot find a free
extent that is large enough for the new extent, it
coalesces adjacent free extents in the tablespace and looks
again.

The SMON background process periodically coalesces
neighboring free extents when the PCTINCREASE value for a
tablespace is not zero.

If you set PCTINCREASE=0, no coalescing of free extents
occurs. If you are concerned about the overhead of ongoing
coalesce operations of SMON, an alternative is to set
PCTINCREASE=0, and periodically coalesce free space
manually.

Manually Coalesce any adjacent free extens user this
command:
ALTER TABLESPACE <<TABLESPACENAME>> COALESCE

Is This Answer Correct ?    18 Yes 1 No

What does coalescing a tablespace do?..

Answer / prashe

Coalescing is only valid for dictionary-managed tablespaces
and de-fragments space by combining neighboring free extents
into large single extents.

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More Oracle AllOther Interview Questions

How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.

0 Answers  


Why more redos are generated when the oracle database is in begin backup mode?

0 Answers  


Hi, I want to know basic information about Oracle HRMS and the institutes in hyderabad or the best faculty as i want to make my career in it.And also want to know may a person from non technical background be able to do this course. Regards, Swetha

0 Answers  


what is the link between suppliers and banks in ap module in oracle apps? And also query?

0 Answers   Polaris,


Name two files used for network connection to a database.

1 Answers  






hi iam looking for HRMS(functional) training inst or person in hyderbad. plz help me its urgent

1 Answers  


You have just compiled a PL/SQL package but got errors, how would you view the errors?

1 Answers  


Is there any link between pr form(purchse requisition)and po form(purchase order)

0 Answers   L&T,


What is mrc and what is its use? : oracle accounts receivable

0 Answers  


How to find 8th person record in a table? Plz mail ur answers to mak2786@gmail.com Regards Arun

8 Answers  


Explain the difference between $ORACLE_HOME and $ORACLE_BASE.

2 Answers  


What is database schema?

4 Answers   Infosys,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)