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: Help: Oracle stored procedures and C++

Re: Help: Oracle stored procedures and C++

From: Job <Job_at_pestilence.net>
Date: 2000/05/08
Message-ID: <3916DF6D.663A8C7B@pestilence.net>#1/1

Squeaky wrote:

> We are going to use Linux GNU C++ and/or MSVC++ 6 to call Oracle stored
> procedures. When I did this years ago, it used to be ESQL/C and we used
> the ProC compiler. This, I think, has all changed and is now the OCI,
> correct? What Oracle components specifically do I need to do this and
> are they included in standard Oracle packages or do I need to purchase
> additional options? Thanks in advance.

you need to use the PRO*C pre-compiler on linux and windows, you don't need to install the OCI to execute stored procedures but you might want to make use if it's functionality. The pre-compiler will work with GCC & MSVC compilers. Received on Mon May 08 2000 - 00:00:00 CDT

Original text of this message

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