How To Check If Data File Is Empty Or Not?
(Doc ID 1586239.1)
Last updated on FEBRUARY 27, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.5 and laterInformation in this document applies to any platform.
Goal
How to check if datafile 68 is empty although dba_segments returns 0 rows?
select count(*) from dba_segments where header_file=68;
COUNT(*)
----------
0
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |