rman backup to hidden share with 19c
Hello all,
we are using rman to backup on hidden shares with 12.1.0.2.0 very well (\\host.name\backup$).
Environment settings are default, except RETENTION POLICY ... .
############################################################################
connect target /
run
{
allocate channel d1 type disk ;
crosscheck archivelog all;
backup archivelog all format '\\192.168.x.x\backup$\oracle\comp\backup\%T_%I_teag_hostname_arch_%U' delete input;
}
exit;
##########################################################################
With Version 19.7.0.0.0 (same script) we get error ORA-07217. The $-sign is interpreted as variable - a known thing on other circumstances.
For "LOG_ARCHIVE_DEST_2" is it a Bug (30281428). The workaround for this bug doesn't work here. We set 'backup$' as environment variable and as reg-key, but no chance.