Advertisement

05.21.2008 at 11:56PM PDT, ID: 23423470
[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.3

PL/SQL: ORA-00904: Invalid Identifier

Asked by Parthap in Oracle Database, Databases Miscellaneous

Tags: , , , , , , , , ,

"select 11 number_of_columns,dm.matter_number||decode(dm.case_number,null,null,'/'||dm.case_number) matter_number,
1, dmt.matter_type, dms.matter_subtype, dm.matter_title,
df.desc_of_filing, fn_Get_AllFilingCompanies(df.filing_seq,null) company,
fn_Get_AllPreviousFilingResp(df.filing_seq) response,
decode('E0009','E0009',df.date_filed,dm.created_date) date_filed,
(SELECT * FROM (select audit_log_text from dps_matter_audit_log a
WHERE a.matter_seq = dm.matter_seq -- here it gives error
ORDER BY matter_audit_log_seq DESC)
WHERE ROWNUM=1)  AS comments,
(select * from (select ds.status_type from dps_status ds,dps_matter_audit_log dmal
where ds.status_code = dmal.status_code
and dmal.matter_seq = dm.matter_seq -- here it gives error
order by matter_audit_log_seq DESC)
WHERE ROWNUM=1)  as rejection_reason
from dps_matter dm,
dps_matter_type dmt,
dps_matter_subtype dms,
dps_filing df
where dm.matter_seq = df.matter_seq
and dm.matter_type_seq = dmt.matter_type_seq
and dm.matter_subtype_seq = dms.matter_subtype_seq
and df.filing_seq = 30;"

We are using the above SQL statement inside a package at database server with Oracle 10g ver. 10.2. Both development and production have same version of database server. But the package failed to complie at production with error message PL/SQL: ORA-00904: "DM"."MATTER_SEQ": invalid identifier. At development it is working fine. We also tried to run only the above SQL statement at production but it didn't execute, where at development both package and only SQL statement working fine.

Not able to understand what whould be the exact problem is. Please help.

Not able to find out the actual problem. Start Free Trial
 
Keywords: PL/SQL: ORA-00904: Invalid I…
 
Loading Advertisement...
 
[+][-]05.22.2008 at 12:16AM PDT, ID: 21621535

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.22.2008 at 07:53AM PDT, ID: 21624333

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.22.2008 at 08:21AM PDT, ID: 21624621

View this solution now by starting your 7-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 Database, Databases Miscellaneous
Tags: Oracle, 10g, Oracle 10g, PL/SQL: ORA-00904: Invalid Identifier, PL/SQL, ORA-00904, Invalid, Identifier, Invalid Identifier, 00904
Sign Up Now!
Solution Provided By: Thomasian
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906