ORA-00999 invalid view name What causes an ORA-00999 error? In a CREATE VIEW statement, the view name was missing or invalid. How Xynomix can help Enter a valid view name … Read more
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-01000 maximum open cursors exceeded What causes an ORA-01000 error? A host language program attempted to open too many cursors. The initialization parameter OPEN_CURSORS determines the maximum number of cursors … Read more
ORA-01002 fetch out of sequence Cause: In a host language program, a FETCH call was issued out of sequence. A successful parse-and-execute call must be issued before a fetch. This … Read more
ORA-01008 not all variables bound What causes an ORA-01008 error? A SQL statement containing substitution variables was executed without all variables bound. All substitution variables must have a substituted value … Read more
ORA-01031 insufficient privileges What causes an ORA-01031 error? An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to … Read more
ORA-01036 illegal variable name/number What causes an ORA-01036 error? Unable to find bind context on user side. How Xynomix can help Make sure that the variable being bound is in … Read more
ORA-01400 cannot insert NULL into (string) What causes an ORA-01400 error? An attempt was made to insert a NULL into the column “USER”.”TABLE”.”COLUMN”. For example, if you enter: connect scott/tiger … Read more
ORA-01789 query block has incorrect number of result columns What causes an ORA-01789 error? All of the queries participating in a set expression do not contain the same number of … Read more
ORA-01830 date format picture ends before converting entire input string What causes an ORA-01830 error? A valid date format picture included extra data. The first part of the format picture … Read more