oracle/dotnet-db-samples

Oracle.EntityFrameworkCore 8.0 不再支持19c以下版本数据库了嘛

wangxb01 opened this issue · 1 comments

image
image
请问19c 以下版本在 8.0版本中不再支持了嘛

Oracle Database 18c and earlier versions have all reached end of life. They are not supported by Oracle anymore, in general.

Oracle EF Core introduced the new OracleSQLCompatibility enum with EF Core 8. Because it is a new API, we could not support older, out of support DB versions, such as 18c or 12g.