Re: restore rman backup from windows to linux
Posted by Arsalan on Feb 03, 2022; 5:45am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/restore-rman-backup-from-windows-to-linux-tp10600p10612.html
Sir, the problem was in compress was enable in rman configuration.
after run below command it wok.
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET;
Thanks for support.