paragkalra has asked for the wisdom of the Perl Monks concerning the following question:
Hello All,
I was trying to fetch some rows from the Oracle database using DBI module. However there was 1 FLOAT column having a large value at one of the row.
While fetching that row it failed throwing error:
DBD::ODBC::st fetchrow_array failed: [Oracle][ODBC]Numeric value out of range.How can I get rid of this error and successfully fetch all the rows?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: fetchrow_array failed
by mje (Curate) on Jan 19, 2010 at 11:26 UTC |