using occi at client side

Discussion in 'C' started by rahulonly4u, Mar 9, 2011.

  1. rahulonly4u

    rahulonly4u New Member

    Joined:
    Sep 6, 2010
    Messages:
    29
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    software developer
    Location:
    india
    HI,

    I wana connect my c++ (Linux) code to oracle11g DB in client server architecture.


    Oracle DB is exist on another Linux Red Hat system (i.e.server) and i have to write my c++(Linux) code at another Linux Machine (Client) I want to use OCCI library but it comes with only oracle db setup in 11 G how to get OCCI on client side for writing code

    at client side i dont wana install Oracle at client side is it possible ??

    Thnaks and Regards
    Rahul
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    As OCCI is a C++ API for the Oracle client it's impossible to use OCCI without the Oracle client. For a minimal installation use Instant Client.

    If you don't want an Oracle client then your only way to communicate with a remote DB is to write your own version of SQL*Net (and if you're going to do that you may as well use SQL*Net as it's already been written and debugged).
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice