AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2026-05-28 · Documentation low

File: AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.TablespacesAndDatafiles.md

Summary

Updated storage volume path from '/rdsdbdata/db2' to '/rdsdbdata2/db' and added SQL query example to verify default tablespace setting.

Security assessment

The change corrects a storage path reference and adds administrative verification steps. No security vulnerabilities or security features are addressed.

Diff

diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.TablespacesAndDatafiles.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.TablespacesAndDatafiles.md
index 3dfaf644d..4588ff4ee 100644
--- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.TablespacesAndDatafiles.md
+++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.TablespacesAndDatafiles.md
@@ -126 +126 @@ In the following example, you create a tablespace on the additional volume `/rds
-To create a smallfile tablespace and spread its data files across different storage volumes, add data files to the tablespace after you create it. In the following example, you create a tablespace with the data files in the default location of `/rdsdbdata/db`. Then you set the default destination to `/rdsdbdata/db2`. When you add a data file to your newly created tablespace, the database stores the file in `/rdsdbdata/db2`.
+To create a smallfile tablespace and spread its data files across different storage volumes, add data files to the tablespace after you create it. In the following example, you create a tablespace with the data files in the default location of `/rdsdbdata/db`. Then you set the default destination to `/rdsdbdata2/db`. When you add a data file to your newly created tablespace, the database stores the file in `/rdsdbdata2/db`.
@@ -172,0 +173,5 @@ The following example sets the default tablespace to `users2`:
+To verify the default tablespace setting, run the following query:
+    
+    
+    SELECT PROPERTY_VALUE FROM DATABASE_PROPERTIES WHERE PROPERTY_NAME = 'DEFAULT_PERMANENT_TABLESPACE';
+