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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Ora-06413 only with asp.mvc 4

997484Mar 18 2013 — edited Mar 18 2013
Hi, I have an issue with my OleDbConnection.
First I have 8.1.7 Client because i need it to connect to an Oracle 8 database.
Today I'm using this code to connect to an other database running on version 11.

OleDbConnection c = new OleDbConnection("Provider=msdaora; Data Source=**** user id=****; password=****;");
try
{
c.Open();
c.Close();
}
catch (Exception e)
{
throw;
}

This is working fine on a Console application although sending Ora-06413 on ASP.MVC 4

Thank you !

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 15 2013
Added on Mar 18 2013
3 comments
2,258 views