| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to format core-files?
I got this from Dennis Handly at HP.
use dbx or gdb. I have gdb here so i use the following commands:
ex. $gdb $ORACLE_HOME/oracle core
2) In gdb type "bt" or "where" to list where it core dumped.
3) list the registers:
info registers
4) disassemble the stack for the function:
disassemble $pc Received on Fri Sep 07 2001 - 13:33:36 CDT
![]() |
![]() |