Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Problem with RMAN on Windows 2000

Problem with RMAN on Windows 2000

From: Helmut Daiminger <hdaiminger_at_vivonet.com>
Date: Fri, 24 Nov 2000 15:17:27 -0800
Message-Id: <10690.122872@fatcity.com>


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. Received on Fri Nov 24 2000 - 17:17:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US