We have a database setting that is initiated from a combobox. It creates restrictions based on a field value (Region code). It is designed for users to insert, update, visualize a feature in the correct region.
When a user change the region it is changed in the database w/o problem but map and attribute table gets stuck with the previous region. I noticed ArcGIS Pro starts 4 different Oracle session and probably it continues showing the data from one of the sessions that not updated.
Is there anyway to manage these sessions? Sync or close? Or any idea how to tackle this problem?
Thanks!