What does coalescing a tablespace do?
Answers were Sorted based on User's Feedback
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 |
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 |
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.
A scenario for amount correction & how to use amount correction functionality in AP invoices
what is correlated subquery
Give two examples of how you might determine the structure of the table DEPT.
What is cardinality?
What is db_recovery_file_dest in oracle? When do you need to set this value?
Where would you look for errors from the database engine?
what is different between inline query,subquery& corelated query?
as a technical developer in oracle applications which type errors feced in your experience sofar
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
Are These Dff's Flexible?
What are the standard concurent programs for auto invoice interface and customer interfaces? : oracle accounts receivable