Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Problem with RMAN on Windows 2000
Can't you just give rman permissions on the server in question? RBG
> Hi there!
>
> I have a RMAN problem with permissions on Win2k. I am in the current
> configuration: I am running RMAN on my workstation (WS). The recovery
> catalog is on one database server (PEPE) and the target database is on
> another database server (TAZ).
>
> When I back up the target database and write the file to one of the local
> disks on the server, it works fine. But when I try to have the files
backed
> up to our file server I get the following message:
>
> RMAN-03022: compiling command: allocate
> RMAN-03023: executing command: allocate
> RMAN-08030: allocated channel: c1
> RMAN-08500: channel c1: sid=34 devtype=DISK
> RMAN-03022: compiling command: copy
> RMAN-03023: executing command: copy
> RMAN-00571: ===========================================================
> RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
> RMAN-00571: ===========================================================
> RMAN-03007: retryable error occurred during execution of command: copy
> RMAN-07004: unhandled exception during command execution on channel c1
> RMAN-10035: exception raised in RPC: ORA-19504: failed to create file
> "\\FILE\ORADATA\TAZ\RMAN\XXX.DBF"
> ORA-27040: skgfrcre: create error, unable to create file
> OSD-04002: unable to open file
> O/S-Error: (OS 5) Access is denied.
> ORA-19600: input file is datafile 5 (F:\ORACLE\ORADATA\TAZ\TOOLS01.DBF)
> ORA-19601: output file is datafile-copy 0
(\\FILE\ORADATA\TAZ\RMAN\XXX.DBF)
> RMAN-10031: ORA-19624 occurred during call to
> DBMS_BACKUP_RESTORE.COPYDATAFILE
>
> So the RMAN process has no rights to write to the file server (\\file).
What
> do I need to do to change the right with which the backups are written?
> Or is the only way to store the backups locally first and then have a job
> run to move them to the file server?
>
> Any ideas?
>
> This is 8.1.6 on Win2k.
>
>
> Thanks,
> Helmut
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Helmut Daiminger
> INET: hdaiminger_at_vivonet.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Mon Nov 27 2000 - 09:30:30 CST