Maxim Kuleshov wrote:
> Hello!
>
> Trying to fetch long varchar2 column and get the following error:
>
> cx_Oracle.DatabaseError: column at array pos 0 fetched with error:
1406
>
> i.e. string buffer is not much enough to fetch the string.
>
> # fragment of code...
> myCon = cx_Oracle.connect(user,
Hello!
Trying to fetch long varchar2 column and get the following error:
cx_Oracle.DatabaseError: column at array pos 0 fetched with error: 1406
i.e. string buffer is not much enough to fetch the string.
# fragment of code...
myCon = cx_Oracle.connect(user, psw, dsn)
myCur = myCon.cursor()
myCu