Friends,
In shell script we use below command to save processing information.
$ORACLE_HOME/bin/rman "target=/" > ${LOG} <<- EOF
Recent days, it does not work and return message as
./test.sh: line 78: LOG: command not found
./test.sh: line 83: /u01/test/oracle/scripts/crons/logs/testdb_013120141148.log: No such file or directory
find: /u01/test/oracle/scripts/crons/logs: No such file or directory
It seems that rman can not create a log file when we passed log variable value.
Thanks for help