|
QUESTION NO: 130
Examine the list of steps to rename the data file of a non-SYSTEM tablespace HR_TBS.
The steps are arranged in random order.
1. Shut down the database.
2. Bring the HR_TBS tablespace online.
3. Execute the ALTER DATABASE RENAME DATAFILE command
4. Use the operating system command to move or copy the file
5. Bring the tablespace offline.
6. Open the database.
What is the correct order for the steps?
A. 1, 3, 4, 6; steps 2 and 5 are not required
B. 1, 4, 3, 6; steps 2 and 5 are not required
C. 2, 3, 4, 5; steps 1 and 6 are not required
D. 5, 4, 3, 2; steps 1 and 6 are not required
E. 5, 3, 4, 1, 6, 2
F. 5, 4, 3, 1, 6, 2
Answer: D
这题题目似乎有些问题
3改为ALTER TABLESPACE RENAME DATAFILE答案就是D了 |
|