RMAN Backup to a Mapped Drive [message #51779] |
Thu, 13 June 2002 02:01 |
Robert McIlraith
Messages: 2 Registered: June 2002
|
Junior Member |
|
|
When I try to backup my database using RMAN version 9.0
it fails with a file creation error.
This only occurs if I try to back up files to a mapped drive on another NT machine.
The permissions are fine and I have tried using the UNC name for the location of the file.
I have included the error message returned:
RMAN-00579: the following error occurred at 06/13/2002 09:33:50
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-12004: unhandled exception during command execution on channel c1
RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "E:MYTEST9df_MYTEST9_8_1.bus"
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
Does any one know why this happens?
|
|
|
Re: RMAN Backup to a Mapped Drive [message #51819 is a reply to message #51779] |
Fri, 14 June 2002 13:46 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
i beleive,
your OracleService<SID> and OracleTNSListener services are not configured
to use the same account as the shared drive.
On the TARGET machine, BOTH the OracleTNSListener Service and the
OracleService<SID> services must be configured to start using the
Administrator/test account. Oracle uses the Local System account by default.
Change the "Log on as" user from the "Local System Account" to "This Account".
Specify the service to log on as the Administrator user.
|
|
|