Oracle OCP 19c 认证1Z0-082考试题库(第15题)
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询Oracle OCP 19c 认证1Z0-082考试题库(第15题)-CUUG内部学员版082题库解析
15.Examine this command:
ALTER DATABASE
MOVE DATAFILE '/u01/sales1.dbf'
TO /u01/sales01.dbf'
REUSE;
Which two statements are true? (Choose two.)
A. DML may be performed on tables with one or more extents in this data file during the execution of this command.
B. The tablespace containing SALES1.DBF must be altered READ ONLY before executing the command.
C. The tablespace containing SALES1.DBF must be altered OFFLINE before executing the command.
D. If Oracle Managed Files (OMF) is used, then the file is renamed but moved to DB_CREATE_FILE_DEST.
E. The file is renamed and stored in the same location