Dear fellows,
OS= Redhat Linux 3 AS
I am making an script from oracle user which backups all users and create dumps hard disk.
Now from same script I want copy those files on tape drive by following command:
tar -cvf /dev/st0 /oracle…………..
permission denied message appears /dev/st0
Plz help me to resolve this issue.