oracle / dotnet-db-samples

.NET code samples for Oracle database developers #OracleDotNet
http://otn.oracle.com/dotnet
MIT License
408 stars 190 forks source link

Core 8 with oracle 11 #352

Closed yamamotokazue closed 6 months ago

yamamotokazue commented 6 months ago

In core 7 DI UseOracleSqlCompatibility("11")

But in core 8 string change to OracleSQLCompatibility.DatabaseVersion19,21,23

So oracle 11 can’t use in core 8?

Thank you for response

alexkeh commented 6 months ago

In Oracle EF Core 8, there is no DB 11.2 backwards compatibility support. Oracle DB 11.2 Extended Support ended in 2020. Market Driven Support occurred after that, which has now ended. The Oracle .NET team expectation is that customers will use newer, supported DB versions for their new .NET development. You can continue to use older ODP.NET versions with DB 11.2,

yamamotokazue commented 6 months ago

Thank you for response🥹