Unidac 6.0.2 UniDACDemo.exe not Connect
Unidac 6.0.2 UniDACDemo.exe not Connect
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)
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.
Re: Unidac 6.0.2 UniDACDemo.exe not Connect
Hello,
Please provide the text or a screenshot of the error message occurring on connection.
Please provide the text or a screenshot of the error message occurring on connection.
Re: Unidac 6.0.2 UniDACDemo.exe not Connect
Please specify the exact version of the Oracle client you are using.
Re: Unidac 6.0.2 UniDACDemo.exe not Connect
Oracle 12c Version 12.1.0.1.0
Re: Unidac 6.0.2 UniDACDemo.exe not Connect
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.
Re: Unidac 6.0.2 UniDACDemo.exe not Connect
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
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
Re: Unidac 6.0.2 UniDACDemo.exe not Connect
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;
UniConnection1.SpecificOptions.Values['HomeName'] := 'Your_Client_Name;