Which two statements are true about BFILES? (Choose two.)
A.
BFILES support only sequential reads.
B.
BFILES can be used as attributes in an object type.
C.
When LOB is deleted, the corresponding physical file is automatically deleted.
D.
The RMAN backup automatically backs up the BFILE locators and the corresponding physical files.
E.
The physical file corresponding to a BFILE locator must reside on the file system that is accessible from the server where the database exists.
A,E
http://docs.oracle.com/cd/B10501_01/appdev.920/a96591/adl12bfl.htm#68330
http://docs.oracle.com/cd/B28359_01/appdev.111/b28393/adlob_bfile_ops.htm#i1037372
B*
Answer B) E), A) is incorrect, Whether OS file corresponding to one BFILE supports random read is decilded by OS, not Oracle.