Home > Net >  EF oracle reads the inconsistent problem.
EF oracle reads the inconsistent problem.

Time:10-08

I am using EF6 + oracle, codefirst, I direct data list updated in oracle and EF how to obtain the data before I update, AsNoTracking I also use the null and void, oracle's cache SHARED_POOL; BUFFER_CACHE; The GLOBAL CONTEXT. All cleaned is invalid, want to ask next: what happened,

CodePudding user response:

Chances are you're manually update, it is not in your program to connect the database, probably codefirst cause the program automatically built a database

CodePudding user response:

Carefully check code,

CodePudding user response:

Oracle if to commit, or ef is read
  •  Tags:  
  • C#
  • Related