making oracle errors warnings or suppressing them
From: jonathan (ttyp32000_at_yahoo.com)
Date: 07/15/04
- Previous message: Eric Rybski: "Re: DBD::Oracle memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Jul 2004 15:59:03 -0700
everyone,
as a result of a oracle error (as far as I can see it) I'm not able to
grab an array from our database. I get:
DBD::Oracle::st fetcrow_arrayref failed: ORA-0801: date format is too
long for internal buffer (DBD ERROR: OCIStmtFetch) [ for Statement(
"select * from csh_application_additional" ] at a.p line 12
Now, I can live with getting the error but I can't live with the
statement killing my program as a result. eval won't do - I want the
process to complete, after all..
So is there a way to make this a warning or even suppress the error
without killing it? I'm using DBD::Oracle 1.15, DBI 1.43.
jon
- Previous message: Eric Rybski: "Re: DBD::Oracle memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]