On Fri, Oct 07, 2005 at 07:02:43AM -0700, Jared Still wrote:
> On Wed, 2005-10-05 at 10:46, Moon, John wrote:
> > The following code produces this error - ORA-01026 - after 2,000 inserts...
> > Any help or suggestions will be greatly appreciated.
> 
> You should troubleshoot this with the help of Oracle Support if you have
> it.
> 
> There are a number of possible causes, the two most frequent being
> incorrect NLS_LANG environment variable settings, or bugs.

Though I suspect there may be a DBD::Oracle bug where (for example) a
buffer is growing by one byte each execute until it reaches the 4000
limit and causes the error.

This error has been reported on and off for years. No one has produced a
small enough test case to make it easy to track down and see if the
problem lies with DBD::Oracle or not.

Tim.

Reply via email to