OCP考试052考题:1Z0-V8.02-第24题
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询OCP考试052考题:1Z0-V8.02-第24题,完整题库请点击这里联系老师咨询了解
24. Which two statements correctly describe the relation between a data file and the logical database
structures? (Choose two.)
A.An extent cannot spread across data files.
B.A segment cannot spread across data files.
C.A data file can belong to only one tablespace.
D.A data file can have only one segment created in it.
E.A data block can spread across multiple data files as it can consist of multiple operating system (OS)
blocks.
Answer: AC
一个数据文件只能属于一个表空间。而数据文件和extent也是一对一的,即是说数据文件不能夸区,但可以夸段。