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개 답변
1
수락된 답변

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
전문가
답변함 10달 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠