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 -> ORA-06522: undefined symbols error

ORA-06522: undefined symbols error

From: belanna <krmunch_at_yahoo.com>
Date: 29 Oct 2004 16:27:03 -0700
Message-ID: <5dd1b337.0410291527.12f16a57@posting.google.com>


I have a c++ program that is called from a c program. There is an oracle library calling the c program. The c++ library uses extern "C" so it can be called from the c program. It runs fine from an executable on the command line, but oracle cannot resolve t he c++ symbols. I know this is a problem with making the c++ library, but don't know what it is.

Any ideas? Received on Fri Oct 29 2004 - 18:27:03 CDT

Original text of this message

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