Search found 1 match

by mrsunflower
Thu 20 May 2021 06:09
Forum: dotConnect for Oracle
Topic: EFCore5 with dotConnect Oracle
Replies: 1
Views: 2717

EFCore5 with dotConnect Oracle

Hello,

I have a problem with generating Model Classes with EF Core 5 from existing Oracle DB. It prompts warnings like:

Could not find type mapping for column '<COLUMN NAME>' with data type 'sdo_geometry'. Skipping column.

Command that I use:

Scaffold-DbContext "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>)(PORT=<port>))(CONNECT_DATA=(SERVICE_NAME=<dbname>)));Persist Security Info=True;User Id=<id>;Password=<pass>;License Key=<MY LICENCE KEY>" Devart.Data.Oracle.Entity.EFCore -OutputDir Models -f

This is weird because from what documentation says
it supports topology types.

Maybe I'm missing some additional flag or parameter? May I ask for some help?