Database Name in BO Report Footer

We have 4-5 databases for DEV, TEST and PROD and whenever there is an UAT, user will get confused or whoever refreshing the report, they were not able to find which database currently the  universe / report was pointed.

To avoid User confusion and provide clear information to the user, we have come up with solution at universe level and applied the same in all Standard reports.

Steps to get Database information

1.    Create “Database Name” as object in universe. When you create Database name object, you can select table as SYS.DUAL. So that it won’t impact anything in your report result.

Note: Max is to avoid multiple values error in the report.

Database Name
max(‘DATABASE=’|| UPPER (SYS_CONTEXT (‘userenv’, ‘db_name’)))

DB Name in Report1

2.    Add the Database Name object into your report as a separate Data Provider or else you include them into your existing data provider. Below is the sample report for separate Data provider for Database Name.

DB Name in Report2

3.    Refresh the Database Name Data provider and place the Database Name object into your report footer.

DB Name in Report3

This will give you  more flexibility and information about what database data being refreshed and used for the report.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.