ORA-15046
ORA-15046
APPLIES TO
SYMPTOMS
ASMCMD> cp +RECO/coco/onlinelog/group_1.404.1160991039 +reco/cocoprim/onlinelog/ |
CAUSE
The above cp command failed due to the ASM file name was not in a form that can be used to create an single file, here the file name should not contain the file number/incarnation.
SOLUTION
To overcome this issue, remove the number/incarnation from the file and copy as shown below:
ASMCMD> cp +RECO/coco/onlinelog/group_1.404.1160991039 +reco/cocoprim/onlinelog/group_stby_01 |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.