Hi All,
I am on oracle apps R12. I want to know the total space consumed by few tables of oracle apps.
I know we can find out the total space from dba_segments table but I have a condition. I want to know the partial size of the table but i dont have any partitions on the table.
For eg. I want to know how much space SCOTT.EMP table is consuming for the records where date_of_joining > '01-jan-2018'.
Is it possible to put a condition while calculating the space ?