DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: RMAN back to remote disk storage on LAN ISSUE.

  1. #1
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Gents,
    OS NT4, 816,rman 816.
    I tired to do this...
    Code:
    RMAN> run{
    2> allocate channel c1 type disk;
    3> copy datafile 9 to  '\\tng\wagred8\test\df1.bak';
    4> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: c1
    RMAN-08500: channel c1: sid=14 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 "\\TNG\WAGRED8\T
    DF1.BAK"
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Toegang is geweigerd.
    ORA-19600: input file is datafile 9 (D:\ORANT\ORADATA\NICK\T11.ORA)
    ORA-19601: output file is datafile-copy 0 (\\TNG\WAGRED8\TEST\DF1.BAK)
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.COPYDATAFILE
    It is apparently the I/O error. But does it also have to do with the permissions.(I do have the log in as batch mode o/s priv).

    Any body have experience and eventual remedy for that?

    Tarry
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Did you try mounting that filesystem and assigning it a drive letter?
    Jeff Hunter

  3. #3
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Jeff,
    I've created a mapped drive and as you said mounted it but hte same error.
    Code:
    C:\>rman target sys/man@nick catalog rman/rman@rman
    
    Recovery Manager: Release 8.1.6.0.0 - Production
    
    RMAN-06005: connected to target database: NICK (DBID=2407966849)
    RMAN-06008: connected to recovery catalog database
    
    RMAN> run{
    2> allocate channel c1 type disk;
    3> copy datafile 1 to 'F:\Tarry\rman\copies\df01.bak';
    4> }
    
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: c1
    RMAN-08500: channel c1: sid=15 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 "F:\TARRY\RMAN\COPIE
    S\DF01.BAK"
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Toegang is geweigerd.
    ORA-19600: input file is datafile 1 (D:\ORANT\ORADATA\NICK\SYSTEM01.DBF)
    ORA-19601: output file is datafile-copy 0 (F:\TARRY\RMAN\COPIES\DF01.BAK)
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.COPYDATAFILE
    The bold error says access denied.

    What gives?

    Tarry


    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

  4. #4
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587

    Anyone else has any ideas????????????

    Anyone else has any ideas????????????

    Tarry
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width