I just installed ODAC 5.55 for Kylix 3.
When I used ConnectDialog and OraSession,
if ConnectionDialog1.Execute then
try
OraSession1.Connect;
..
I got Error Message:
Cannot load OCI DLL: libcIntsh.so
I removed
if ConnectionDialog1.Execute then
and try to connect it directly, the error message is the same.
Anyone knows how to fix it?