- Newest
- Most votes
- Most comments
I had the exact same issue. Through testing, I determined that this error is now thrown from RDSADMIN.RDS_FILE_UTIL.LISTDIR when you create an Oracle RDS instance and do not enable automated backups. It appears some necessary directories on the filesystem are not created if this option is not enabled, which causes the errors you are seeing. As a workaround, you can modify your instance and set automated backup retention to 1 day. Apply the changes immediately. When they are applied calls to RDSADMIN.RDS_FILE_UTIL.LISTDIR will now work. You can then modify the instance again and set backup retention to 0 days and the calls will continue to work. I agree that this is new behavior that I have not seen before, even when not enabling automated backups. Seems like a bug.
Relevant content
- asked a year ago
- asked 2 years ago
- Accepted Answerasked 9 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
Thank you, its working for me.