

InterviewSolution
Saved Bookmarks
1. |
Which statement is correct regarding undo management?(a) The database can have more than one undo tablespaces(b) The undo data must be purged manually when the transaction is over(c) The UNDO_TABLESPACE parameter is valid only if the UNDO_MANAGEMENT parameter is set AUTO OFF(d) Undo management is automatic by default even if the UNDO_MANAGEMENT initialization parameter is set to NULLI had been asked this question at a job interview.Asked question is from Installing Oracle Database 11g and Creating a Database in section Oracle Database 11g Architecture Options of Oracle |
Answer» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> is (a) The database can have more than one <a href="https://interviewquestions.tuteehub.com/tag/undo-1436983" style="font-weight:bold;" target="_blank" title="Click to know more about UNDO">UNDO</a> tablespaces<br/><br/>Explanation: <a href="https://interviewquestions.tuteehub.com/tag/oracle-12831" style="font-weight:bold;" target="_blank" title="Click to know more about ORACLE">ORACLE</a> provides an automatic undo <a href="https://interviewquestions.tuteehub.com/tag/management-1085657" style="font-weight:bold;" target="_blank" title="Click to know more about MANAGEMENT">MANAGEMENT</a>, for managing undo information and space. With automatic undo management, the database <a href="https://interviewquestions.tuteehub.com/tag/manages-1085880" style="font-weight:bold;" target="_blank" title="Click to know more about MANAGES">MANAGES</a> undo segments in an undo table-space.</p></body></html> | |