Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman can not able generate log file in linux shell script

592815Jan 31 2014 — edited Feb 3 2014

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 3 2014
Added on Jan 31 2014
1 comment
1,199 views