Can I read Log file in RDS

0

Hi

I have exported an Oracle 19c database running on AWS RDS instance using DBMS_DATAPUMP and generated a dump and a log file on on the predefined oracle data pump directory.

Is there any way for me to read the LOG file generated on RDS server without downloading the file to an S3 bucket or not? Is there a way to download the LOG and DUMP file directly from RDS server to my laptop or we have to use an S3 bucket?

Thanks

1 Answer
1
Accepted Answer

Hi,

If you do not want to use S3 in the RDS export/import process, then you could use EFS integration with RDS to get your files created directly on EFS rather than the RDS server. See: https://aws.amazon.com/blogs/database/integrate-amazon-rds-for-oracle-with-amazon-efs/ - Hope this helps.

If you already have the dump and log files in RDS, on the other hand, and if they are what you want to access, then you got to use S3 as the in-between staging area.

Regards, Govardhanan.

profile pictureAWS
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions