Which Folders/Files To Copy To New Server From Consistent Backup for RMAN Recovery/Duplication
Database: Oracle 19c Enterprise Edition
Version: 19.18.0.0
Operating System: Windows 11
Hello,
RMAN beginner here, I want to use RMAN to do a database copy from one server to another.
Should I copy the following folders:
[ORACLE_HOME]\database
[ORACLE_HOME]\dbs
[ORACLE_HOME]\fast_recovery_area\[Database Name]
and then use RESTORE DATABASE on the new server to copy?
Thanks!