ORA-01406: fetched column value was truncated 2004-04-09 - By Carel-Jan Engel
When a receiving vaiable is defined shorter than the actual column length,
the column gets truncated during the fetch. So, you probably perform some
'fetch into .... ' or 'select .... into ... ', and should define a larger
variable to store all of the fetched data.
Regards, Carel-Jan
==If you think education is expensive, try ignorance. (Derek Bok)
==
> Can anyone provide an explanation on what this errror means and why we
> would get it on a select statment once, but not again.
> I found very little info on MEtalink.
> Thanks!
>
> --
> - David
> Life is what happens while waiting
> or planning for the future.
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|