Reputation: 1
I work with Oracle database and cx_oracle. The problem I have is that when I have a query, it returns the wrong answer in cx_oracle. But this query is the correct answer in SQL developer. What is my problem? This is my query:
select id from my_table
in sql developer we have the right result, but Returns deleted records in cx_oracle.It looks like the records is cached and returned.
Upvotes: 0
Views: 195