Hello guys,
Trying to backup and restore with RMAN + brtools. So changed my initNWW.sap file as:
backup_mode = full
restore_mode = full
backup_type = online
backup_dev_type = disk
backup_root_dir = C:\backup
stage_root_dir = C:\oracle\NWW\sapbackup
compress_dir = C:\oracle\NWW\sapreorg
archive_function = save_delete
archive_copy_dir = C:\backup
archive_stage_dir = C:\backup
disk_copy_cmd = rman_set
rman_compress = yes
exec_parallel = 16
Online database & archive log backup ran successfully thru DB13.
So tried to restore. Control file and data files where uncompressed and restored automatically by brtools, but archive logs didn't. I have files like NWWARCH1_1_852473867.DBF.S, that I cannot decompress.
Brtools indicates that it couldn't find NWWARCH1_1_852473867.DBF (without .S)
What am I supposed to do?
Thnx in advance!