Skip to content

Release/auditor 10.9 revise Oracle Database configuration and requirements#1000

Closed
pavelshabanov2025 wants to merge 0 commit into
devfrom
release/auditor_10.9
Closed

Release/auditor 10.9 revise Oracle Database configuration and requirements#1000
pavelshabanov2025 wants to merge 0 commit into
devfrom
release/auditor_10.9

Conversation

@pavelshabanov2025

@pavelshabanov2025 pavelshabanov2025 commented May 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Complete documentation set for Netwrix Auditor 10.9 release, including new content,
updates carried over from 10.8, and corrections across multiple data sources.

New content

Updates and revisions

Oracle Database configuration

  • overview.md — removed automatic native audit option; configuration is manual-only
  • permissions.md — full rewrite: Prerequisites, numbered steps, DBA Role section with CAUTION, Required Object Privileges table
  • verifysettings.md — split Oracle 19c row (19c/21c/23c vs 12c/18c); removed Oracle 11g row
  • database.md — restored HTML table formatting for Unified Auditing commands; added 21c/23c versions
  • unified.md — deleted (irrelevant for 10.9; minimum supported version is 12.2 with native Unified Auditing)
  • software.md, supporteddatasources.md — removed Oracle 11g references; versions reordered ascending

@github-actions

Copy link
Copy Markdown
Contributor

Code Review

Scope reviewed: configuration, scripts, and workflow changes only (documentation content/style excluded per request). This PR is overwhelmingly new Auditor 10.9 docs; the only non-content, build-affecting changes are two files plus 119 standard category.json files.

No correctness issues found. Details of what was verified:

src/config/products.js

  • New 10.9 version block added with isLatest: true and sidebarFile ./sidebars/auditor/10.9.js.
  • Previous latest 10.8 correctly flipped to isLatest: false — exactly one version is now isLatest: true.
  • defaultVersion updated 10.8 to 10.9, matching the new latest.
  • Referenced sidebar file exists and other version entries are untouched.

sidebars/auditor/10.9.js

  • Standard autogenerated config (dirName .), consistent with the 10.6/10.7/10.8 sidebars.

category.json (119 files)

  • Spot-checked structure against the equivalent 10.8 files; format and link targets match the established convention (e.g. configuration/oracle/category.json is identical to 10.8 and its link.id overview resolves to the existing overview.md).

Deleted unified.md — no dangling links

  • onBrokenLinks: throw would fail the build if anything still linked to the deleted Oracle unified.md. Searched the 10.9 tree: no markdown links reference it. The remaining unified occurrences in oracle/permissions.md are Oracle SQL object names (gv_unified_audit_trail, etc.), not links.

Not in scope / handled elsewhere

  • Broken links/anchors within the ~523 new markdown files are enforced by the production build (build-and-deploy.yml) and the editorial workflow — not re-checked here.
  • No GitHub Actions workflow, KB copy script, or docusaurus.config.js changes are present in this PR, so triggers, permissions, secrets, and the KB pipeline are unaffected.

@github-actions

Copy link
Copy Markdown
Contributor

Code Review

Scope: I reviewed only the code/config changes in this PR (the bulk of the 967 files are documentation content and images, which are out of scope here). The non-doc changes are: src/config/products.js, sidebars/auditor/10.9.js, and ~120 _category_.json files under docs/auditor/10.9/.

No correctness, security, or build-breaking issues found.

Details of what I checked:

  • src/config/products.js — The new 10.9 version entry is well-formed. Exactly one version has isLatest: true (10.9), the prior latest (10.8) was correctly flipped to false, and defaultVersion was updated to 10.9 to match. sidebarFile points to ./sidebars/auditor/10.9.js, which exists. No duplicate-latest or dangling-reference issues.
  • sidebars/auditor/10.9.js — Standard autogenerated sidebar, identical in shape to the other Auditor versions. Fine.
  • _category_.json files — Same structure and link: type doc / id convention as the existing 10.8 tree (which builds in production), with corresponding doc files present (e.g. accessreviews/accessreviews.md for the accessreviews category link). Routing should behave the same as prior versions.

No GitHub Actions workflow, KB copy script (scripts/copy-kb-to-versions.mjs), or docusaurus.config.js changes are included in this PR, so there is no risk to the CI/CD, KB pipeline, or build configuration from this change set.

Not blocking: with onBrokenLinks: throw, any internal links in the new 10.9 content that resolve incorrectly will fail the build — but that is enforced by CI and falls under content review rather than this config review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants