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
- 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.
- Incorrect operations with data types on the Oracle side is also result for this error message.
- 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