Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> How does Oracle set the High Water Mark?
Oracle 9.2.0.4 Solaris 8
How does Oracle set the HWM? In the example below, I create a table and insert one row. I would expect only one block to be used, instead Oracle seems to have pushed the HWM up to 13 blocks. I can imagine that this might be done to "pre-mark" rows as used during bulk inserts, but how does Oracle decide where to set the HWM?
SQL> select * from dba_tablespaces where tablespace_name = 'EXAMPLE'; TABLESPACE_NAME BLOCK_SIZE INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS
------------------------------ ---------- -------------- -----------
This email and any attached to it are confidential and intended only for the individual or entity to which it is addressed. If you are not the intended recipient, please let us know by telephoning or emailing the sender. You should also delete the email and any attachment from your systems and should not copy the email or any attachment or disclose their content to any other person or entity. The views expressed here are not necessarily those of Churchill Insurance Group plc or its affiliates or subsidiaries. Thank you.
Churchill Insurance Group plc. Company Registration Number - 2280426. England.
Registered Office: Churchill Court, Westmoreland Road, Bromley, Kent BR1 1DP.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Mar 10 2004 - 07:56:48 CST
![]() |
![]() |