Oracle Database Administration 2019 Certified Professional — Question 90
You performed these steps to disable an ADVM volume containing an ACFS file system:
1. Dismount the file system.
2. Disable the volume with the ASMCMD voldisable command.
Which two statements are true regarding the actions performed? (Choose two.)
Answer options
- A. The ACFS file system will be permanently removed from the volume.
- B. The ACFS mount registry with Oracle restart is automatically deleted.
- C. The disabling of volume does not destroy data in the file system.
- D. The volume can be enabled and the file system can be mounted back again to access the existing data.
- E. The ACFS file system will be permanently removed from the volume only if the file system is empty.
Correct answer: C, D
Explanation
The correct answers, C and D, are accurate because disabling the volume does not erase the data, allowing the file system to be mounted again later. Options A and E are incorrect as the data is not permanently removed by just disabling the volume, and the file system's status does not depend on it being empty for removal. Option B is also incorrect, as the ACFS mount registry is not automatically deleted when disabling the volume.