This article explains the workaround and solution for oracle error ORA-65250 when exporting PDB from primary to standby.
Problem Details
Problem Statement
Dbvisit send log fails when exporting PDB from primary to standby. This error occurs when taking rman backup of PDB created using the 'CREATE_FILE_DEST' clause in oracle versions below 20.1.
Applicable Error Code
ORA-65250: invalid path specified for file - /usr/dbvisit/standby/backup/DEV/DEV_GREEN_DBF_20_1800dabe_1_1.RMAN
Affected Versions
Standby v10
Affected Platforms
All
Solution :
1. Please apply the fix referenced as per Oracle support
Bug 30419450 - ORA-65250 reports when taking backup of PDB (created with 'create_file_dest' clause) to destination other than location "db_create_file_dest" (Doc ID 30419450.8)
2. Run send log to export PDB
./dbvctl -d <DDC>
Comments