ORA-00936: missing expression

ORA-00936: missing expression

This error comes up pretty often and can be caused by a lot of different things. Usually, this is a pretty easy one to solve. It’s mostly just a syntax error and you forgot part of your SQL statement. You need a select, a column, from clause, and optionally a...
ORA-01722 Invalid Number

ORA-01722 Invalid Number

ORA-01722 Invalid Number This error occurs when you try to convert a character string into a number, and the string can’t be converted into a valid number. So what is a valid number you ask? A valid number to Oracle would be a digit between 0-9, a negative or...
ORA-00600

ORA-00600

The ORA-600 is an internal Oracle error that can be reported by a very serious error. A lot of times this error can’t be solved by an onsite DBA and needs direct help from Oracle to help troubleshoot the issue. If the trace files from the error don’t prove...