Tuesday, 20 March 2012

ORA-15124: ASM file name string contains an invalid alias name

ORA-15124: ASM file name string contains an invalid alias name

Cause: A file name was specified which did not contain a valid ASM alias name. The ASM alias name, if present, follows immediately after the diskgroup name, in place of the ASM file number. It must be preceeded by a slash, start with an alphabetic character, and consist of up to 48 characters which are alphabetic, numeric, or the characters $ , _ , - , or # . A space can separate two parts of an alias name.

Action: Correct the file name specification.

ORA-15123: ASM file name string contains an invalid incarnation number

ORA-15123: ASM file name string contains an invalid incarnation number

Cause: A numeric file name was specified which did not contain a valid ASM incarnation number. The ASM incarnation number follows immediately after the ASM file number. It must be preceeded by a . character, and contain only numeric characters.

Action: Correct the file name specification.

ORA-15122: ASM file name string contains an invalid file number

ORA-15122: ASM file name string contains an invalid file number

Cause: 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.

Action: Correct the file name specification.

ORA-15121: ASM file name string contains an invalid diskgroup name

ORA-15121: ASM file name string contains an invalid diskgroup name

Cause: A file name was specified that did not contain a valid diskgroup name. The diskgroup name follows immediately after the ASM prefix character. It must start with an alphabetic character, and consist of up to 30 characters which are alphabetic, numeric, or the characters $ and _ .

Action: Correct the file name specification.

ORA-15120: ASM file name string does not begin with the ASM prefix character

ORA-15120: ASM file name string does not begin with the ASM prefix character

Cause: A file name was specified to ASM which did not begin with the ASM prefix character (currently + ). ASM uses the prefix to determine that a file specification is in fact an ASM file.

Action: Correct the file name specification.

ORA-15117: command only operates on one diskgroup

ORA-15117: command only operates on one diskgroup

Cause: An ALTER DISKGROUP, CREATE DISKGROUP, or DROP DISKGROUP command specified a list of diskgroups or the keyword ALL in a context where only a single diskgroup was permitted.

Action: Issue separate ALTER DISKGROUP, CREATE DISKGROUP, or DROP DISKGROUP commands to accomplish the desired action.

ORA-15116: invalid combination of ALTER DISKGROUP options

ORA-15116: invalid combination of ALTER DISKGROUP options

Cause: The ALTER DISKGROUP options may not be combined in this manner.

Action: Issue separate ALTER DISKGROUP commands to accomplish the desired action.