'How to target Oracle 11g instead of 12 for EntityFramework
Im working on a web api project developed with .net entity framework and oracle 11g DB. Some of the generated statements contain things like "FETCH FIRST 1 ROWS ONLY" which I believe are only supported in Oracle 12. How can I configure the project to tell entity framework that it should generate statements compatible with Oracle 11?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|