Database Backup and Recovery (MOSC)

MOSC Banner

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';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center