diff --git a/docs/auto-discovery/database-discovery/index.mdx b/docs/auto-discovery/database-discovery/index.mdx index d97f2b9a..694a3565 100644 --- a/docs/auto-discovery/database-discovery/index.mdx +++ b/docs/auto-discovery/database-discovery/index.mdx @@ -151,12 +151,14 @@ As of v16.17.00, Device42 database autodiscovery for Windows and \*nix targets s For discovery to return detailed info about your database instance, you will require read/view permissions for the following system views/tables: -
  • V$SESSION
  • V$DATABASE
  • DBA_SEGMENTS
  • DBA_OBJECTS
  • SYS.ALL_USERS
  • DATABASE_COMPATIBLE_LEVEL
  • SYS.PRODUCT_COMPONENT_VERSION
+ +
+
  • V$SESSION
  • V$DATABASE
  • V$CONTAINERS
  • DBA_SEGMENTS
  • DBA_OBJECTS
  • SYS.ALL_USERS
  • DATABASE_COMPATIBLE_LEVEL
  • SYS.PRODUCT_COMPONENT_VERSION
To get information about Pluggable Databases (PDBs) within a Container Database (CDB) in Oracle for non-DBA users, two key permission configurations are required: -- SELECT permission on the V_$CONTAINERS view. +- SELECT permission on the V$CONTAINERS view. - Set `container_data=all container=current` for context configuration. ### Setting up your Oracle discovery job