Hello all!
Maybe you can help me, so that I do not
I want to copy the password file ( from instance, not asm) from one maschine to another.
Ok, I extraced it with pwcopy, copied it on the other maschine.
in the destination I see:
ASMCMD> ls -tl
Type Redund Striped Time Sys Name
Y TEMPFILE/
Y PASSWORD/
Y PARAMETERFILE/
Y ONLINELOG/
Y FLASHBACK/
Y FD25A308C2B48935E0436819280A0308/
Y FCD1BC511401AECCE0436E19280AE97D/
Y DATAFILE/
Y CONTROLFILE/
Y AUTOBACKUP/
Y ARCHIVELOG/
PARAMETERFILE UNPROT COARSE JUL 09 09:00:00 N spfilebsrg60.ora => +DATA/BSRG60/PARAMETERFILE/spfile.277.851166361
PASSWORD UNPROT COARSE JUN 27 14:00:00 N orapwbsrg60 => +DATA/BSRG60/PASSWORD/pwdbsrg60.257.851352535
So I can copy the extracted orapw file to the location in asm.
My questions:
- When using cp or pwcopy?
- when I copy the file into asm, the file do not have an extension, it is there as orapwbsrg60 without an numeric extension. I can not create
(after rmalias) the alis new:
ASMCMD> mkalias +DATA/BSRG60/PASSWORD/pwdbsrg60 orapwbsrg60
ORA-15032: not all alterations performed
ORA-15046: ASM file name '+DATA/BSRG60/PASSWORD/pwdbsrg60' is not in single-file creation form (DBD ERROR: OCIStmtExecute)
How can I generate automaticly the extension when I copy the file into asm ??
Thanks for your help