How do you stop compressed RMAN backups running on an ODA 19.9. odacli create-backup
I want to run RMAN from running non compressed backups The backup command I am running to generate the backup is:
"odacli create-backup -bt Longterm -in FPCH1 -k 30 -t TEST"
DB Versions 19.9 and 11G
ODA RMAN Log file extract.
set echo on;
set command id to "1d7731e6-a4ec-4a79-ae44-25dffe98";
report schema;
show all;
list incarnation of database;
set echo on;
backup device type disk as compressed backupset format '/xxxx//db/DB_6MTH_LV0_XXX_14-01-21__%d_%I_%U_%T_%t' database tag 'DB_6MTH_LV0_XXXX1_14-01-21' keep until time 'sysdate+183' restore point 'DB_6MTH_LV0_XXXX_14-01-21';