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 Antwort
1
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 10 Monaten
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen