URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID9
Нить номер: 1770
[ Назад ]

Исходное сообщение
"ORA-01406: fetched column value was truncated"

Отправлено Vladislav , 15-Июн-03 21:00 
Помогите разобраться с сабжем, что эта ошибка значит ?
Я использую Oracle 8i (OCI)

Содержание

Сообщения в этом обсуждении
"ORA-01406: fetched column value was truncated"
Отправлено Арлекин , 16-Июн-03 16:45 
ORA-01406 fetched column value was truncated

Cause: In a host language program, a FETCH operation was forced to truncate a character string. The program buffer area for this column was not large enough to contain the entire string. The cursor return code from the fetch was +3.

Action: Increase the column buffer area to hold the largest column value or perform other appropriate processing