AWS AmazonRDS documentation change
Summary
Simplified description of the 'p_tag' parameter for Oracle AWR reports, removing version compatibility details and default tag examples.
Security assessment
The change only clarifies parameter usage without any security context, references to vulnerabilities, or security best practices. Removed content was purely descriptive.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.AWR.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.AWR.md index be1010392..c338fc57b 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.AWR.md +++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.AWR.md @@ -54,6 +54 @@ Parameter | Data type | Default | Required | Description -`p_tag` | `VARCHAR2` | — | No | A string that can be used to distinguish between backups to indicate the purpose or usage of backups, such as `incremental` or `daily`. You can specify up to 30 characters. Valid characters are `a-z`, `A-Z`, `0-9`, an underscore (`_`), a dash (`-`), and a period (`.`). The tag is not case-sensitive. RMAN always stores tags in uppercase, regardless of the case used when entering them. Tags don't need to be unique, so multiple backups can have the same tag. If you don't specify a tag, RMAN assigns a default tag automatically using the format `TAG`YYYYMMDDTHHMMSS``, where `YYYY` is the year, `MM` is the month, `DD` is the day, `HH` is the hour (in 24-hour format), `MM` is the minutes, and `SS` is the seconds. The date and time indicate when RMAN started the backup. For example, a backup with the default tag`TAG20190927T214517` indicates a backup that started on 2019-09-27 at 21:45:17. The `p_tag` parameter is supported for the following RDS for Oracle DB engine versions: - - * Oracle Database 21c (21.0.0) - * Oracle Database 19c (19.0.0), using 19.0.0.0.ru-2021-10.rur-2021-10.r1 and higher - - +`p_tag` | `VARCHAR2` | — | No | A tag to identify the report output file. You can specify up to 30 characters. Valid characters are `a-z`, `A-Z`, `0-9`, underscore (`_`), dash (`-`), and period (`.`).