|
Explanation: Because UNDO segments are allocated for all transactional statements, all the DML statements will force the user to acquire an UNDO segment. However, no UNDO segment gets allocated when the SELECT statement is issued, making that the correct Ans. Reference: Oracle 9i: Administrator’s Guide Oracle 9i: Concepts
|