Oracle Cloud Infrastructure 2019 Architect Associate — Question 27
Which statement about the Export Wizard used to export database objects and data is NOT correct?
Answer options
- A. If "Dependents" is checked as a DDL Option, for non-privileged users, only dependent objects in their schema are exported.
- B. Export DDL includes features such as "Show schema," "Storage," and "Terminator."
- C. If "Grants" is checked as a DDL Option, GRANT statements are included for any grant objects on the exported objects, including those owned by the SYS schema.
- D. If "Clipboard" is selected as the "Output," the output will be placed on the system clipboard, so that it can be pasted into a file, a command line, or other location appropriate for the format.
Correct answer: C
Explanation
The correct answer, C, is wrong because when 'Grants' is checked, GRANT statements are not included for objects owned by the SYS schema. Options A, B, and D accurately describe the behavior of the Export Wizard's functionalities.