Skip to content

Commit

Permalink
Merge pull request #389 from ritza-co/hotfix-update-oracle-db
Browse files Browse the repository at this point in the history
[hotfix] add Oracle user discovery updates, database-discovery
  • Loading branch information
sixhobbits authored Nov 20, 2024
2 parents 27a9a72 + cda1978 commit b36ad4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/auto-discovery/database-discovery/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,15 @@ We don't aim to match orphaned PDBs to the CDB if a fresh CDB is incoming.

If a candidate database instance is detected to be a child of a CDB we skip the matching process

### Oracle User Discovery Updates

We previously gathered all Oracle users and collected them as "Device42 Databases". We now only retrieve Oracle users that have at least one associated database object.

In addition, we've made the following changes to the UI:

1. Added **Database Instance Name** under the identifier (generally the service name).
2. Renamed **Database** to **Database/Schema** and only show ones with attached objects for Oracle.

## Postgres SQL Database Discovery (on \*nix targets)

Device42 offers Postgres SQL database discovery for \*nix discovery targets, although it requires a separate set of credentials to authenticate to the database instance itself. Ensure these additional credentials have the appropriate permissions for viewing the databases you are interested in discovering.
Expand Down

0 comments on commit b36ad4e

Please sign in to comment.