Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Linking embeded SQL C++ with Oracle 8.1.6. on SCO Unixware 7
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.comReceived on Fri Jan 12 2001 - 21:15:50 CST
![]() |
![]() |