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

What can cause a high value for recursive calls?

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

(Continued from previous question...)

What can cause a high value for recursive calls? How can this be fixed?

Level: High
Expected answer: A high value for recursive calls is cause by improper cursor usage, excessive dynamic space management actions, and or excessive statement re-parses. You need to determine the cause and correct it By either relinking applications to hold cursors, use proper space management techniques (proper storage and sizing) or ensure repeat queries are placed in packages for proper reuse.

(Continued on next question...)

Other Job Interview Questions