AWS AmazonRDS documentation change
Summary
Added a verification query for force logging mode and a parameter precedence note for the 'add_log' procedure.
Security assessment
The added SQL query helps verify logging status, and the parameter note clarifies usage. Neither change relates to security vulnerabilities, access controls, or security features.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md index e4d84b531..976f11592 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md +++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.Log.md @@ -52,0 +53,5 @@ The following example puts the database in force logging mode. +To verify that force logging is enabled, run the following query: + + + SELECT FORCE_LOGGING FROM V$DATABASE; + @@ -123,0 +129,4 @@ Parameter name | Data type | Default | Required | Description +###### Note + +You must specify either `bytes` or `p_size`. If you specify both, the procedure uses `p_size`. +