Oracle Client version 12.2 win x64; DOA 4.1.3; Delphi RIO.
why is this happening? I connect to one server.
if PoolType = ptDefault then LogOn = OK
else ptOracle: LogOn = Access violation at address 000007FEDCAD5CC4 in module 'OraOCIEI12.dll'. Write of address 0000000000000018
why is this happening? I connect to one server.
Code:
Result:= TOracleSessionPool.Create(nil);
Result.Homogeneous:= True;
Result.Max:= FSessionCountMax;
Result.LogonUsername:= FUser;
Result.LogonPassword:= FPassword;
Result.LogonDatabase:= ASrv;
Result.TimeOut:= 120;
Result.PoolType:= ptDefault/ptOracle;
if PoolType = ptDefault then LogOn = OK
else ptOracle: LogOn = Access violation at address 000007FEDCAD5CC4 in module 'OraOCIEI12.dll'. Write of address 0000000000000018