AWS transform documentation change
Summary
Added Oracle Database prerequisites including network access requirements, supported versions, and credential format changes in CSV template
Security assessment
Documented network security requirements (port 1521) and credential separation for Oracle. Enhances security awareness but doesn't address specific vulnerabilities.
Diff
diff --git a/transform/latest/userguide/discovery-tool-setup.md b/transform/latest/userguide/discovery-tool-setup.md index 9f30a4526..b3766cd6b 100644 --- a//transform/latest/userguide/discovery-tool-setup.md +++ b//transform/latest/userguide/discovery-tool-setup.md @@ -62 +62 @@ The following are the prerequisites for using the AWS Transform discovery tool: - hostname_or_ip,credential_name + hostname_or_ip,os_credential_name,oracle_credential_name @@ -83,0 +84,13 @@ The following are the prerequisites for using the AWS Transform discovery tool: +**Oracle Database prerequisites** + + * Network access from the discovery tool to Oracle hosts on port 1521 (or custom port). + + * Supported Oracle versions: You can collect Oracle Database 12c Release 1 (12.1) and later through direct SQL connections. OS-level fallback detection works with all Oracle versions. + + * A read-only Oracle service account with SELECT_CATALOG_ROLE grant. For details, see [Oracle Database (SQL)](./discovery-tool-permissions.html#discovery-tool-permissions-oracle). + + * For OS-level fallback detection: SSH or WinRM access to the Oracle host (uses existing OS credentials). + + + +