Unidac 6.0.2 UniDACDemo.exe not Connect

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
arjunams
Posts: 7
Joined: Tue 03 Mar 2015 14:26
Location: Brazil

Unidac 6.0.2 UniDACDemo.exe not Connect

Post by arjunams » Thu 05 Mar 2015 11:36

Hi,

I'm testing connection to Oracle 12 with UniDACDEMO.exe and the connection is failed.
I can't install UniDAC 6.0.2 free trial for testing.(windows7 32 Bits Delphi 7)
Last edited by arjunams on Thu 05 Mar 2015 15:00, edited 1 time in total.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by AlexP » Thu 05 Mar 2015 12:02

Hello,

Please provide the text or a screenshot of the error message occurring on connection.

arjunams
Posts: 7
Joined: Tue 03 Mar 2015 14:26
Location: Brazil

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by arjunams » Thu 05 Mar 2015 14:43

Image

Image

Image

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by AlexP » Fri 06 Mar 2015 10:12

Please specify the exact version of the Oracle client you are using.

arjunams
Posts: 7
Joined: Tue 03 Mar 2015 14:26
Location: Brazil

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by arjunams » Fri 06 Mar 2015 18:19

Oracle 12c Version 12.1.0.1.0

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by AlexP » Tue 10 Mar 2015 08:28

Judging by the screen shot, you are using the 10th client, not 12th (in the 12th client, a similar file is named oran12.dll). Make sure you have one Oracle client installed on the PC. If there are several clients, set the 12th client by default and try to connect again.

arjunams
Posts: 7
Joined: Tue 03 Mar 2015 14:26
Location: Brazil

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by arjunams » Mon 16 Mar 2015 17:01

I put the UNIDAC DEMO in the computer that is installed ORACLE 12 and NOT connect with the error :
Can not load OCI DLL :
"C:\app\product\12.1.0\dhhome_2\BIN\ Oci.dll

but the file is in said slurry .

is also added in the path of the windows

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unidac 6.0.2 UniDACDemo.exe not Connect

Post by AlexP » Tue 17 Mar 2015 10:13

This error can occur due to the fact that the application and Oracle client have different bitness (x86 and x64). Try explicitly define the required client in
UniConnection1.SpecificOptions.Values['HomeName'] := 'Your_Client_Name;

Post Reply