Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

cross-platform PDB migration with RMAN backupsets

Tim BolesMar 19 2018 — edited Mar 20 2018

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

This post has been answered by Tim Boles on Mar 20 2018
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 23 2023
Added on Mar 19 2018
2 comments
317 views