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 Express and external procedures?

Re: Oracle Express and external procedures?

From: <tachoknight_at_gmail.com>
Date: 7 Nov 2005 08:46:34 -0800
Message-ID: <1131381994.550823.11430@g43g2000cwa.googlegroups.com>


No, C++ does work. I can confirm it 'cause I did it. The trick is to use extern "C" on the "top level" (exported) functions, and then let them call the underlying C++ stuff. Works like a charm. Received on Mon Nov 07 2005 - 10:46:34 CST

Original text of this message

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