RE: sql error

  • From: "Sweetser, Joe" <JSweetser@xxxxxxxx>
  • To: "Zelli, Brian" <Brian.Zelli@xxxxxxxxxxxxxxx>, "oracle-l (oracle-l@xxxxxxxxxxxxx)" <oracle-l@xxxxxxxxxxxxx>
  • Date: Mon, 16 Jun 2014 19:16:14 +0000

Yup. I need to look closer before replying.

A little confused by the error...looks like oracle thinks the table_name is 
u_ce_b but the statement seems to imply is it u_c_b.  Perhaps an embedded 
special character?

From: Zelli, Brian [mailto:Brian.Zelli@xxxxxxxxxxxxxxx]
Sent: Monday, June 16, 2014 1:11 PM
To: Sweetser, Joe; oracle-l (oracle-l@xxxxxxxxxxxxx)
Subject: RE: sql error

Roswellrlm is the schema name, so should it not be schemaname.tablename.column?



Brian


From: Sweetser, Joe [mailto:JSweetser@xxxxxxxx]
Sent: Monday, June 16, 2014 3:06 PM
To: Zelli, Brian; oracle-l 
(oracle-l@xxxxxxxxxxxxx<mailto:oracle-l@xxxxxxxxxxxxx>)
Subject: RE: sql error

Could it be the period in the table_name?

roswellrlm.u_c_b.u_caid

roswellrlm.u_c_b_u_caid ?


Is rosellrlm a schema?

-joe
From: oracle-l-bounce@xxxxxxxxxxxxx<mailto:oracle-l-bounce@xxxxxxxxxxxxx> 
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Zelli, Brian
Sent: Monday, June 16, 2014 12:54 PM
To: oracle-l (oracle-l@xxxxxxxxxxxxx<mailto:oracle-l@xxxxxxxxxxxxx>)
Subject: sql error

update roswellrlm.U_COLLANNOTATE
set U_COLLANNOTATE.ER = roswellrlm.u_c_b.ER,
    U_COLLANNOTATE.PR = roswellrlm.u_c_b.PR,
    U_COLLANNOTATE.HER2 = roswellrlm.u_c_b.HER2
where u_collannotate.u_collannotateid = roswellrlm.u_c_b.u_caid;

I try and run this and I get:

ORA-00904: "ROSWELLRLM"."U_CE_B"."U_CAID": invalid identifier

What the heck is wrong?    At first I thought the name was too long so I 
shortened it but it is still the same error.

Brian



This email message may contain legally privileged and/or confidential 
information. If you are not the intended recipient(s), or the employee or agent 
responsible for the delivery of this message to the intended recipient(s), you 
are hereby notified that any disclosure, copying, distribution, or use of this 
email message is prohibited. If you have received this message in error, please 
notify the sender immediately by e-mail and delete this email message from your 
computer. Thank you.
Confidentiality Note: This message contains information that may be 
confidential and/or privileged. If you are not the intended recipient, you 
should not use, copy, disclose, distribute or take any action based on this 
message. If you have received this message in error, please advise the sender 
immediately by reply email and delete this message. Although ICAT, Underwriters 
at Lloyd's, Syndicate 4242, scans e-mail and attachments for viruses, it does 
not guarantee that either are virus-free and accepts no liability for any 
damage sustained as a result of viruses. Thank you.

This email message may contain legally privileged and/or confidential 
information. If you are not the intended recipient(s), or the employee or agent 
responsible for the delivery of this message to the intended recipient(s), you 
are hereby notified that any disclosure, copying, distribution, or use of this 
email message is prohibited. If you have received this message in error, please 
notify the sender immediately by e-mail and delete this email message from your 
computer. Thank you.

Other related posts: