 |
|
Oracle
Tips by Burleson |
Getting a ERRORSTACKS DUMP
You can also get errorstacks from the process. Again, you should
usually do this 3 times. This generates a trace file in your
user_dump_dest (from svrmgrl or sqplus: show parameter
user_dump_dest).
$ svrmgrl
connect internal
oradebug setospid <process ID>
oradebug unlimit
oradebug dump errorstack 3
This is a book excerpt from:
Using the
Oracle oradebug Utility
Debugging Oracle Applications
Mike Ault
ISBN: 0-9740716-7-6
http://www.rampant-books.com/ebook_oradebug.htm
|