28 Sep 2018
06:24 AM
- last edited on
09 Dec 2021
07:40 AM
by
MaciejNeumann
we enabled bind variables capture at customer managed environment. customer can now see values of bind variables. but in select there is also masked statement like:
something='*****'
seen as admin user or as user with flag "View sensitive request data" enabled.
is there any other setup how to unmask this statement ? f.e. in this example values of something can be null or 1
I would reach out to support on this as some masking is set up as a safeguard
Is it a prepared statement or just an SQL query? My guess is that it's an SQL query and the value is being masked, rather than the question mark in a prepared statement.