Oracle 10

Johan R

Member
I have made a Delphi application using DOA components, application connects to an Oracle 10 database. On the desktop of the users Oracle client 8, 9 and 10 are instaled :S. Is it possible to force my application to use the Oracle 10 client?
 
By default Direct Oracle Access will use the Primary Oracle Home. This is the home that is listed first in the PATH environment variable. Perhaps you can modify the PATH and move the 10g home to the front?
 
Back
Top