Creating a Directory to the Redo and Archive Logs on RDS

Introduction

Accessing transaction logs on AWS RDS is supported for Oracle version 11.2 onwards.

You might want to access your online and archived redo log files for mining with tools like GoldenGate. Before you can mine them you must a create a directory.


Create a Directory to the REDO and Archhive Logs

--
-- Create a Directory to the Redo and Archive Logs
--
 
exec rdsadmin.rdsadmin_master_util.create_archivelog_dir;
exec rdsadmin.rdsadmin_master_util.create_onlinelog_dir;

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License