- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 08:16 AM
The documentation for Oracle database applicative credentials for discovery states that the user must have access to the dba_hist_active_sess_history table. Our DBA team would like to know why this table is needed before granting us this access. Can anyone explain why this specific table is required?
https://docs.servicenow.com/bundle/london-it-operations-management/page/product/discovery/concept/c_OracleDatabaseDiscovery.html
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 10:14 AM
Hi Tim sewell,
Refer Oracle patterns " Oracle Unix for SAM customers" & "Oracle Windows for SAM customers" on these patterns you can notice the code to retrieve records from "dba_hist_active_sess_history" table.
Attached screenshot for your reference.
Business Case# from Jakarta version onwards ServiceNow Introduces new feature called "oracle options" discovery. it helps to calculate license on number of oracle Installations. if you need more Info please refer following links#
Hope this Helps…If so, please mark this as correct answer.
Thanks & Regards,
Vinil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 08:28 AM
They way it reads its due to the software asset management requirements. Must be something with the tracking of licensing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 10:14 AM
Hi Tim sewell,
Refer Oracle patterns " Oracle Unix for SAM customers" & "Oracle Windows for SAM customers" on these patterns you can notice the code to retrieve records from "dba_hist_active_sess_history" table.
Attached screenshot for your reference.
Business Case# from Jakarta version onwards ServiceNow Introduces new feature called "oracle options" discovery. it helps to calculate license on number of oracle Installations. if you need more Info please refer following links#
Hope this Helps…If so, please mark this as correct answer.
Thanks & Regards,
Vinil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 11:21 AM
Thanks!