Skip to content

Commit

Permalink
DOCS-169 add oracle permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia-JSch committed Dec 20, 2023
1 parent 2f7cbea commit ef199fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/auto-discovery/database-discovery/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<table><tbody><tr><td width="288"><ul><li>V$SESSION</li><li>V$DATABASE</li><li>DBA_SEGMENTS</li><li>DBA_OBJECTS</li></ul></td><td width="288"><ul><li>SYS.ALL_USERS</li><li>DATABASE_COMPATIBLE_LEVEL</li><li>SYS.PRODUCT_COMPONENT_VERSION</li></ul></td></tr></tbody></table>
<table><tbody><tr><td width="288">
<ul><li>V$SESSION</li><li>V$DATABASE</li><li>V$CONTAINERS</li><li>DBA_SEGMENTS</li></ul></td>
<td width="288"><ul><li>DBA_OBJECTS</li><li>SYS.ALL_USERS</li><li>DATABASE_COMPATIBLE_LEVEL</li><li>SYS.PRODUCT_COMPONENT_VERSION</li></ul></td></tr></tbody></table>


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
Expand Down

0 comments on commit ef199fd

Please sign in to comment.