To find highwatermark

SusanA-Oracle
Posts: 32 Blue Ribbon
Comments
-
Hi,
It is a good. i have two questions:
1. What I know that the Highwatermark is at the level of the table, your query is returning it at the level of datafile.
2. If I knew the high water mark at the datafile level, what steps can i do ? in what this info can help me?
Regards,
0 -
Hi,
Hi Nael,
It is a good. i have two questions:
1. What I know that the Highwatermark is at the level of the table, your query is returning it at the level of datafile.
2. If I knew the high water mark at the datafile level, what steps can i do ? in what this info can help me?
Regards,1. Yes. This shows the maximum allocated extent in a datafile. Or beyond this, there are no extents allocated in the datafile.2. This is helpful when you want to resize a datafile, without encountering ORA-3297 error.Regards,0