Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: [QUAR] Re: Query in 10g
Does:
alter table vrh_pro_col_pag validate structure;
provide any clues? (Note: May take a long time if it's a large table.)
-Mark
--
Mark J. Bobak
Senior Oracle Architect
ProQuest Information & Learning
There is nothing so useless as doing efficiently that which shouldn't be done at all. -Peter F. Drucker, 1909-2005
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of crcbedoy_at_proteccion.com.co
Sent: Wednesday, November 08, 2006 10:41 AM
To: Johan Eriksson
Cc: norman.dunbar_at_environment-agency.gov.uk; oracle-l_at_freelists.org; oracle-l-bounce_at_freelists.org
Subject: [QUAR] Re: Query in 10g
Importance: Low
The same error message:(:(.. It´s gonna make me crazy!:(:(
Isabel Bedoya Gómez
Gestión de Tecnología
Tel. 2307500 ext: 4077
"Johan Eriksson" <valpis_at_gmail.com>
"Johan Eriksson" <valpis_at_gmail.com>
08/11/2006 10:25
Para
crcbedoy_at_proteccion.com.co
cc
norman.dunbar_at_environment-agency.gov.uk, oracle-l_at_freelists.org, oracle-l-bounce_at_freelists.org
Asunto
Re: Query in 10g
and what if you omit the concatination part?
select ACUM_PERIODO,con_nombre, pec_saldo_valor, acum_valor_local from
VRH_PRO_ACU_COL_PAG
WHERE emp_codigo = '43103973' and ACUM_ANO = 2006 and acum_mes=9
/
still gives you error?
from the reference:
Cause: The attempted conversion of a character string to a number failed because the character string was not a valid numeric literal. Only numeric fields or character fields containing numeric data may be used
in arithmetic functions or expressions. Only numeric fields may be
added to or subtracted from dates.
Action: Check the character strings in the function or expression. Check that
they contain only numbers, a sign, a decimal point, and the character
"E" or "e" and retry the operation.
Nothing that could apply?
On 11/8/06, crcbedoy_at_proteccion.com.co <mailto:crcbedoy_at_proteccion.com.co> <crcbedoy_at_proteccion.com.co <mailto:crcbedoy_at_proteccion.com.co> > wrote:
Con_nombre is a name, nombre means name in spanish:)
--
http://www.freelists.org/webpage/oracle-l
![]() |
![]() |