AWS AmazonRDS documentation change
Summary
Updated Oracle documentation links to version 19 and fixed a link formatting issue.
Security assessment
The changes only update URLs and fix a whitespace issue in documentation links. No security implications are present as these are routine documentation maintenance tasks.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.External_Tables.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.External_Tables.md index 0d8a1e432..e4f9b439a 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.External_Tables.md +++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.External_Tables.md @@ -9 +9 @@ - _Oracle external tables_ are tables with data that is not in the database. Instead, the data is in external files that the database can access. By using external tables, you can access data without loading it into the database. For more information about external tables, see [Managing external tables](http://docs.oracle.com/database/121/ADMIN/tables.htm#ADMIN01507) in the Oracle documentation. + _Oracle external tables_ are tables with data that is not in the database. Instead, the data is in external files that the database can access. By using external tables, you can access data without loading it into the database. For more information about external tables, see [Managing external tables](https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-tables.html) in the Oracle documentation. @@ -17 +17 @@ Directory objects point to the main data storage space (Amazon EBS volume) used -You can move an external data file from one Oracle database to another by using the [ DBMS_FILE_TRANSFER](https://docs.oracle.com/database/121/ARPLS/d_ftran.htm#ARPLS095) package or the [UTL_FILE](https://docs.oracle.com/database/121/ARPLS/u_file.htm#ARPLS069) package. The external data file is moved from a directory on the source database to the specified directory on the destination database. For information about using `DBMS_FILE_TRANSFER`, see [Importing using Oracle Data Pump](./Oracle.Procedural.Importing.DataPump.html). +You can move an external data file from one Oracle database to another by using the [ DBMS_FILE_TRANSFER](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_FILE_TRANSFER.html) package or the [UTL_FILE](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/UTL_FILE.html) package. The external data file is moved from a directory on the source database to the specified directory on the destination database. For information about using `DBMS_FILE_TRANSFER`, see [Importing using Oracle Data Pump](./Oracle.Procedural.Importing.DataPump.html).