I have two servers, one with the target database and the other with the the recovery catalog. When I am making a bacuk up do I backup to the recovery catalog machine, I assume I do but when I try I get the following.
Should I be trying to create this backup on the recovery catalog machine or the database machine? I get the above error when trying to create it on the recovery catalog?
Check to make sure that the user who does this backup has the write privileges on the directory that you have mentioned. To check whether your package is valid, you can query dba_objects.
Yeah they have access through windows explorer but since rman is launched from a msdos window perhaps the machine is looking at its local drives and not the drives on the recovery catalog, and idea on how to make it look their?
I have two machines, one NT server, the other is WinNT. I have Oracle 8.1.7 installed on both of them. On the NT Server I have one oracle database installed (the target database) on the other I have another database installed with the recovery catalog installed. When I try to make a backup with RMAN launched from an MS-DOS window I get the error as above where it says it cant find the drive d:\backup\. this drive is on the recovery catalog machine. If I change the backup dircetory to one on the target database machine the backup runs ok, but surely it should also backup to the recovery catalog machine without any problems?
Bookmarks