Oracle interview question

How to troubleshooting system crushed issue reported by customer?

Interview Answer

Anonymous

9 July 2012

Try to enable core dump file, such as setting ulimit on Linux, then use GDB to analyze core file, if needed, deliver a debug version to customer and ask them to help reproduce the problem.