On Wed, 26 Sep 2001, Ronald J Kimball wrote:
> On Wed, Sep 26, 2001 at 02:47:33PM -0700, Dave Storrs wrote:
> >
>
> Make sure that you COMMIT in sqlplus, otherwise your sqlplus session will
> have a lock on the table and/or rows and your DBI session will wait for it
> to be released.
>
> Ronald
>
*sigh* This proved to be the problem...we had an sqlplus session
from a day or so ago, on another machine, that we had forgotten about, and
it had a lock on the table.
Thanks for pointing us in the right direction. (It's always the
simple problems that are the hardest to figure out!)
Dave