Unsolved
This post is more than 5 years old
1 Rookie
•
8 Posts
0
791
December 7th, 2005 02:00
Oracle 8.1.7 Backup
Hi There,
Wanna find out which specific files & associated rights need to be questioned if such an error like 'could not open cmd file' occurs during the backup of an oracle database when invoked from the server side... The script runs just fine but the above mentioned error comes up when the savegrp runs... Thx in advance...
Wanna find out which specific files & associated rights need to be questioned if such an error like 'could not open cmd file' occurs during the backup of an oracle database when invoked from the server side... The script runs just fine but the above mentioned error comes up when the savegrp runs... Thx in advance...


ble1
4 Operator
•
14.4K Posts
0
December 7th, 2005 02:00
- rman script
- nsrnmo
- temp location on the Oracle box
nsrnmo will be executed as root if I remember correctly, while rman wille execute RMAN script as oracle user. Could not open can be due to:
- invalid path
- wrong permissions
So, I would start from checking the paths first. That make sure that rman script can be read by oracle user. For test run chmod +xr /path/to/rman/script. Also you can do +rx for nsrnmo. For tmp area for test do 777 (you can add sticky bit if you wish, but I think that is the default these days which is set by OS). If that will help that correct permissions one by one and you will soon trace where your problem was.
ble1
4 Operator
•
14.4K Posts
0
December 7th, 2005 02:00
tpoyraz
1 Rookie
•
8 Posts
0
December 7th, 2005 02:00
tpoyraz
1 Rookie
•
8 Posts
0
December 14th, 2005 01:00
tpoyraz
1 Rookie
•
8 Posts
0
December 14th, 2005 02:00