Unsolved
1 Rookie
•
30 Posts
0
333
October 19th, 2020 23:00
Networker Oracle Recovery script has distorted characters
Hello,
When attempting to perform a recovery of an Oracle 19c database through Networker NMC, the generated script produces some unreadable characters in the lines where it's setting newnames for datafiles for recovery. As such those datafiles aren't recovered and it fails. P.S. This is a directed recovery to a different host from the source, and this a CDB database.
RUN {
ALLOCATE AUXILIARY CHANNEL CH1 TYPE 'SBT_TAPE' PARMS 'SBT_PARMS=(NSR_SERVER=nwserver,NSR_CLIENT=srcclient)';
.
.
SET NEWNAME FOR DATAFILE '/data/users01.dbf' TO '/dir_restore/data/users01.dbf';
.
.
SET NEWNAME FOR DATAFILE '���4' TO '/dir_restore/CDBdata/REST';
SET NEWNAME FOR DATAFILE '���4' TO '/dir_restore/CDBdata/REST';
SET NEWNAME FOR DATAFILE '���4' TO '/dir_restore/CDBdata/REST';
SET NEWNAME FOR DATAFILE '���4' TO '/dir_restore/CDBdata/REST';
.
.
DUPLICATE DATABASE MYCDB DBID 12345678 TO REST
.
.
What causes that, and any advice on how it can be fixed.


