Thank you for posting.
From your description, one of your ASP.NET webservice application is
encountering some error when try accessing Oracle database. Also, the same
code works correctly in other winform and ASP.NET (web page based)
application correct?
Based on my experience, the "System.Data.OracleClient requires Oracle
client software version 8.1.7 or greater." is possibly caused by permission
issue. And for your scenario, the same code works in winform application ,
this also indicate such problem. As for the ASP.NET web page
application(which also works for the oracle accessing code), it is using
the same security setting (in IIS and ASP.NET) with the webservice
application?
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Adam P. - 19 May 2006 22:30 GMT
Thanks for your response Steven. I found the cause of the problem yesterday,
and you are correct it was a permission problem.
I had re-applied the Read & Execute on the ORACLE_HOME directory for
Authenticated Users and it was set to "Apply To = This folder, subfolders and
files". Apparently it didn't apply correctly, or I didn't follow the
instructions correctly, because the oci.dll which is file in one of the
subfolders didn't have any permissions set for the Authenticated Users group.
> Thank you for posting.
>
[quoted text clipped - 28 lines]
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
Steven Cheng[MSFT] - 22 May 2006 04:14 GMT
Thanks for your followup.
Glad that you've figured it out.
Have a good day!
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)