Oracle Interview Question

How to troubleshooting system crushed issue reported by customer?

Interview Answer

Anonymous

Jul 9, 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.