exam questions

Exam 1z0-082 All Questions

View all questions & answers for the 1z0-082 exam

Exam 1z0-082 topic 1 question 87 discussion

Actual exam question from Oracle's 1z0-082
Question #: 87
Topic #: 1
[All 1z0-082 Questions]

Examine this command:
CREATE UNDO TABLESPACE undotbs01
DATAFILE 'undotbs_01.dbf'

SIZE 100M -
AUTOEXTEND ON;
Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)

  • A. Add the SEGMENT SPACE MANAGEMENT AUTO clause
  • B. Set UNDO_TABLESPACE to UNDOTBS01
  • C. Add the NOLOGGING clause
  • D. Make certain that the database operates in automatic undo management mode
  • E. Add the ONLINE clause
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Asmodeus
Highly Voted 3 years, 2 months ago
Also vote for B & D. SQL>alter system set undo_management=manual scope=spfile; Bounce instance. SQL> show parameter undo NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ temp_undo_enabled boolean FALSE undo_management string MANUAL undo_retention integer 900 undo_tablespace string UNDOTBS1 SQL> alter system set undo_tablespace='UNDOTBS2'; alter system set undo_tablespace='UNDOTBS2' * ERROR at line 1: ORA-02097: parameter cannot be modified because specified value is invalid ORA-30014: operation only supported in Automatic Undo Management mode
upvoted 8 times
...
doyinbare
Most Recent 7 months, 4 weeks ago
B & D. Mind you, the parameter UNDO_TABLESPACE is only valid in Automatic undo management mode, hence both go hand in hand.
upvoted 2 times
...
[Removed]
2 years, 7 months ago
B and D 100%
upvoted 2 times
...
Mandar79
3 years, 8 months ago
https://docs.oracle.com/cd/B19306_01/server.102/b14231/undo.htm You can switch from using one undo tablespace to another. Because the UNDO_TABLESPACE initialization parameter is a dynamic parameter, the ALTER SYSTEM SET statement can be used to assign a new undo tablespace. ALTER SYSTEM SET UNDO_TABLESPACE = undotbs_02;
upvoted 1 times
NowOrNever
3 years, 7 months ago
BD - correct ALTER SYSTEM SET UNDO_TABLESPACE = UNDOTBS01; show parameter undo NAME TYPE VALUE ------------------------ ---------- --------- temp_undo_enabled Boolean FALSE undo_management string AUTO undo_retention integer 900 undo_tablespace string UNDOTBS01
upvoted 4 times
...
...
Mandar79
3 years, 8 months ago
BD seems to be correct can anyone confirm
upvoted 4 times
Ekos
3 years, 4 months ago
i agree
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago