Forum Discussion

Rami_Nasser1's avatar
13 years ago

error when restoring some files

Kindly find the bellow error while trying to restore some files (we tried this about 3 times from backup taken from the same server and from another server) so please help ASAP:   6/10/2012 8:37:...
  • Mark_Solutions's avatar
    13 years ago

    Your job details show the following two lines:

    6/10/2012 8:37:32 PM - connected; connect time: 00:00:03
     

    6/10/2012 8:46:24 PM - Error bptm(pid=8960) cannot write data to socket, 10053

    This indicates that it can connect to the client but cannot write data to the specified location - the 10053 network error is just spurious so ignore it - this is a data write issue.

    It will be caused by one of 2 things:

    1. rights to place files in that location

    2. Inability to overwrite the files - as Praveen says they may be live and located database files - so either restore them to an alternate location or, as long as you are totally sure about what you are doing, take down Oracle first to release the lock and restore them - but be very careful - this sounds like a Production database!

    Hope this helps