Restore RMAN backup from OS HP-UX 11.31 to Windows 2019
Hi,
Is there a possibility to restore the RMAN backup from HP-UX to Windows 2019 with the below more details.
OS Details:
HP-UX B.11.31 Machine: ia64
Database Details:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.11.0.0.0
2 Node Cluster Database
Backup Process Details:
- Shutdown the database from first node (srvctl stop database -d dbname)
- Connected to first node and executed the backup script in mount stage for cold backup
rman target / nocatalog <<EOF
backup as compressed backupset full database format $BACKUP_DIR/Full_Compress_DB_%U.rman';
backup as compressed backupset archivelog all format '$BACKUP_DIR/Full_Compress_Arc_%U.rman';