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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Linking embeded SQL C++ with Oracle 8.1.6. on SCO Unixware 7

Re: Linking embeded SQL C++ with Oracle 8.1.6. on SCO Unixware 7

From: J. L. Schilling <jls_at_sco.com>
Date: 13 Jan 2001 03:15:50 GMT
Message-ID: <93oh96$aap$1@hobbes.sco.com>

Libor Chocholaty (chocholaty_at_iol.cz) wrote:

| Thank you,
| this looks as good way. It worked, but now I have en executable file which do
| nothing :-(

Use truss -f on the executable to get an idea of how far it is getting. For instance, you'll be able to see if the Oracle library gets loaded, or if the JVM starts up, or whatever. That may give you some clue as to where to look next.

--
Jonathan Schilling		SCO, Inc. 		jls_at_sco.com
Received on Fri Jan 12 2001 - 21:15:50 CST

Original text of this message

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