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: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Mon, 07 Nov 2005 07:04:28 GMT
Message-Id: <pan.2005.11.07.07.04.28.222048@sbcglobal.net>


On Fri, 04 Nov 2005 04:54:18 -0800, tachoknight_at_gmail.com wrote:

> external procedures being defined as writing a function in
> C++ that looks like a pl/sql function?

External procedures can be written in C, not C++, because of the name mangling which is different from compiler to compiler. It's still better then having them written in C#.

-- 
http://www.mgogala.com
Received on Mon Nov 07 2005 - 01:04:28 CST

Original text of this message

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