How to fix the Oracle error ORA-15122: ASM file name ‘string’ contains an invalid file number?
In this post, you’ll learn more about the Oracle ErrorORA-15122: ASM file name ‘string’ contains an invalid file number with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-15122: ASM file name ‘string’ contains an invalid file number
Reason for the Error ORA-15122: ASM file name ‘string’ contains an invalid file number
A numeric file name was specified which did not contain a valid ASM file number. The ASM file number follows immediately after the diskgroup name. It must be preceeded by a ‘.’ character, and contain only numeric characters.
How to fix the Error ORA-15122: ASM file name ‘string’ contains an invalid file number ?
You can fix this error in Oracle by following the below steps
Correct the file name specification.
Leave Your Comment