ORA-00936-Missing-Expression

Source: Internet
Author: User

About ORA-00936 online to find the way to deal:

1:

ORA-00936, ORA-936 is a generic error indicating a missing expression in the SQL statement that you have just executed. most probably this error is indicating that you have either missed a, [comma] or the from clause or where clause or some other part of the SQL that has just been parsed.

ORA-00936: Missing expression

 

ORA-00936 cause:A required part of a clause or expression has been omitted. for example, a SELECT statement may have been entered without a list of columns or expressions or with an incomplete expression. this message is also issued in cases where a reserved word is misused, as in select table.

ORA-00936 action:Check the statement syntax and specify the missing component.

 

2:

An exception is thrown during application Compilation:
Java. SQL. sqlexception: ORA-00936: Missing expression

After carefully checking the exception content, I found that my DBA had a problem. If I checked the database connection and SQL statements and found that there were no problems, I checked the Weblogic console, the problem is found that the path in the JDBC connection pools is incorrect. After the modification is correct, it runs and the exception disappears.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.