LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  OCI version

    Employee
    Posted 03-15-2013 08:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: JHP002786

    We use OCI to connect to Oracle databases and need the version of OCI used to see if it matches with Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit


  • 2.  RE: OCI version

    Employee
    Posted 03-15-2013 12:12

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rboccuzzi

    For the LAE, we don't install a specific OCI...we support it, and use it in our software, but you need to install the correct Oracle client on your server machine...there is a fairly wide interchangeability with Oracle server and client, but you should certainly be able to install the same version of the client as the server mentioned above. You will need to set your LD_LIBRARY_PATH to point to the correct directory, for example, you might need to add something like, for example:

    /opt/app/oracle/product/10.2.0/client_1/lib/libclntsh.so

    depending of course on the location and version of the oracle client installed. Additionally, I would caution you, we have seen oracle client occasionally install a zero size libclntsh.so for some odd reason, and a reinstall can sometimes fix it, so if there are issues, you might want to check that file.

    Cheers
    Rich