ORA-01476 divisor is equal to zero What causes an ORA-01476 error? An expression attempted to divide by zero. How Xynomix can help Correct the expression, then retry the operation. Contact … Read more
ORA-01455 converting column overflows integer datatype What causes an ORA-01455 error? The converted form of the specified expression was too large for the specified datatype. How Xynomix can help Define … Read more
ORA-01438 value larger than specified precision allows for this column What causes an ORA-01438 error? When inserting or updating records, a numeric value was entered that exceeded the precision defined … Read more
ORA-01435 user does not exist What causes an ORA-01435 error? This message is caused by any reference to a non-existent user. For example, it occurs if a SELECT, GRANT, or … Read more
ORA-01427 single-row subquery returns more than one row What causes an ORA-01427 error? The outer query must use one of the keywords ANY, ALL, IN, or NOT IN to specify … Read more
ORA-01425 escape character must be character string of length 1 What causes an ORA-01425 error? Given escape character for LIKE is not a character string of length 1. How Xynomix … Read more
ORA-01424 missing or illegal character following the escape character What causes an ORA-01424 error? The character following the escape character in LIKE pattern is missing or not one of the … Read more
ORA-01422 exact fetch returns more than requested number of rows What causes an ORA-01422 error? The number specified in exact fetch is less than the rows returned. How Xynomix can … Read more
ORA-01410 invalid ROWID What causes an ORA-01410 error? A ROWID was entered incorrectly. ROWIDs must be entered as formatted hexadecimal strings using only numbers and the characters A through F. … Read more
ORA-01403 no data found What causes an ORA-01403 error? In a host language program, all records have been fetched. The return code from the fetch was +4, indicating that all … Read more