Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help: Oracle stored procedures and C++
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
![]() |
![]() |