Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.0.6 on HPUX 11, 64 Bit

Re: Oracle 8.0.6 on HPUX 11, 64 Bit

From: fro_doe <fro_doeNOfrSPAM_at_hotmail.com.invalid>
Date: 2000/07/22
Message-ID: <1345c311.c76aa044@usw-ex0102-016.remarq.com>#1/1

I don't know specifically what the problem is, but here is some more info you can gather to help pinpoint the problem:

  1. A stack trace - use a debugger like /opt/langtools/bin/gdb. Then either pass this info to Oracle Support or look in MetaLink.
  2. Trace output - you can get tusc or trace from HP. It will show you the last completed system call prior to the hang. Compare that with the same output for the working 32bit compiled executable. You won't be able to do a line-by-line comparison, but you'll see a pattern and you can determine what the hanging 64bit executable should be doing.
  3. Behavior when linked statically instead of with the client shared library.

Doug.


Got questions? Get answers over the phone at Keen.com. Up to 100 minutes free!
http://www.keen.com Received on Sat Jul 22 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US