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!

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.

Asp.Net Mvc use Code First Migrations with ODAC 12c R3 Beta Show Error ORA - 01918: users' dbo 'does

neo.yuOct 22 2014 — edited Oct 22 2014


in Visual Studio 2013 Asp.Net Project , I have the right provider configured in my web.config

<provider invariantName="Oracle.ManagedDataAccess.Client" type="Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework" />


and connectionStrings add

<add name="..." connectionString="...." providerName="Oracle.ManagedDataAccess.Client"/>


I use Visual Studio 2013 Server Explorer connection oracle is success,but my program run try exception ORA - 01918: users' dbo 'does not exist.

I know dbo is sql server users, How to solve?

Thanks for your help.

This post has been answered by Alex Keh-Oracle on Oct 22 2014
Jump to Answer

Comments

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

Post Details

Locked on Nov 19 2014
Added on Oct 22 2014
2 comments
4,284 views