OCP CBT Question 578
Please solve the following question.
Examine the following scenario:```sqlSHOW PARAMETER UNDO_TABLESPACE;``````NAME TYPE VALUE-------------------- ----------- ------------------------------undo_tablespace string UNDOTBS1```You want to switch the current undo tablespace from `UNDOTBS1` to a newly created undo tablespace named `UNDOTBS2`. Which set of commands would correctly achieve this?