error.. oci.dll

  • Thread starter Thread starter Blood...
  • Start date Start date
Hi Blood,

I presume this is an asp.net application.
You have to give NTFS privileges to Oracle folder and subfolders to aspnet
local windows account.
 
Hello Miha

Could you elaborate on what permissions need to be given to what directories with regard to ASP.NET and Oracle? Here is my situation

Windows 2000 Professional
IIS 5.0 Server
Oracle 9.2.0.1.0 Client software (local)
Oracle 8.1.6.0.0 Database Server (remote)

It's odd that its looking for a oci.dll file when the actual file seems to be ociw32.dll.
I've tried adding this to the path, giving full control to iuser/iwam of \ora92\bin. Still an error. Then just Read&Execute, List Folder Contents, Read...still an error. I have also restarted the computer and the error is ever present. I have also given ASP.NET user full control and Read&Execute, List Folder Contents, Read and I still get an error.

Has somebody gotten this to work based on similar / exact conditions?

Thanks for your help in advance

~Kar

----- Miha Markic [MVP C#] wrote: ----

Hi Blood

I presume this is an asp.net application
You have to give NTFS privileges to Oracle folder and subfolders to aspne
local windows account
 
Ok, after some tinkering with my system and comparing it to other development workstations, I found a very significant difference. In order to have the file (oci.dll), you must have installed the Administrator version of the Oracle client. I installed the 9.2.0.1.0 client, so I can't for sure about others but I would assume it would be a similar case. After this is done, just give iuser/iwam these permissions
* Read & Execut
* List Folder Content
* Rea
After doing this and restarting, the problem disappears. :

~Karl
 
Back
Top