[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

07/02/2007 at 06:53AM PDT, ID: 22670518
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Missing Right Parenthesis Error

Asked by Schuchert in Oracle 10.x, Oracle Database

Tags: right, missing, parenthesis, error

We are porting some queries out of our Access front end into a web front end. For some reason the following query works fine in Access but gives me an "ORA-00907:Missing Right Parenthesis" error in my web front end.

I can't find where there is a missing parenthesis.


Here is the query:



SELECT DISTINCT assembly_build.ASSEMBLY_NO, assembly_build.DESTINATION, assembly_build.ASSEMBLY_DATE, assembly_build.REQUESTOR, assembly_build.PURPOSE, assembly_build.RACK_SERIAL_NO, assembly_build.SHIP_DATE, assembly_build_items.ASSY_ITEM_NO, assembly_build_items_1.ASSY_ITEM, assembly_build_items_1.QTY, Contract_Info.ACTUAL_CONTRACT_NO, assembly_build_items.ASSY_ITEM AS subassy_no, Master_Parts.DESCRIPTION, Master_Parts.UOI, Master_Parts.PRICE, '' AS index_code, '' AS serial_no, stock_items.PART_NO, configurations.CONFIG_PART_NO, assembly_build_items.REF_DESIG, assembly_build_1.REV, locations.LOCATION, assembly_build_items.REF1, assembly_build_items.REF2, assembly_build_items.REF3, assembly_build_items.REF4, assembly_build_items.REF5, configurations.DWG_NO, stock_items.QTY AS inv_qty, assembly_report_stock_alloc.SumOfQTY AS ISSUE_QTY
FROM (ref_desig RIGHT JOIN (Master_Parts INNER JOIN (locations INNER JOIN ((assembly_build LEFT JOIN Contract_Info ON assembly_build.CONTRACT_ID = Contract_Info.CONTRACT_ID) INNER JOIN (((assembly_build_items INNER JOIN (assembly_build_items AS assembly_build_items_1 INNER JOIN assembly_build AS assembly_build_1 ON assembly_build_items_1.ASSEMBLY_NO = assembly_build_1.ASSEMBLY_NO) ON assembly_build_items.ASSY_ITEM = assembly_build_1.ASSEMBLY_NO) INNER JOIN configurations ON assembly_build_1.CONFIG_ID = configurations.CONFIG_ID) INNER JOIN stock_items ON assembly_build_items_1.ASSY_ITEM = stock_items.STOCK_NO) ON assembly_build.ASSEMBLY_NO = assembly_build_items.ASSEMBLY_NO) ON locations.LOCATION_ID = stock_items.LOCATION_ID) ON Master_Parts.PART_NO = stock_items.PART_NO) ON ref_desig.REF_DESIG = assembly_build_items.REF_DESIG) LEFT JOIN assembly_report_stock_alloc ON (assembly_build_items_1.ASSEMBLY_NO = assembly_report_stock_alloc.ASSEMBLY_NO) AND (assembly_build_items_1.ASSY_ITEM = assembly_report_stock_alloc.STOCK_NO) WHERE (((assembly_build.ASSEMBLY_NO)='JO-0570') AND ((stock_items.CONTRACT_ID)='14'))




Can anyone help?

[+][-]07/02/07 07:09 AM, ID: 19403566

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Oracle 10.x, Oracle Database
Tags: right, missing, parenthesis, error
Sign Up Now!
Solution Provided By: angelIII
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07/02/07 07:20 AM, ID: 19403656

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/02/07 07:26 AM, ID: 19403704

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/02/07 07:40 AM, ID: 19403850

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/02/07 12:25 PM, ID: 19406235

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]07/03/07 05:19 AM, ID: 19410443

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/08/07 06:50 PM, ID: 19442450

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/26/08 07:09 PM, ID: 22321293

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08/30/08 06:03 AM, ID: 22351771

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74