You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/auto-discovery/database-discovery/index.mdx
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,10 @@ Device42 database autodiscovery for Windows and \*nix targets supports discovery
268
268
269
269
### Minimum Permissions Requirements for Oracle Discovery
270
270
271
+
Oracle database discovery requires two sets of permissions: database-level permissions for querying Oracle system views and system-level permissions for executing shell commands on the target servers.
272
+
273
+
#### Database-Level Permissions
274
+
271
275
For discovery to return detailed info about your database instance, you will require read or view permissions for the following system views and tables:
@@ -284,6 +288,53 @@ To get information about pluggable databases (PDBs) within an Oracle container d
284
288
CONTAINER = CURRENT;
285
289
```
286
290
291
+
#### System-Level Permissions
292
+
293
+
You need system-level access to execute shell commands on the target servers. Device42 requires sudo access to run various commands related to Oracle configuration and status information, for example:
To begin discovering your Oracle databases, navigate to **Discovery > HyperVisors /\*nix /Windows**. Create a new discovery job for Windows or \*nix (or both) targets, and be sure to check the **Collect database server information** checkbox.
0 commit comments