Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Application development question
On Wed, 19 May 2004 13:29:06 +0200, "Lucky208" <Lucky208_at_poczta.fm>
wrote:
>Hello,
>
>Do exist any different technology beside Pro*C/C++, OCI - Oracle Call
>Interface which I can use to implement aplication base on Oracle technology
>???
>
>I know that exist JDBC mechanism which can be use on Microsoft and Unix
>platform.
>But it isn't good for me because I'm implementing application on Unix
>platform in C++ language.
>I know that exist ODBC mechanism on Microsoft platform and Oracle drivers
>for it.
>Do exist the same mechanism on Unix platform ???
>
>
>Thanks in advance,
>Maciek
>
Yes it does, but if Oracle is your only target database you are ill advised to use ODBC. Compared to OCI and Pro*C ODBC is slow as a turtle, just because it is a generic mechanism, and not optimized for Oracle.
-- Sybrand Bakker, Senior Oracle DBAReceived on Wed May 19 2004 - 12:38:10 CDT
![]() |
![]() |