ODAC Net Edition 5.55 and Oracle Client

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
michellenweiter
Posts: 29
Joined: Thu 09 Jun 2005 06:23
Location: Bern, Switzerland

ODAC Net Edition 5.55 and Oracle Client

Post by michellenweiter » Thu 09 Jun 2005 06:34

I've installed Delphi 2005 on Windows XP SP2 and ODAC NET v5.55.
When I try to open a session, I got this error message: "cannot find OCI DLL:"
I've seach for this oci.dll file on my local disks, but cannot find it.

Do I need to install the Oracle Client to solve this problem, or is it ODAC which should provide this file ?

Thanks for your help
mitch

walidn

need instant client

Post by walidn » Thu 09 Jun 2005 08:49

you have to install instant client for oracle 10g

andypost
Posts: 2
Joined: Mon 20 Jun 2005 14:28
Location: Russia, Moscow

Re: need instant client

Post by andypost » Mon 20 Jun 2005 14:34

walidn wrote:you have to install instant client for oracle 10g
What do you meen? Oracle Instant Client does not need installing!!!
Take a look at http://www.oracle.com/technology/tech/o ... lient.html
Installation Steps:

1. Download the appropriate Instant Client packages for your platform. All installations REQUIRE the Basic package.

2. Unzip the packages into a single directory such as "instantclient".

3. Set the library loading path in your environment to the directory in Step 2 ("instantclient"). On many UNIX platforms, LD_LIBRARY_PATH is the appropriate environment variable. On Windows, PATH should be used.

4. Start your application and enjoy.

michellenweiter
Posts: 29
Joined: Thu 09 Jun 2005 06:23
Location: Bern, Switzerland

Problem solved

Post by michellenweiter » Tue 21 Jun 2005 06:06

I've installed the Oracle client and it works fine.
What has confused me, was the description of ODAC Net telling that we do not need to install the Oracle Client, wich is absolute correct on the computer for the end-user, but we still have to install it on the computer for the developers.

Thanks for your help :D

Post Reply