Oracle Database: Program with PL/SQL — Question 58
Which tablespace is used to store the data collected by PL/Scope?
Answer options
- A. UNDOTBS1
- B. SYSAUX
- C. SYSTEM
- D. TEMP
- E. USERS
Correct answer: B
Explanation
The correct answer is B, SYSAUX, as it is specifically used to store various auxiliary data, including that collected by PL/Scope. The other options, such as UNDOTBS1, SYSTEM, TEMP, and USERS, serve different purposes within the Oracle database and are not intended for storing PL/Scope data.