WebService cannot connect to Oracle
2008-7-9
Cheungmine
1 problem Source: I cannot connect to Oracle10g in WebService
2 solution:
9i: added the User Authenticated Users (read and run permissions) to the ORACLE_HOME directory)
Or
10g: add the User Authenticated Users (read and run permissions) to the oracleclient10g directory)
ORACLE_HOME is the main directory for Oracle installation, and oracleclient10g is the main directory for 10g Client installation.
To add a user to a directory, right-click the Directory and choose Properties> Security> Add (in the input object and Name box ).
Enter Authenticated Users)-> select allow read and run.
I use the oradbi library for WebService and Oracle connection. The oradbi library is an open source OCI encapsulation library I wrote,
It aims to provide more efficient access to reading and writing big data field blob. You can download it from my resources.