how to get production instance name in BIP report
Summary:
How to check via SQL in BIP report whether the instance is Production vs non Production ?
we have a requirement to put a check in the BIP report so that emails are not sent from the report in non Production instance.
we had used sys_context('USERENV','DB_NAME') but that value got updated by Oracle after few months. hence looking for a better solution.
Content (please ensure you mask any confidential information):
sys_context('USERENV','DB_NAME')
Version (include the version you are using, if applicable):
24D (11.13.24.10.0)
Code Snippet (add any code snippets that support your topic, if applicable):
0