RMAN restore with Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sunilwarrier

    RMAN restore with Windows


    I found a few documents on this topic, but didn't resolve my issue.

    I am trying to restore an RMAN backup to a different host

    (with a differnet instance name) from where the backup was taken. And
    while running it gives the following error:

    ORA-19505: failed to identify file "g:\......fullb ack.546.1"

    ORA-27041: unable to open file

    ORA-04002 unable to open file

    O/S-Error : (OS 3) the system cannot find the path specified



    Here g: drive is a shared drive and all the m/c have access to
    this drive.



    Also I found a few documents which talked about starting the instances
    under Administrator user, but did quite understand it.

    If any of you had come across this problem and had a solution to this,
    could you please share it with me.

    thanks,

    sunil.


    --
    Posted via http://dbforums.com
  • Billy Verreynne

    #2
    Re: RMAN restore with Windows

    sunilwarrier <member38968@db forums.com> wrote:
    [color=blue]
    > (with a differnet instance name) from where the backup was taken. And
    > while running it gives the following error:
    >
    > ORA-19505: failed to identify file "g:\......fullb ack.546.1"
    >
    > ORA-27041: unable to open file
    >
    > ORA-04002 unable to open file
    >
    > O/S-Error : (OS 3) the system cannot find the path specified
    >
    > Here g: drive is a shared drive and all the m/c have access to
    > this drive.[/color]

    This is not what the Oracle error message says. It *specifically* say
    that when it requested access to that file on the G:\ drive, the
    Microsoft Windows Operating system said, quote "the system cannot find
    the path specified" unquote.

    *That* _is_ the error. Period.
    [color=blue]
    > If any of you had come across this problem and had a solution to this,
    > could you please share it with me.[/color]

    Try UNC instead. This is many times more sensible than to rely on
    someone/something to perform the right drive mapping on whatever
    server. As you have experienced first hand with this error.

    --
    Billy

    Comment

    • uwalcher

      #3
      Re: RMAN restore with Windows


      Hi,



      the solution for your problem is :



      on both server you must the account from the Windows-Service
      (oraclehomeserv ice<Inst.> and oracletnslisten er change to the same
      admistrator account. Restart the services an then it's work.


      --
      Posted via http://dbforums.com

      Comment

      • serranoi
        New Member
        • Jun 2006
        • 1

        #4
        Hi, Did you ever get this resolved? I am trying to do the exact same thing you are. I followed the instructions on Note 145843.1 on Oracle Metalink and it did not help. I really need to resolve this. Thanks.

        Comment

        Working...