WebAug 2, 2011 · To lower the high water mark and reduce the container size with DMS table space is a two-step operation. First, lower the high water mark through extent movement with the following statement: ALTER TABLESPACE TS LOWER HIGH WATER MARK. Next, you would reduce the size of tablespace. ALTER TABLESPACE TS REDUCE. Use the … WebAnswer: The high water mark (HWM) for an Oracle table is a construct that shows the table at its greatest size. Just as a lake has a high-water mark after a draught, an Oracle table …
DBA_HIGH_WATER_MARK_STATISTICS - Oracle Help Center
WebHow To Reset High Water Mark (Oracle SQL PLSQL Tricky Interview Questions) Oracle SQL and PLSQL Tricky Interview Questions 2.36K subscribers Subscribe 67 Share 3.4K views 4 … WebDescription: Each table is made up of extents and each extent is made up of oracle blocks – a common block size is 8k. So you have a... When any table creates the high water mark … trust background
High Water mark in Oracle database - Techgoeasy
WebOracle High Water Mark. A high water mark is the set of blocks that have at one point contained data. You might have 1000 blocks allocated to a table but only 500 are under the High Water Mark. The blocks under the HWM are the blocks that will be read when the table is fully scanned. The (HWM) high water mark for an Oracle table is a construct ... WebFeb 17, 2024 · The high water mark (HWM) has a function that comes into play with tables that have heavy insert, update and delete activity. Every time data is changed in a table, … WebNov 1, 2010 · The High Water Mark is the maximum number of blocks which have ever contained data. Deleting records from a table frees up the space but does not move the … philipp rohe