I am hoping someone can see a different way to handle this issue. Perhaps I need to tweak the syntax or something.
I have been following the instructions in Database Backup and Recovery User's Guide 12.2
28.12.3 Performing Cross-Platform Transport of a Closed PDB
I am going from a Linux Platform to a Windows Platform but following the instructions I get a failure at the end where the plugging in of files occurs. The fact is that it does not like the temp file. The database restore does not restore the temp file and when it goes to plug it in of course it is missing so I am getting an error.
RMAN-00600: internal error, arguments [5304] [/u02/oradata/CDB2/movetest/temp01.dbf] [] [] []
The restore syntax I am using is
restore USING 'c:\12_2_VM\temp\bkup\metadata_movetest.xml'
FOREIGN PLUGGABLE DATABASE movetest TO NEW
FROM BACKUPSET 'c:\12_2_VM\temp\bkup\transport_movetest.bck';
Anyone see anything obvious (or not so obvious) that I am missing let me know.
Thanks
Tim