Forum Discussion

A_3's avatar
A_3
Level 4
9 years ago

cannot make required directory in linux and getting RMAN backup failed

cannot make required directory in linux and getting RMAN backup failed
  • Marianne's avatar
    9 years ago

    Logs folders need to have 777 permissions.
    Folders must be writable by oracle user running the backup.

    Please also check permissions on the script and the folder where the script was created:
    /usr/openv/local/oracle/test_db.sh

    If rman needs to produce '.out' file in /usr/openv/local/oracle folder, the oracle user needs to have write permission in this folder.

    Please show us the script? (test_db.sh)