I try Scaffold tables that is stored in another schema, using the next command: Scaffold-DbContext "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=X.X.X.X)(PORT=1521)))(CONNECT_DATA=(SID=MYSID)));User Id=MYUSER;Password=MYPASSWORD;" Oracle.EntityFrameworkCore -Tables "AnotherScheme.TheTable" and i am getting: **Unable to find a table in the database matching the selected table AnotherScheme.TheTable.** I can make queries to the table.