Oracle WebLogic Server 12c: Advanced Administration II — Question 1
My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to reduce the file size during the maintenance window without impacting any relevant information.
Which utility enables me to do this? (Choose the best answer.)
Answer options
- A. weblogic.store.Compacter
- B. weblogic.store.Admin
- C. weblogic.store.Reducer
- D. weblogic.file.FileUtil
Correct answer: B
Explanation
The correct answer is B, weblogic.store.Admin, as it provides administrative functionalities to manage and maintain the file store, including reducing size without data loss. Option A, weblogic.store.Compacter, is not a valid utility for this purpose, while C and D do not specifically address file size reduction in JMS file stores.