DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

What causes the "snapshot too old" error? How ca

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What causes the "snapshot too old" error? How can this be prevented or mitigated?

Level: Intermediate
Expected answer: This is caused by large or long running transactions that have either wrapped onto their own rollback space or have had another transaction write on part of their rollback space. This can be prevented or mitigated by breaking the transaction into a set of smaller transactions or increasing the size of the rollback segments and their extents.

(Continued on next question...)

Other Job Interview Questions