Home » RDBMS Server » Backup & Recovery » Error during remote backup using rman, Please help
Error during remote backup using rman, Please help [message #158786] Tue, 14 February 2006 07:08 Go to next message
ravisaxena03
Messages: 1
Registered: February 2006
Location: PUNE
Junior Member
Please help......
I am trying to take backup of database 'Spider' which is located on server with IP 192.168.0.57 using RMAN. I am connecting to the server from client with IP 192.168.0.12. I have made database entry (spider) and host entry (sspl-20) in tnsnames.ora. I am able to connect to database from client using RMAN. I am able to take backup on server but I AM NOT able to take the backup on the client through which I am connected.

I have configured :

CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '\\192.168.0.12\C$\SPIDER_BACKUP';

I am getting an access denied error. I have copy-pasted the error below. Anyone please help me with this....

C:\>RMAN TARGET SYS/SYS@SPIDER

RMAN> SHOW ALL;

RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '\\192.168.0.12\C$\SPIDER_BACKUP';
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'E:\ORACLE\ORA92\DATABASE\SNCFSPIDER.ORA'; # default

RMAN> BACKUP DATAFILE 3;

Starting backup at 14-FEB-06
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=18 devtype=DISK
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00003 name=E:\ORACLE\ORADATA\SPIDER\DRSYS01.DBF
channel ORA_DISK_1: starting piece 1 at 14-FEB-06
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 02/14/2006 13:55:23
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-12004: unhandled exception during command execution on channel ORA_DISK_1
RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "\\192.168.0.12\C$\SPIDER_BACKUP"
ORA-27040: skgfrcre: create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE

Re: Error during remote backup using rman, Please help [message #158789 is a reply to message #158786] Tue, 14 February 2006 07:16 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
You server is not seeing this backupset destination.
>> RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "\\192.168.0.12\C$\SPIDER_BACKUP"
This nfs share or shared disk should be seen from the server.
Previous Topic: table truncation
Next Topic: how to recover drop table using flashback query
Goto Forum:
  


Current Time: Thu Apr 18 14:40:28 CDT 2024