Delphi XE2, ZEOS 7.0.3-stable and Oracle Connection Error

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
toyman
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 05.01.2010, 16:27

Re: Delphi XE2, ZEOS 7.0.3-stable and Oracle Connection Erro

Post by toyman »

miab3 wrote:@toyman

Latest version of Delphi XE2 was Update 4 Hotfix 1.
http://edn.embarcadero.com/article/42282
That you use?
I had no problems with it and Oracle Database Express Edition 11g Release 2.

Michal
At last. After installing Update 4 hitfix 1 everyting backed to normal.

Thans for advice. Problem solved.
toyman
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 05.01.2010, 16:27

Re: Delphi XE2, ZEOS 7.0.3-stable and Oracle Connection Erro

Post by toyman »

Sorry for drilling this issue to the limit, but HotFix did not solved problem - there was no problem on Delphi side, but with the oracle client.

I have used 10.2.0.3 client, and after putting instant client 10.2.0.4 into my application - it started to work. After more digging I found, that problem was not exactly with oci.dll itself, but with missing oraociei10.dll.

So. Problem is solved definitely and finally.
abdi
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 27.11.2014, 17:18

Re: Delphi XE2, ZEOS 7.0.3-stable and Oracle Connection Erro

Post by abdi »

HI, i have same problem...
now i'll show you how to resolve them.
1. Download oracle instant client for your oracle version.
2. copy all .dll files from instant client folder to win32/debug (your .exe files project).
3. configure your Zeosconnection with this:
a. hostname: (null) don't fill anything.
b. database: your_server_ip/XE (127.0.0.1/xe).
c. library location: just fill oci.dll, not full path.
d. port: 1521 (default is 1521)
e. user: your_user
f. Password: your_password

now, try to connect. if this didn't resolve your problem, contact me on Abdi.p43@windowslive.com. Thankyou
Post Reply