AWS AmazonRDS documentation change
Summary
Updated Oracle documentation links to version 19 and corrected parameter value formatting.
Security assessment
The changes involve URL updates and adding quotes to a parameter value ('PROCEDURAL'). While logging relates to security auditing, these specific changes don't address vulnerabilities or add security documentation.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md index a9c4869b2..175984605 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md +++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md @@ -40 +40 @@ For more information, see [Amazon RDS for Oracle database log files](./USER_LogA -In force logging mode, Oracle logs all changes to the database except changes in temporary tablespaces and temporary segments (`NOLOGGING` clauses are ignored). For more information, see [Specifying FORCE LOGGING mode](https://docs.oracle.com/cd/E11882_01/server.112/e25494/create.htm#ADMIN11096) in the Oracle documentation. +In force logging mode, Oracle logs all changes to the database except changes in temporary tablespaces and temporary segments (`NOLOGGING` clauses are ignored). For more information, see [Specifying FORCE LOGGING mode](https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-the-redo-log.html) in the Oracle documentation. @@ -55 +55 @@ The following example puts the database in force logging mode. -If you enable supplemental logging, LogMiner has the necessary information to support chained rows and clustered tables. For more information, see [Supplemental logging](https://docs.oracle.com/cd/E11882_01/server.112/e22490/logminer.htm#SUTIL1582) in the Oracle documentation. +If you enable supplemental logging, LogMiner has the necessary information to support chained rows and clustered tables. For more information, see [Supplemental logging](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/oracle-logminer-utility.html) in the Oracle documentation. @@ -64 +64 @@ Parameter name | Data type | Default | Required | Description -`p_type` | varchar2 | null | No | The type of supplemental logging. Valid values are `'ALL'`, `'FOREIGN KEY'`, `'PRIMARY KEY'`, `'UNIQUE'`, or `PROCEDURAL`. +`p_type` | varchar2 | null | No | The type of supplemental logging. Valid values are `'ALL'`, `'FOREIGN KEY'`, `'PRIMARY KEY'`, `'UNIQUE'`, or `'PROCEDURAL'`.