Oracle Database 12c: Installation and Administration — Question 112
Which three statements are true about the Pre-Upgrade Information Tool? (Choose three.)
Answer options
- A. It clears all user recycle bins in a database and releases their storage space.
- B. It writes a list of invalid SYS and SYSTEM object to the registry$sys_inv_objs table.
- C. It evaluates the dependencies of network utility packages.
- D. It identifies any deprecated and unsupported parameters.
- E. It generates fix-up scripts and automatically runs them to resolve issues that are flagged in the source database.
Correct answer: B, C, D
Explanation
The correct answers, B, C, and D, are accurate because they describe the functionality of the Pre-Upgrade Information Tool, which includes logging invalid objects, evaluating network utility dependencies, and identifying deprecated parameters. Option A is incorrect as the tool does not clear user recycle bins, and option E is wrong because it does not automatically run fix-up scripts.