Base solution for your next web application

Activities of "nitinjadhav"

Hello ABP community,

I created the template by using ASP.NET Core template with module zero that include SPA Angular 2.

I Had a few trouble in CodeFirst Generation.

Below steps I followed 1.Oracle EF 6 : nuget package Oracle.ManagedDataAccess.EntityFramework version: 12.1.2400 2.Delete ALL migrations files from CodeFirst 3.Added Below code in file *DBContext file of *.EntityFrameork Project SetProviderServices(TCConsts.ProviderOracle, Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices.Instance); SetProviderFactory(TCConsts.ProviderOracle, Oracle.ManagedDataAccess.Client.OracleClientFactory.Instance); SetDefaultConnectionFactory(new Oracle.ManagedDataAccess.EntityFramework.OracleConnectionFactory()); 4.Added connection string appsettings.json in Migrator project 5. Ran Migrator project

It retun me Error: ORA-01918: user 'dbo' does not exist

I did follow below link , but no solution #2669@bac49aa0-f319-472d-8b32-e5d1288a274a

Then ported SQL data to Oracle under schema 'dbo' and modify the code " Database.SetInitializer<TCDbContext>(null);" and ran Web Project and I am getting error {"ORA-00933: SQL command not properly ended"}

Showing 1 to 1 of 1 entries