Page 1 of 1
Problem using OraLoader
Posted: Thu 10 Feb 2005 16:27
by moolip
Whenever I caal the load method for my OraLoader component, I get the following error message:
'Need Oracle 8i Call Interface'
I cannot any topic on this. What does this message refer to>
Posted: Thu 10 Feb 2005 17:19
by Alex
This message can appear if you set TOraLoader.LoadMode property to lmDirect.
You must know that this feature is supported only with using Oracle client version 8.1 or higher.
So if you have older client version, or if you set TOraSession.Options.UseOCI7 property to True or if you set TOraSession.Options.Net property to True you must get this message. The way out is correspondingly: upgrade your Oracle client, unset TOraSession.Options.UseOCI7 property or unset TOraSession.Options.Net property.