sys_context('userenv', 'sessionid') different from AUDSES$ value
Oracle Version and Patch: 19.16.0.0.220719 (34110685) on Windows Server 2019 Standard
Hi all,
I'm experiencing an issue similar to the one explained in Bug 28802066 - Sys_Context('Userenv', 'Sessionid') Displays Incorrect Information (Doc ID 28802066.8). Which is supposed to be fixed in 19.11.0.0.DBRU:210420 (APR 2021) DB Release Update(DB RU), but we are on a higher Oracle version (19.16.0.0).
We have an application using the sys_context('userenv', 'sessionid') value, which is supposed to be the same as the AUDSES$ sequence, but the values are different in our database.
We have tried resetting the AUDSES$ sequence, and restarting the instance, but the sys_context('userenv', 'sessionid') value is still different from the AUDSES$ sequence.