Skip to Main Content

DevOps, CI/CD and Automation

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!

Internal .Net Framework Data Provider Error 30

3282809Jul 25 2016 — edited Jul 28 2016

Hi all,

I have an issue about my asp.net project. As I said, I get an data provider error 30 when I publish my project to oracle production database. It works on Localhost or DBPDEV.

Also my project works when I publish it first. However, I get this error after a few data entry(or session timeout). Also I discovered problem is fixed when I wait. In addition, I get this error after session timeout triggered and go to web page again.

I tried and check operations below

  1. It can be due to the fact that you had provided a length for one of the parameters that was too short for the value that you had added while entering data.
  2. Incorrect operations with data types on the Oracle side is also result for this error message.
  3. If Oracle trigger are used firing on insert that was throwing an error when it fired, can be cause of this error.

What else causes this error? I'm really confused.


Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2016
Added on Jul 25 2016
1 comment
2,345 views