RE: sql error
Date: Mon, 16 Jun 2014 19:05:34 +0000
Message-ID: <D18D6513433DF04394041EA42B53E91C9CF52F40_at_ICATMAIL1.ICAT.com>
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] On Behalf Of Zelli, Brian
Sent: Monday, June 16, 2014 12:54 PM
To: oracle-l (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.HER2where 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.
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 16 2014 - 21:05:34 CEST