User without Administrator rights

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gia
Posts: 8
Joined: Thu 16 Jun 2011 07:14

User without Administrator rights

Post by gia » Tue 02 Aug 2011 10:09

I am using DEVART ODAC components for Delphi 2010
When user of the windows has Administrator rights program works correctly.
In other case, program has problems with OCI.DLL
I think user needs some rights on system folders or registry keys.
Can anybody help me?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 02 Aug 2011 11:45

Hello,

This problem is connected with security settings in Windows Vista and higher. To solve this problem, you should give the user rights to access the folder where the Oracle client is installed. Also you can use Oracle Instant Client by placing files in the folder with your application or connect in the Direct mode that does not require Oracle client.

Post Reply