Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Data Provider for .NET. Please Contact Provider

635401Apr 22 2008 — edited Aug 2 2012
Hello,
I am getting the
"An unexpected error occurred in the Oracle Data Provider for .NET. Please contact the provider vendor to resolve this problem." in visual studio 2008 server explorer.
I have tried all I could by going through different threads on this forum. I have copied the the msvcr71.DLL to C:\app\afshin\product\11.1.0\client_1\bin and C:\app\afshin\product\11.1.0\client_1 and checked the path
C:\app\afshin\product\11.1.0\client_1\bin;C:\OraHome_1\bin;C:\oracle\produc
\10.2.0\db_1\bin;C:\app\afshin\product\11.1.0\client_1;
and machine config. Can some one help? Could installing other products such as CoseSmith cause this? I am using Oracle 10.2.0 and have client 11.1.0 installed. I can access data from visual studio; however server explorer, debugger for oracle, and all oracle tools are not functioning.

Comments

Rafi (Oracle DBA)
Hi ,
For Oracle 11g rel2 there are few changes in auditing.Check the below link for details


2309084



Best regards,

Rafi.
Hemant K Chitale
See the explanation for "BY SESSION" in the 11.2 documentation on the AUDIT command at
http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_4007.htm#i2059073

In earlier releases, BY SESSION caused the database to write a single record for all SQL statements or operations of the same type executed on the same schema objects in the same session. Beginning with this release of Oracle Database, both BY SESSION and BY ACCESS cause Oracle Database to write one audit record for each audited statement and operation. BY SESSION continues to populate different values to the audit trail compared with BY ACCESS. Oracle recommends that you include the BY ACCESS clause for all AUDIT statements, which results in a more detailed audit record. If you specify neither clause, then BY SESSION is the default.



Hemant K Chitale
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 30 2012
Added on Apr 22 2008
9 comments
10,672 views