Database Backup and Recovery (MOSC)

MOSC Banner

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center