Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?
A.
It returns space usage of only BasicFile LOB chunks.
B.
It returns space usage of only SecureFile LOB chunks.
C.
It returns both BasicFile and SecureFile LOB space usage for only nonpartitioned tables.
D.
It returns both BasicFile and SecureFile LOB space usage for both partitioned and nonpartitioned tables.
This answer is D, right? http://docs.oracle.com/cd/E14072_01/appdev.112/e10577/d_space.htm#CACBDJIH says space_usage is overloaded and has one for basicfile and another for securefile??
Yes, to me it also looks like that correct answer is D