Can you designate a tag for the output for a "CONFIGURE CONTROLFILE AUTOBACKUP" statement?
We have the following designation for where to place the output for the controlfile autobackup. Is it possible to assign a TAG to it?
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '${FLASH_RECOVERY_AREA}/`echo ${ORACLE_SID} | tr "[:lower:]" "[:upper:]"`/autobackup/ctrlspfile%F' TAG 'hjm_test';
0