1833823 Members
2355 Online
110063 Solutions
New Discussion

Re: cipo errors :26

 
sassou
Frequent Advisor

cipo errors :26

Halo,
Trying to recover en environnement with cpio
I found this problem: erro no 26

uncompress < ${RESTORIG} | cpio -icvdumB >> resttract.log


cannot unlink current (errno:26)
Cannot create (errno:26)
cannot unlink current (errno:26)
Cannot create (errno:26)
cannot unlink current (errno:26)
Cannot create (errno:26)
cannot unlink current (errno:26)
Cannot create (errno:26)
cannot unlink current (errno:26)
Cannot create (errno:26)
Thank you for your help
KSF
2 REPLIES 2
RAC_1
Honored Contributor

Re: cipo errors :26

#define ETXTBSY 26 /* Text file busy

Check if files are already there and are in use or not.

Anil
There is no substitute to HARDWORK
Bill Hassell
Honored Contributor

Re: cipo errors :26

These are shared libraries that are in use by Oracle. If you were to replace them, Oracle would crash very badly. errno 26 refers to executables (programs) and libraries (.sl files) that are in use. You must shutdown Oracle before you try to restore these types of files.


Bill Hassell, sysadmin