1825667 Members
4252 Online
109686 Solutions
New Discussion

Re: adb

 
steven Burgess_2
Honored Contributor

adb

Hi everyone

I'm being a little lazy here as I have only got a couple of hours left before I finish for holiday and haven't got time to trawl the docs

I need to some information out of a core file generated by oracle. I only have adb

so.....

adb /path/to/oracle/bin/oracle core
$c
slcra() from ssexhd+154

I was hoping the above would give me a little more information

what's the equivalent to a backtrace bt (gdb) with adb ?

Thanks

Steve
take your time and think things through
2 REPLIES 2
H.Merijn Brand (procura
Honored Contributor

Re: adb

did you already try $C <- capital C ?

or

20$c

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
steven Burgess_2
Honored Contributor

Re: adb

Hi Merijn

$C gives the same output

20$c
can't unwind -- no_entry

I'll find a box with gdb

Rgds

Steve
take your time and think things through