I added below two references on asp.net core console application. Install-Package Microsoft.EntityFrameworkCore.Tools -Version 2.1.4 Install-Package Oracle.ManagedDataAccess.Core -Version 2.18.3 I am getting below exception when I am using scaffolding command for nuget command. Unable to find provider assembly with name Oracle.EntityFrameworkCore My scaffolding command is like below : Scaffold-DbContext "Data Source=oracle_host;Persist Security Info=True;User Id=myuser;Password=mypassword;" Oracle.EntityFrameworkCore -OutputDir Models