Skip to Main Content

Integration

Announcement

Testing banner

Query caching problem

Khalil DahhamJan 4 2021 — edited Jan 7 2021

I'm using Oracle database 19c. A query in a package returns 4 records. I added a 5th record to the table but the query still returns 4 records. I had to add a condition (and 1=1) to get the correct results so I guess it is a caching problem. I'm not using result_cache and the result_cache_mode is set to manual. Any idea how to solve this serious problem?

Comments
Post Details
Added on Jan 4 2021
1 comment
47 views