How to fix the Oracle error RMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY?
In this post, you’ll learn more about the Oracle ErrorRMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY
Reason for the Error RMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY
The DB_FILE_NAME_CONVERT option was specified without AS COPY. This is not permitted for backup set backups where multiple files are combined into a set.
How to fix the Error RMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY ?
You can fix this error in Oracle by following the below steps
Remove the DB_FILE_NAME_CONVERT option and re-run the BACKUP command.
Leave Your Comment