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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN backup to remote dir. - how ?

Re: RMAN backup to remote dir. - how ?

From: Philip Douglass <philipd_at_sirs.com>
Date: Wed, 11 Sep 2002 11:33:30 -0400
Message-Id: <22541.293559@fatcity.com>


Well since you haven't gotten a reply from anyone else yet, I'll take a crack at it, but I don't use Oracle on Windows so I may be totally off base.

I'm assuming that your f drive is a mapped drive to your catalog db server. I don't recall the details, but I believe that just because you have mapped a share that you can see, doesn't mean that Oracle can see the same mapped share. I think Oracle has fewer privileges than necessary to see the mapped drive. I don't recall the solution, but I'm pretty sure it was covered on MetaClunk.

Guys,

I have a target DB and a recovery catalog DB. both r on two diff. machines in two diff. network ; both on oracle 8.1.6/win2k.

i have created the recovery catalog and registered the target database. i want to backup a datafile DF1 in the target database. when i say,

RMAN > run {
allocate channel c1 type disk;
copy datadile DF1 to 'f:\backup';
}

f:\backup -- this is a directory on the recovery DB machine. I get the error below.

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 "F:\DF1.D
AT.BAK"
ORA-27040: skgfrcre: create error, unable to create file
OSD-04002: "¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢
O/S-Error: (OS 3) "¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢"¢
ORA-19600: input file is datafile 9 (D:\ORACLE\DF1.DAT)
ORA-19601: output file is datafile-copy 0 (F:\DF1.DAT.BAK)
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.COPYDATAFILE backup to local directory on target DB is okay. but can i backup to a remote machine on which my reco. DB resides ? if so , how do i do it ?

kindly explaine me.
TIA.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: oraora oraora
  INET: oraoraora_at_rediffmail.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 Wed Sep 11 2002 - 10:33:30 CDT

Original text of this message

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