Concepts and Architecture Question:

Download Job Interview Questions and Answers PDF

What is high watermark in oracle?

Oracle Architecture and Concepts Interview Question
Oracle Architecture and Concepts Interview Question

Answer:

1. High water mark is the maximum amount of database blocks used so far by a segment. This mark cannot be reset by delete operations.

2. Delete Table operation wont reset HWM.

3. TRUNCATE will reset HWM.

4. The high water mark level is just a line separate the used blocks and free blocks.

The blocks above the HWM level is free blocks, they are ready to use.
The blocks below the HWM level is used blocks, they are already used.

Download Oracle Architecture and Concepts Interview Questions And Answers PDF

Previous QuestionNext Question
What are the Characteristics of Data Files in Oracle?How does the SMON process performs recovery after instance failure?