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 -> OCI 7 -> OCI 8/OCI 9 converter: Is there an Oracle Library with only OCI 8/9 calls?

OCI 7 -> OCI 8/OCI 9 converter: Is there an Oracle Library with only OCI 8/9 calls?

From: Pablo Sanchez <pablo_at_dev.null>
Date: Mon, 02 Dec 2002 17:20:39 GMT
Message-ID: <Xns92D8693A22A0pingottpingottbah@209.242.64.107>


Howdy!

I've written a library in C which translates an applications OCI 7 calls to OCI 8. Additionally, I have a 'converter' that scans the existing C code and replaces OCI 7 calls with my 'shim's API:

         olog() => Olog()

         where Olog() contains the respective OCI* calls for OCI 8/9
         support.

What I'd like to do is definitively answer whether I've ferreted out all the old OCI 7 calls from an existing application. One thought was to see if there was an Oracle library that _only_ had defined the OCI 8/9 functions and letting the loader tell me.

Is there such a beast? Any other ideas?

Thx a lot!

-- 
Pablo Sanchez, High-Performance Database Engineering
http://www.hpdbe.com
Received on Mon Dec 02 2002 - 11:20:39 CST

Original text of this message

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