Oracle.EntityFrameworkCore 8.0 不再支持19c以下版本数据库了嘛
wangxb01 opened this issue · 1 comments
wangxb01 commented
alexkeh commented
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.