This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /***********************************************************************************/ | |
| /* Look at files taking up space in IFS */ | |
| /* */ | |
| /* Returns similar information to RTVDIRINF, but at the (relative) speed of light! */ | |
| /***********************************************************************************/ | |
| -- Get raw info about files from IFS_OBJECT_STATISTICS | |
| WITH ALL_OBJS AS ( | |
| SELECT PATH_NAME, | |
| OBJECT_TYPE, |
NewerOlder