|
应为 B, D, F 吧 ?
QUESTION NO: 100
SALES_DATA is a nontemporary tablespace. You have set the SALES_DATA tablespace
OFFLINE by issuing this comman
ALTER TABLESPACE sales_data OFFLINE NORMAL;
Which three statements are true? (Choose three.)
A. You cannot drop the SALES_DATA tablespace.
B. The SALES_DATA tablespace does not require recovery to come back online.
C. You can read the data from the SALES_DATA tablespace, but you cannot perform any
write operation on the data.
D. When the tablespace SALES_DATA goes offline and comes back online, the event will
be recorded in the data dictionary.
E. When the tablespace SALES_DATA goes offline and comes back online, the event will
be recorded in the control file.
F. When you shut down the database the SALES_DATA tablespace remains offline, and is
checked when the database is subsequently mounted and reopened.
Answer: B, D, E |
|