RE: sql error

From: Sweetser, Joe <JSweetser_at_icat.com>
Date: Mon, 16 Jun 2014 19:16:14 +0000
Message-ID: <D18D6513433DF04394041EA42B53E91C9CF52F66_at_ICATMAIL1.ICAT.com>



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_at_RoswellPark.org] Sent: Monday, June 16, 2014 1:11 PM
To: Sweetser, Joe; oracle-l (oracle-l_at_freelists.org) Subject: RE: sql error

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

Brian

From: Sweetser, Joe [mailto:JSweetser_at_icat.com] Sent: Monday, June 16, 2014 3:06 PM
To: Zelli, Brian; oracle-l (oracle-l_at_freelists.org<mailto:oracle-l_at_freelists.org>) 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_at_freelists.org<mailto:oracle-l-bounce_at_freelists.org> [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Zelli, Brian Sent: Monday, June 16, 2014 12:54 PM
To: oracle-l (oracle-l_at_freelists.org<mailto:oracle-l_at_freelists.org>) 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.

--

http://www.freelists.org/webpage/oracle-l Received on Mon Jun 16 2014 - 21:16:14 CEST

Original text of this message