Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I am executing the below command I am seeing the below invalid file operation:nonexistent file or path [29434] #2

Open
richardurw opened this issue Apr 7, 2023 · 2 comments

Comments

@richardurw
Copy link

SQL>  exec rman_s3('wit-rds-backup-rman-s3');
BEGIN rman_s3('wit-rds-backup-rman-s3'); END;

 

ERROR at line 1:
ORA-29283: invalid file operation: nonexistent file or path [29434]
ORA-06512: at "SYS.UTL_FILE", line 251
ORA-06512: at "SYS.UTL_FILE", line 1230
ORA-06512: at "DBADMIN.RMAN_S3", line 137
ORA-20199: Error in rdsadmin.rds_file_util.
ORA-06512: at "RDSADMIN.RDS_FILE_UTIL", line 47
ORA-06548: no more rows needed
ORA-06512: at "RDSADMIN.RDS_FILE_UTIL", line 40
ORA-06512: at "RDSADMIN.RDS_FILE_UTIL", line 40
ORA-06512: at "DBADMIN.RMAN_S3", line 31
ORA-06512: at line 1

 

@johndlang
Copy link

I'm also getting this error

@johndlang
Copy link

It was because the bucket was in a different region to the RDS instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants