Skip to content

Commit 4469870

Browse files
authored
968: Proofread changes, index.mdx
1 parent b675b19 commit 4469870

File tree

1 file changed

+4
-4
lines changed
  • docs/auto-discovery/database-discovery

1 file changed

+4
-4
lines changed

docs/auto-discovery/database-discovery/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,21 +290,21 @@ To get information about pluggable databases (PDBs) within an Oracle container d
290290

291291
#### System-Level Permissions
292292

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:
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:
294294

295295
```bash
296296
/usr/bin/cat: /dbprog/oracle/product/19.3.0.0.26/network/admin/tnsnames.ora
297297
```
298298

299-
or
299+
or:
300300

301301
```bash
302302
oracle -c 'lsnrctl status'
303303
```
304304

305-
**Sample Sudoers Configuration:**
305+
**Sample `sudoers` Configuration:**
306306

307-
Add the following entries to your `/etc/sudoers` file or create a separate sudoers file for Device42 Oracle discovery:
307+
Add the following entries to your `/etc/sudoers` file or create a separate `sudoers` file for Device42 Oracle discovery:
308308

309309
<details>
310310
<summary>Click to expand the code block</summary>

0 commit comments

Comments
 (0)