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: OCCI vs OCI

Re: OCCI vs OCI

From: Prem K Mehrotra <premmehrotra_at_hotmail.com>
Date: 16 Aug 2004 15:13:41 -0700
Message-ID: <43441e77.0408161413.78ccd935@posting.google.com>


Gama Franco <gama_franco_at_clix.pt> wrote in message news:<cfqj8s$1ai6$1_at_pegasus.fccn.pt>...
> Hi,
>
> I'm developing an application in Oracle 10g, and it is part of the
> requirements an Interface in C++ under Linux.
> Since there are two libraries that I can use to interact with Oracle in
> C++ there are a couple of questions that I would like to make:
>
> - What versions of the gcc compiler do each library supports? I would
> like to support gcc 3.2, 3.2.3. Also support on cc 5.4 (on Solaris 2.8)
> would be nice.
>
> - Is it possible to add triggers and stored procedures to the database
> using any of these libraries?
>
> Best regards,
> Gama Franco

Is it possible to add triggers and stored procedures to the database  using any of these libraries?

>> Yes, both provide execution of dynaminc sql staements, so you can do whatever you can do using sql.
OCCI is easier to use for me because it is higher level than OCI. Also  OCCI is
similar to JDBC.

Prem Received on Mon Aug 16 2004 - 17:13:41 CDT

Original text of this message

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