Answer Posted / nithya
High water mark(hwm) indicates the max level to
which the data has risen in the table. when data is inserted
in the table hwm is adjusted accordingly, If all data is
deleted in a table, hwm is not adjusted and remains pointing
to the max data position in the table.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
How to turn on or off recycle bin for the session?
How to run create database statement?
How to create a testing table in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?
What privilege is needed for a user to create views in oracle?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to check the oracle tns settings?
What happens if recursive calls get out of control?
What is a procedure in oracle?
What is pragma autonomous transaction in oracle?
How to do a full database export?
List out the components of logical database structure of oracle database.
Explain the dml?
How is it different from a normal table?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?