oracle error- ORA-00912: input parameter too long

Oracle error
oracle, oracle error, oracle blog
ORA-00912: input parameter too long


Cause: one of your input strings was too long
Action: shorten the input parameter length

See more oracle error here.

oracle error- ORA-00911: invalid character

Oracle error
oracle, oracle error, oracle blog


ORA-00911: invalid character
Cause: identifiers may not start with any ASCII character other than letters and numbers. $#_ are also allowed after the first character. Identifiers enclosed by doublequotes may contain any character other than a doublequote. Alternative quotes (q'#...#') cannot use spaces, tabs, or carriage returns as delimiters. For all other contexts, consult the SQL Language Reference Manual.
Action: None

See more oracle error here.

Oracle error- ORA-00852: Rolling migration monitor process terminated.

Oracle error
oracle, oracle error, oracle blog

ORA-00852: Rolling migration monitor process terminated.

Cause: The ASM rolling migration monitor process died.
Action: Warm start the instance.


See more oracle error here.